Frank Joerdens <frank(at)joerdens(dot)de> writes:
>> The address is unhelpful, but a backtrace (try typing "bt") might be
>> very interesting indeed.
> Well, it doesn't *look* very interesting:
> (gdb) bt
> #0 0x778a018d in ?? ()
> #1 0x77e7758a in ?? ()
Nope, you're right :-(. Can you rebuild PG with debug symbols?
(Add --enable-debug to configure, or manually add -g to CFLAGS
in src/Makefile.global; then "make clean" and remake.)
regards, tom lane