Re: BUG #3591: autovacuum crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Ben Kim <bkim(at)tamu(dot)edu>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3591: autovacuum crash
Date: 2007-08-31 21:24:05
Message-ID: 1871.1188595445@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> Ben Kim wrote:
>> PostgreSQL version: 8.1.0
>> The server crashed suddenly the second time since two days ago. ulimit is
>> unlimited, but I see no core file under the postgresql root directory.

> This is a crash all right, but I think we fixed a certain number of bugs
> after 8.1.0 was released.

Indeed.

> FWIW the core files should be stored in the data directories (PGDATA).

It seems likely that ulimit -c may be limited for the postmaster even if
it is not in your interactive shell --- very many systems run init
scripts with ulimit -c 0. I'd suggest putting "ulimit -c unlimited"
right in the script that launches the postmaster.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Ow 2007-09-02 03:45:40 BUG #3592: alter function rename to doesn't work
Previous Message Alvaro Herrera 2007-08-31 21:09:20 Re: BUG #3591: autovacuum crash