Paul McGarry <PaulM@opentec.com.au> writes:
> Program received signal SIGSEGV, Segmentation fault.
> 0xff363b60 in __do_global_dtors_aux () from /opt/pgsql/lib/libpq.so.2
> (gdb) bt
> #0 0xff363b60 in __do_global_dtors_aux () from /opt/pgsql/lib/libpq.so.2
> #1 0xff3728d4 in _fini () from /opt/pgsql/lib/libpq.so.2
> #2 0xff3ba060 in ?? ()
> #3 0xff0a0130 in _exithandle () from /usr/lib/libc.so.1
> #4 0xff116964 in exit () from /usr/lib/libc.so.1
This appears to be psql dying, not the backend. Renaud Thonnart
<thonnart@amwdb.u-strasbg.fr> reported a similar problem on his Solaris
setup last week (4-May in pgsql-general), but so far as I heard no one
had a clue what the problem was. <WAG> Shared library linkage problem,
maybe? </WAG>
regards, tom lane