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