Re: [GENERAL] Postmaster crashes after upgrade to 8.1.4!

2006-05-25 Thread CG
Okay, there was no core dump to be found. I had to revert back to 8.1.3 which seems to be running fine. I am /extremely/ thankful that there was no data corruption. I took a 24 hour old dumpfile of the database it was crashing on and I restored it to a similar AMD64 box (SunFire x2100 instead of

Re: [GENERAL] Postmaster crashes after upgrade to 8.1.4!

2006-05-25 Thread Bill Moran
CG <[EMAIL PROTECTED]> wrote: > I didn't find a core dump. > > Perhaps I'm looking in the wrong spot or for the wrong file. The file should > be > called "core.32140", correct? ... I did a "find / -name core*" ... that found > nothing useful. find / -name '*core*' would be more reliable. Free

Re: [GENERAL] Postmaster crashes after upgrade to 8.1.4!

2006-05-25 Thread CG
I didn't find a core dump. Perhaps I'm looking in the wrong spot or for the wrong file. The file should be called "core.32140", correct? ... I did a "find / -name core*" ... that found nothing useful. --- Tom Lane <[EMAIL PROTECTED]> wrote: > CG <[EMAIL PROTECTED]> writes: > > 2006-05-25 08:3

Re: [GENERAL] Postmaster crashes after upgrade to 8.1.4!

2006-05-25 Thread Tom Lane
CG <[EMAIL PROTECTED]> writes: > 2006-05-25 08:30:50.076 EDT LOG: server process (PID 32140) was terminated > by signal 11 That should be leaving a core dump file (if not, restart the postmaster under "ulimit -c unlimited"). Get a stack trace with gdb to get some more info about what's going o

Re: [GENERAL] Postmaster crashes

2001-02-15 Thread Mark Alliban
> "Mark Alliban" <[EMAIL PROTECTED]> writes: > > pq_recvbuf: unexpected EOF on client connection > > Server process (pid 2087) exited with status 139 at Tue Feb 13 15:38:08 2001 > > Terminating any active server processes... > > Server processes were terminated at Tue Feb 13 15:38:08 2001 > > Rein

Re: [GENERAL] Postmaster crashes

2001-02-14 Thread Tom Lane
"Mark Alliban" <[EMAIL PROTECTED]> writes: > pq_recvbuf: unexpected EOF on client connection > Server process (pid 2087) exited with status 139 at Tue Feb 13 15:38:08 2001 > Terminating any active server processes... > Server processes were terminated at Tue Feb 13 15:38:08 2001 > Reinitializing s

Re: [GENERAL] Postmaster crashes periodically

2000-10-10 Thread Tom Lane
Philip Warner <[EMAIL PROTECTED]> writes: > Server process (pid 12243) exited with status 11 at Tue Oct 10 01:20:01 > 2000 > I'd be interested in any hints as to how to track this down since I can't > seem to find any core files etc. This is under Linux 2.2.10 & PG > 7.0.2. A backend SEGV cr