Re: BUG #7597: exception 0xC0000005 - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #7597: exception 0xC0000005
Date
Msg-id 261.1349965111@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #7597: exception 0xC0000005  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Responses Re: BUG #7597: exception 0xC0000005  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> On 11.10.2012 14:42, Craig Ringer wrote:
>> No crash here on version() = PostgreSQL 9.1.5 on
>> x86_64-redhat-linux-gnu, compiled by gcc (GCC) 4.7.0 20120507 (Red Hat
>> 4.7.0-5), 64-bit

> I can reproduce this on my Windows box with the script Bo provided, with
> a fresh checkout from git master branch. Stack trace looks like this:

I see it too.  I think the crash probably only occurs on a 32-bit build
(or one where you've disabled int8-pass-by-value anyway).  Looks like
something's confused about cross-data-type comparisons --- this is an
int4 vs int8 comparison, so it shouldn't be ending up at int8eq.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #7597: exception 0xC0000005
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #7534: walreceiver takes long time to detect n/w breakdown