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