Re: BUG #16665: Segmentation fault - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #16665: Segmentation fault
Date
Msg-id 1570029.1604673696@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #16665: Segmentation fault  (Raphael Megzari <raphael@megzari.com>)
List 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 by date:

Previous
From: Amit Kapila
Date:
Subject: Re: SnapBuildSerialize function forgot pfree variable ondisk_c
Next
From: Tom Lane
Date:
Subject: Re: BUG #16705: Triggers deferred during commit callback are not executed