Re: BUG #2033: Assertion Failure: File: "procarray.c", Line: 492

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joel Stevenson" <joelstevenson(at)mac(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2033: Assertion Failure: File: "procarray.c", Line: 492
Date: 2005-11-09 16:02:30
Message-ID: 16000.1131552150@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

"Joel Stevenson" <joelstevenson(at)mac(dot)com> writes:
> I'm running into an Assertion failure this morning w/8.1.0. I believe it is
> related to using the NOWAIT flag. Here is the log message:

> TRAP: FailedAssertion("!(serializable ? !((MyProc->xmin) != ((TransactionId)
> 0))
> : ((MyProc->xmin) != ((TransactionId) 0)))", File: "procarray.c", Line:
> 492)

With no stack trace, and no information about how to reproduce the
error, I'm afraid this report is just about useless :-(

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Joel Stevenson 2005-11-09 16:35:24 Re: BUG #2033: Assertion Failure: File: "procarray.c",
Previous Message Joel Stevenson 2005-11-09 15:44:01 Re: BUG #2033: Assertion Failure: File: "procarray.c",

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc Munro 2005-11-09 16:15:38 Re: Supporting NULL elements in arrays
Previous Message Rod Taylor 2005-11-09 16:02:23 Re: Possible savepoint bug