Re: Strange message followed by server crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Donald Fraser" <postgres(at)kiwi-fraser(dot)net>
Cc: "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Strange message followed by server crash
Date: 2006-08-25 15:05:24
Message-ID: 24548.1156518324@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Donald Fraser" <postgres(at)kiwi-fraser(dot)net> writes:
> "Tom Lane" writes:
>> Given that this sounds like it won't be easy to reproduce, I'm hoping
>> you have a core file left from that and can get a stack trace from it.

> Where would I look for a core file?
> There's nothing unusual in the data directory, nothing in the /tmp =
> directory?

Normally it would go into the $PGDATA/base/NNN subdirectory for the
database the backend was connected to. A very few systems (OS X for
instance) drop cores into a dedicated system-wide directory called
/cores or some such. If you're not finding anything, it's probably
because the postmaster was launched under "ulimit -c 0" or local
equivalent spelling --- a lot of systems have a policy of launching
daemons that way.

> If there isn't a core file, how would I go about ensuring one is created =
> next time? (touch wood there wont be one).

Put "ulimit -c unlimited" into the script that launches the postmaster,
and restart it.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Alvaro Herrera 2006-08-25 15:24:13 Re: Strange message followed by server crash
Previous Message Donald Fraser 2006-08-25 14:46:11 Re: Strange message followed by server crash