Re: [BUGS] psql core dump

2001-10-16 Thread Tom Lane
Kris Houghton <[EMAIL PROTECTED]> writes: > When I attempt psql demodb I get a core dump .. ( NOT GOOD ) > I'm using solaris 8 update 5 There's some magic you need to do to get the readline library linked correctly on Solaris. Please search our mailing list archives to find the details; I don

[BUGS] psql core dump

2001-10-16 Thread Kris Houghton
Postgres Support, I have been trying to start psql demodb database that I created and every time I get a core dump.. initdb and createdb worked just fine. When I attempt psql demodb I get a core dump .. ( NOT GOOD ) Please review output below. I have also included a core dump using gdb.

Re: [BUGS] psql core dump on login

2001-03-22 Thread Tom Lane
[EMAIL PROTECTED] writes: > But when change "trust" to "password" (or "crypt") psql require a password. > Then, entering the correct password or not, psql exit with a core dump. Stack trace from core file, please? gdb /path/to/psql core bt quit Also, where did you get yo

[BUGS] psql core dump on login

2001-03-22 Thread pgsql-bugs
Leandro Peracchi ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description psql core dump on login Long Description The default pg_hba.conf file have these two entries: local trust host 127.0.0.1 255.255