From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Karl DeBisschop <kdebisschop(at)range(dot)infoplease(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Tips for investigating DBMS failure |
Date: | 2000-10-16 17:02:34 |
Message-ID: | 26698.971715754@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Karl DeBisschop <kdebisschop(at)range(dot)infoplease(dot)com> writes:
> If it's of any use, I have attached the debug output - I don't see
> where the problem is occurring, but I don't pretend to fully understand
> the output, other than the exit is status 25.
Signal 25?? What is that on your machine? (see /usr/include/signal.h)
On mine it's SIGTSTP, which doesn't make any sense --- for one thing,
that doesn't cause a process exit, only suspension ...
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Vince Vielhaber | 2000-10-16 17:07:38 | Re: Tips for investigating DBMS failure |
Previous Message | Bruce Momjian | 2000-10-16 16:50:47 | Re: PL/Perl compilation error |