Re: Strange error message - Mailing list pgsql-hackers

From Adriaan Joubert
Subject Re: Strange error message
Date
Msg-id 39D82049.C6A3CBE7@albourne.com
Whole thread Raw
In response to Strange error message  (Adriaan Joubert <a.joubert@albourne.com>)
Responses Re: Strange error message  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:

> Adriaan Joubert <a.joubert@albourne.com> writes:
> >     we've suddenly started getting this error message out of postgres
> > (7.0.2). Does anybody know where it comes from?
>
> > ERROR:  UNLockBuffer: buffer 0 is not locked
>
> Evidently something is passing an invalid buffer number to LockBuffer
> in src/backend/storage/buffer/bufmgr.c.  (0 is InvalidBuffer, but
> LockBuffer won't notice that unless you compiled with asserts enabled.)
> Whatever the bug is, it's not directly LockBuffer's fault.

Right, I'vebuilt a new database and everything seemed fine for a while and
now I've got this message back. It is due to the index on one of our
tables getting messed up - at least, if we drop and recreate the index
everything is fine. What should I do to track down what is happening?
Compile with asserts, or run with specific logging? Any advice
appreciated!

Adriaan



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: PgAccess - small bug?
Next
From: Tom Lane
Date:
Subject: pg_regress gripes