Re: BUG #6086: Segmentation fault

Поиск
Список
Период
Сортировка
От Stefan Kaltenbrunner
Тема Re: BUG #6086: Segmentation fault
Дата
Msg-id 4E2DA57D.5010100@kaltenbrunner.cc
обсуждение исходный текст
Ответ на Re: BUG #6086: Segmentation fault  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: BUG #6086: Segmentation fault  (noordsij <noordsij@cs.helsinki.fi>)
Список pgsql-bugs
On 07/25/2011 05:57 PM, Alvaro Herrera wrote:
> Excerpts from Robert Haas's message of lun jul 25 11:20:55 -0400 2011:
>> On Sun, Jul 24, 2011 at 5:06 PM, noordsij <noordsij@cs.helsinki.fi> wrote:
>>>> Any idea what query triggered this?
>>>
>>> Only up to which stored procedure (which itself contains multiple
>>> statements).
>>
>> If you provide a reproducible test case, we can probably get this fixed.
>>
>> Otherwise, we probably can't.
>
> But why is libxml calling pthread_mutex_lock and such?  Unless libxml is
> making itself multithread inside a backend, that shouldn't matter --
> much less cause a crash.
>
> Note (to the OP) that it's totally unexpected to have a Postgres backend
> become multithreaded, and has been shown to be dangerous when a library
> made it so.

well we have seen issues on freebsd in the past with libraries there
being compiled with threading support which caused them to get
ridiculous low stack limits.
Maybe it would be worth trying to recompile the libxml port without
threading support (if that is an option).


Stefan

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #6086: Segmentation fault
Следующее
От: ZIV - Beratung
Дата:
Сообщение: TOAST tables bug restoring to PostgreSQL 9.0.4