Re: segmentation fault postgres 9.3.5 core dump perlu related ?

Поиск
Список
Период
Сортировка
От Alex Hunsaker
Тема Re: segmentation fault postgres 9.3.5 core dump perlu related ?
Дата
Msg-id CAFaPBrTQJrTd9cHU8J4Qd-MH2r4UqmL91zv7UVNVuXn3M=sc+g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: segmentation fault postgres 9.3.5 core dump perlu related ?  ("Day, David" <dday@redcom.com>)
Ответы Re: segmentation fault postgres 9.3.5 core dump perlu related ?  ("Day, David" <dday@redcom.com>)
Список pgsql-general


On Thu, Jan 29, 2015 at 1:54 PM, Day, David <dday@redcom.com> wrote:

Thanks for the inputs,  I’ll attempt to apply it and will update when I have some new information. 

 


BTW a quick check would be to attach with gdb right after you connect, check info threads (there should be none), run the plperlu procedure (with the right arguments/calls to hit all the execution paths), check info threads again. If info threads now reports a thread, we are likely looking at the right plperlu code. It should just be a matter of commenting stuff out to deduce what makes the thread. If not, it could be that plperlu is not at fault and its something else like an extension or some other procedure/pl.

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

Предыдущее
От: Adam Mackler
Дата:
Сообщение: Re: Conflicting function name in dynamically-loaded shared library
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: 4B row limit for CLOB tables