psql core dump on login

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: psql core dump on login
Date: 2001-03-22 18:34:20
Message-ID: 200103221834.f2MIYKO70839@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Leandro Peracchi (peracchi(at)totobola(dot)com(dot)br) 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.255.255 trust

So, when psql is called no password is required.
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.

- Conectiva Linux 6.0 (RedHat like)
- Pentium III 700MHz, 192MB RAM, HD 12GB
- PostgreSQL 7.0.2

Sample Code

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-03-22 18:42:01 Re: bug with identd autentication
Previous Message pgsql-bugs 2001-03-22 18:10:38 bug with identd autentication