Re: Strange error message

Поиск
Список
Период
Сортировка
От Adriaan Joubert
Тема Re: Strange error message
Дата
Msg-id 39D82049.C6A3CBE7@albourne.com
обсуждение исходный текст
Ответ на Strange error message  (Adriaan Joubert <a.joubert@albourne.com>)
Ответы Re: Strange error message  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: PgAccess - small bug?
Следующее
От: Tom Lane
Дата:
Сообщение: pg_regress gripes