Re: PG signal handler and non-reentrant malloc/free calls - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: PG signal handler and non-reentrant malloc/free calls
Date
Msg-id 4D6CFFF3.7060904@enterprisedb.com
Whole thread Raw
In response to Re: PG signal handler and non-reentrant malloc/free calls  (Nikhil Sontakke <nikhil.sontakke@enterprisedb.com>)
Responses Re: PG signal handler and non-reentrant malloc/free calls
List pgsql-hackers
On 01.03.2011 12:50, Nikhil Sontakke wrote:
>>
>>> Will try to get the call stack if needed.
>>
>> Yes, please.
>
> Here is the stack trace:

Hmm, it looks like ImmediateInterruptOK is set, while we're busy running 
a query. How come? Can you debug that? Where does it get set?

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Native XML
Next
From: Nikhil Sontakke
Date:
Subject: Re: PG signal handler and non-reentrant malloc/free calls