Re: Segmentation Fault - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Segmentation Fault
Date
Msg-id 3030992.1694649537@sss.pgh.pa.us
Whole thread Raw
In response to Re: Segmentation Fault  (Robert Sanford <wobbet@gmail.com>)
Responses Re: Segmentation Fault
List pgsql-bugs
Robert Sanford <wobbet@gmail.com> writes:
> I realized that when I was running GDB I just took a snap of when it
> failed. Here I've added after continuing and requesting a backtrace.

This is still quite unhelpful; it appears to show normal behavior in
a process that's not the failing one.  There is some advice about
collecting useful backtraces at

https://wiki.postgresql.org/wiki/Generating_a_stack_trace_of_a_PostgreSQL_backend

I'd counsel the method of enabling core dumps and then attaching
gdb to a core file, rather than dealing with live processes.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Robert Sanford
Date:
Subject: Re: Segmentation Fault
Next
From: Laurenz Albe
Date:
Subject: Re: Segmentation Fault