Re: Debugging

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Debugging
Дата
Msg-id 25303.1094161408@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Debugging  ("Ian Harding" <iharding@tpchd.org>)
Список pgsql-general
"Ian Harding" <iharding@tpchd.org> writes:
> Is there any way to debug a procedural language shared library when you can't createlang?

Hmm.  I would bet on this being an abort() inside the dynamic linker.
It's annoying that it doesn't say anything beforehand :-( ... you are
capturing postmaster stdout/stderr here, right, not anything more
filtered such as syslog output?

You might possibly be able to learn something by getting a stack trace
from the core dump that this should be generating.  (If you don't see
one then you need to fool with your ulimit settings.)

What PG version is this exactly, and on what platform?

            regards, tom lane

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: Foreign key locks
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Can we return a table from a function?