Re: random failing builds on spoonbill - backends not exiting... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: random failing builds on spoonbill - backends not exiting...
Date
Msg-id 17468.1340393958@sss.pgh.pa.us
Whole thread Raw
In response to Re: random failing builds on spoonbill - backends not exiting...  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: random failing builds on spoonbill - backends not exiting...  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On Friday, June 22, 2012 08:51:55 PM Robert Haas wrote:
>> I remarked to Stefan that the symptoms seem consistent with the idea
>> that the children have signals blocked.  But I don't know how that
>> could happen.

> You cannot block sigkill.

sigterm is at issue, not sigkill.  But I don't care for the
signals-blocked theory either, at least not in three different children
at the same time.

(Hey Stefan, is there a way on BSD to check a process's signals-blocked
state from outside?  If so, next time this happens you should try to
determine the children's signal state.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: random failing builds on spoonbill - backends not exiting...
Next
From: Dimitri Fontaine
Date:
Subject: Re: Event Triggers reduced, v1