Re: 7.5dev assertion failure w/ v3 protocol and transactions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kris Jurka <books(at)ejurka(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 7.5dev assertion failure w/ v3 protocol and transactions
Date: 2004-07-29 22:07:51
Message-ID: 17396.1091138871@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Kris Jurka <books(at)ejurka(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2004-07-29 22:35:57 Re: 7.5dev assertion failure w/ v3 protocol and transactions
Previous Message Kris Jurka 2004-07-29 22:05:53 Re: 7.5dev assertion failure w/ v3 protocol and transactions