Re: 7.5dev assertion failure w/ v3 protocol and transactions - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 7.5dev assertion failure w/ v3 protocol and transactions
Date
Msg-id 17396.1091138871@sss.pgh.pa.us
Whole thread Raw
In response to 7.5dev assertion failure w/ v3 protocol and transactions  (Kris Jurka <books@ejurka.com>)
Responses Re: 7.5dev assertion failure w/ v3 protocol and transactions  (Kris Jurka <books@ejurka.com>)
List pgsql-bugs
Kris Jurka <books@ejurka.com> writes:
> Running the JDBC driver's regression tests I came across an assertion
> failure in 7.5dev.  The test does:

> #3  0x082313c2 in ExceptionalCondition (
>     conditionName=0x6 <Address 0x6 out of bounds>,
>     errorType=0x82546fb "FailedAssertion", fileName=0x403ab550 "`\022",
>     lineNumber=0) at assert.c:50
> #4  0x08247342 in AtCleanup_Portals () at portalmem.c:574
> #5  0x080a9336 in CleanupTransaction () at xact.c:1597

There's no Assert at line 574 in CVS tip; how far back is your copy?
I think this might be related to some changes I made recently, so
please try if it still happens in CVS tip.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Kris Jurka
Date:
Subject: Re: 7.5dev assertion failure w/ v3 protocol and transactions
Next
From: Kris Jurka
Date:
Subject: Re: 7.5dev assertion failure w/ v3 protocol and transactions