Re: psql segfault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: John Madden <weez(at)freelists(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql segfault
Date: 2001-02-13 23:32:36
Message-ID: 11857.982107156@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John Madden <weez(at)freelists(dot)org> writes:
> I've run into an interesting issue with v7.0.3's psql (connecting to a
> 7.0.3 backend, of course): while trying to do password auth, the client
> segfaults. It'll connect fine when the db is configured to 'trust' local
> connections.

Hmm. Maybe some local configuration issue is causing this? I'm just
guessing, but we haven't heard many reports like this.

Could you recompile libpq and psql with -g, then get a backtrace from
the corefile?

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-02-13 23:46:26 Re: SELECT (sometimes) returning Zero Rows?
Previous Message Mitch Vincent 2001-02-13 23:23:55 Re: Re: Order question