Re: Triggers in C - Segmentation Fault

Поиск
Список
Период
Сортировка
От Chris Coleman
Тема Re: Triggers in C - Segmentation Fault
Дата
Msg-id 430914310605150347v3f681b27nc2f12fb793da6f6d@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Triggers in C - Segmentation Fault  (Martijn van Oosterhout <kleptog@svana.org>)
Ответы Re: Triggers in C - Segmentation Fault  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-general
Hi,

I have done the below command and restarted the server and built my
triggers with the -g command using gcc, but I cannot seem to find any
core files nor any reference to where postgres may place them. Where
would they normally appear?

Cheers
Chris

> Probably the easiest thing to do is make sure your functions are
> compiled with debugging and enable core dump by running "ulimit -S -c
> unlimited" before starting the server. You can then use gdb to
> pin-point where it dies...

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

Предыдущее
От: Sebastian Böck
Дата:
Сообщение: Bug in ordered views?
Следующее
От: Perez
Дата:
Сообщение: Re: trigger TOASTing quicker?