Re: [BUGS] Segfault in pgsql, Sparc Solaris 2.7, Postgresql 7.1.1

2001-05-15 Thread Tom Lane
Paul McGarry <[EMAIL PROTECTED]> 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/pgsq

RE: [BUGS] Segfault in pgsql, Sparc Solaris 2.7, Postgresql 7.1.1

2001-05-14 Thread Paul McGarry
Hi Justin, > I'm not sure if it'll be of assistance with this, but there's > a Solaris > specific installation guide for PostgreSQL at : > http://techdocs.postgresql.org/installguides.php#solaris I've compiled postgres 6.5 and 7.0 so many times I just jumped in and went with it :) Upgrading to

[BUGS] Segfault in pgsql, Sparc Solaris 2.7, Postgresql 7.1.1

2001-05-14 Thread Paul McGarry
Howdy, I'm getting a segfault from psql when a createdb is attempted. Postgresql is configured with: ./configure --prefix=/opt/pgsql --enable-syslog and seems to compile without trouble (gcc 2.95.2), but fails during the createdb stage of the regressions tests. Installing and attempting to do