Re: Postgresql 8.3 beta crash

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Postgresql 8.3 beta crash
Дата
Msg-id 200711011705.18409.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: Postgresql 8.3 beta crash  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> No, your first theory is closer to the mark.  What is happening is
> that xmlelement neglects to call xml_init, therefore the various
> stuff allocated by libxml is allocated using malloc().  Then
> xml_parse is called, and it *does* do xml_init(), which calls
> xmlMemSetup.  Then when we return to xmlelement and start freeing
> stuff, libxml tries to use xml_pfree to free something it got from
> malloc().

That sounds plausible.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


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

Предыдущее
От: Jeff Amiel
Дата:
Сообщение: Re: [GENERAL] AutoVacuum Behaviour Question
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Postgresql 8.3 beta crash