Re: Postgresql Segfault in 8.1 - Mailing list pgsql-general

From Tom Lane
Subject Re: Postgresql Segfault in 8.1
Date
Msg-id 5019.1138216699@sss.pgh.pa.us
Whole thread Raw
In response to Re: Postgresql Segfault in 8.1  (Benjamin Smith <lists@benjamindsmith.com>)
Responses Re: Postgresql Segfault in 8.1  (Benjamin Smith <lists@benjamindsmith.com>)
List pgsql-general
Benjamin Smith <lists@benjamindsmith.com> writes:
> OK, here's the output:
> (gdb) continue
> Continuing.

> Program received signal SIGSEGV, Segmentation fault.
> 0x000000000043c82c in heap_modifytuple ()
> (gdb)

> // not very hopeful, I'd think //

You forgot the "bt" part ... although I'm not sure we'd learn a whole
lot more without debug symbols.

> Can I get a RHES/CENTOS PG 8.1 RPM with the symbols enabled?

Current Red Hat practice is to put the debug symbols into separate
"debuginfo" RPMs.  Hopefully you can find the debuginfo RPM wherever
you got the postgres RPM from.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgresql Segfault in 8.1
Next
From: Doug McNaught
Date:
Subject: Re: Trigger question: ROW or STATEMENT?