Re: Postgres 9.2.8 crash sporadically on Windows - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Postgres 9.2.8 crash sporadically on Windows
Date
Msg-id 19447.1396885141@sss.pgh.pa.us
Whole thread Raw
In response to Re: Postgres 9.2.8 crash sporadically on Windows  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: Postgres 9.2.8 crash sporadically on Windows  ("Sofer, Yuval" <Yuval_Sofer@bmc.com>)
List pgsql-bugs
Andres Freund <andres@2ndquadrant.com> writes:
> On 2014-04-07 11:15:32 -0400, Tom Lane wrote:
>> The "exit code 0" bit reminds me of this:
>>
>> http://www.postgresql.org/message-id/21027.1393546453@sss.pgh.pa.us
>>
>> Is there another exit report for the same PID just above the quoted log
>> extract?  Because if there isn't, the postmaster shouldn't be thinking
>> that status 0 represents a crash.

> Wouldn't a pl or library doing a exit(0); cause exactly that, because it
> will still be in PM_CHILD_ASSIGNED?

Oh, hm, that's a possibility, if the OP is using any untrusted PLs.
As you say, we lack sufficient context.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #9896: Bug in FULL OUTER JOIN
Next
From: Souheila Hechaichi
Date:
Subject: Postgres resources not released after call PQclear