Re: corrupted double-linked list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: corrupted double-linked list
Дата
Msg-id 3848.1252518468@sss.pgh.pa.us
обсуждение исходный текст
Ответ на corrupted double-linked list  (Maarten Foqué <maarten.foque@edchq.com>)
Ответы Re: corrupted double-linked list  (Maarten Foqué <maarten.foque@edchq.com>)
Список pgsql-hackers
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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: RfD: more powerful "any" types
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: RfD: more powerful "any" types