Re: Postgresql Segfault in 8.1

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lists(at)benjamindsmith(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgresql Segfault in 8.1
Date: 2006-01-25 19:18:19
Message-ID: 5019.1138216699@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Benjamin Smith <lists(at)benjamindsmith(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2006-01-25 19:45:15 Re: Trigger question: ROW or STATEMENT?
Previous Message Tom Lane 2006-01-25 19:13:08 Re: Postgresql Segfault in 8.1