Re: VACUUM causes violent postmaster death - Mailing list pgsql-hackers

From Tom Lane
Subject Re: VACUUM causes violent postmaster death
Date
Msg-id 8845.973300888@sss.pgh.pa.us
Whole thread Raw
In response to Re: VACUUM causes violent postmaster death  (Alfred Perlstein <bright@wintelcom.net>)
List pgsql-hackers
I don't think Dan's problem is related to the recently found VACUUM
bugs.  Killing a backend with SIGVTALRM suggests that something thinks
the backend's been running too long.  ulimit is a likely suspect.
Another possibility is some sort of profiling mechanism gone haywire.
There's nothing in our source code that would invoke that signal, so
it's got to be some outside agency, I think.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: problems with configure
Next
From: Philip Warner
Date:
Subject: Re: Transaction ID wraparound: problem and proposed solution