Re: psql core dump on login

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: peracchi(at)totobola(dot)com(dot)br, pgsql-bugs(at)postgreSQL(dot)org
Subject: Re: psql core dump on login
Date: 2001-03-22 18:54:16
Message-ID: 12113.985287256@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org 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 your psql executable from, or how did you
configure/build if you built it locally?

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-03-22 20:21:49 Re: bug with identd autentication
Previous Message Tom Lane 2001-03-22 18:42:01 Re: bug with identd autentication