Re: BUG #16665: Segmentation fault

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16665: Segmentation fault
Дата
Msg-id 1570029.1604673696@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #16665: Segmentation fault  (Raphael Megzari <raphael@megzari.com>)
Список pgsql-bugs
Raphael Megzari <raphael@megzari.com> writes:
> I have two questions
> - How can I make sure to have a postgres that includes debugging symbols?

(1) install the associated debug symbols package, or
(2) build from source and use --enable-debug configure option.

> - How can I verify after that my version includes debugging symbols?

You could attach to a running backend process with gdb and see whether
"bt full" gives you more than minimal output.

            regards, tom lane



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: SnapBuildSerialize function forgot pfree variable ondisk_c
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #16705: Triggers deferred during commit callback are not executed