Re: VACUUM ANALYZE FAILS on 7.0.3

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dave Cramer" <Dave(at)micro-automation(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: VACUUM ANALYZE FAILS on 7.0.3
Date: 2001-01-24 04:37:23
Message-ID: 10529.980311043@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Dave Cramer" <Dave(at)micro-automation(dot)net> writes:
> Ok, I tried setting ulimit to unlimited inside the script. This didn't help,
> still no core dump
> I did get logging working though:

> /usr/bin/postmaster: CleanupProc: pid 20146 exited with status 139
> Server process (pid 20146) exited with status 139 at Tue Jan 23 22:32:26
> 2001

Well, that is for *sure* a backend crashing --- with signal 11, which
is SIGSEGV on most Unixen. There should be a coredump. Poke around in
your OS documentation and see if you can figure out what's preventing
the core file from being written.

(BTW, you are looking in the right place no? $PGDATA/base/yourdbname/core)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-01-24 04:47:39 Re: Backing up large objects
Previous Message David Wall 2001-01-24 04:30:10 MySQL has transactions