Bus error in libxml2 in postgresql 9.2.x on FreeBSD

Поиск
Список
Период
Сортировка
От Steve McCoy
Тема Bus error in libxml2 in postgresql 9.2.x on FreeBSD
Дата
Msg-id CANnKTqOiBk78agMz4V19GVsLnxsT=_x87R3gQ6HeUizVKYosiQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Bus error in libxml2 in postgresql 9.2.x on FreeBSD
Список pgsql-general
Hello,

I found some semi-recent messages related to this in 9.0.x, but wanted to confirm for anybody searching that the same issue exists in 9.2.x. It crashes for me with a similar backtrace as [Laurentius Purba’s][1]. The same fix/workaround applies as well: Compile libxml2 without the “threads” option.

If I’m understanding the explanations correctly, the issue is that libxml2+threads expects something to be initialized by the calling program (postgres), but since the program isn’t multithreaded, this doesn’t happen. It sounds like something that neither side can really fix, but if I’m wrong and any devs would like a core file, I can provide one.


[1] http://www.postgresql.org/message-id/CAMfLBnhQ6641yMbij2-7oZKSGMgfnE5V3GGfkvYXOJy8uMRctg@mail.gmail.com

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

Предыдущее
От: Hungerbühler Philipp (hune)
Дата:
Сообщение: Postgres SQL 8.4 regularly craches
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Postgres SQL 8.4 regularly craches