Re: corrupted double-linked list

Поиск
Список
Период
Сортировка
От Maarten Foqué
Тема Re: corrupted double-linked list
Дата
Msg-id 1252568713.2919.39.camel@dornbirn.edch
обсуждение исходный текст
Ответ на Re: corrupted double-linked list  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Thanks,

you were right on.

regards,
Maarten

On Wed, 2009-09-09 at 13:47 -0400, Tom Lane wrote:
> Maarten Foqué <maarten.foque@edchq.com> writes:
> > The program crashes on PQclear(resu) with the following:
> > *** glibc detected *** ./incident_relay: corrupted double-linked list:
> > 0x09c459c8 ***
> 
> This looks like a memory-stomp type of bug.  There's no reason to assume
> that PQclear is the cause; it's more likely the victim of a stomp that
> occurred sometime earlier.  I'd suggest running the app under valgrind
> or electric fence or some other memory-overrun-catcher.
> 
>             regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Ragged CSV import
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Ragged CSV import