Re: eeeh... buffer leak?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: eeeh... buffer leak?
Дата
Msg-id 6389.971659673@sss.pgh.pa.us
обсуждение исходный текст
Ответ на eeeh... buffer leak?  (Lennert Buytenhek <buytenh@gnu.org>)
Ответы Re: eeeh... buffer leak?  (Lennert Buytenhek <buytenh@gnu.org>)
Список pgsql-bugs
Lennert Buytenhek <buytenh@gnu.org> writes:
> ulsec=# truncate job;
> NOTICE:  Buffer Leak: [002] (freeNext=-3, freePrev=-3, relname=job, blockNum=0,
> flags=0xc, refcount=1 -1)
> TRUNCATE

Hmm, that's interesting.  It shouldn't be possible for PrivateRefCount
(the last value printed) to become negative.  Can you give a sequence
for reproducing this notice from a standing start?

The notice isn't especially worrisome in itself, but to the extent that
it implies some incorrect bookkeeping of buffer refcounts, there could
be a problem lurking somewhere.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Lennert Buytenhek
Дата:
Сообщение: eeeh... buffer leak?
Следующее
От: Philip Warner
Дата:
Сообщение: Re: reproducable command sequence to get "mdopen: Couldn't open..."