user authentication crash

From: "Erik Luke" <eluke(at)cs(dot)montana(dot)edu>
To: <pgsql-bugs(at)postgresql(dot)org>
Subject: user authentication crash
Date: 2001-08-20 10:21:43
Message-ID: CDEPKOEMIHAKKPBNDNHIIEANCBAA.eluke@cs.montana.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Operating system: SuSE 7.2 Professional with postgres v7.1 installed
manually.
(I prefer to manually set up software)
Directory: /postgres
Data Directory: /var/lib/pgsql/data
Options: ODBC emabled
Server startup line: postmaster -i -D /var/lib/pgsql/data > logfile.txt &
Port: 9427
System: AMD Athalon 1.4 Ghz, 512 MB Ram, D-Link network card

Upon trying to connect to the postgres backend by psql (with password
authentication enabled), postgres crashes saying "FATAL 1: Bad abstime
external representation ' '". I have also gotten '@!' and '/g!' in addition
to the ' '. The Postgres backend then terminates abnormally.

The '' was reported at debug_level 0, the '@!' was reported at debug_level
5, and the '/g!' was reported at debug_level 9. The psql string used to
connect was simply psql (database name). Adding additional paramaters, such
as -U have resulted in the same problem. When trying to channel the info
into a logfile, I did not have any luck, as the output file was empty.
Installation instructions were followed exactly.

Thanks

Erik Luke
eluke(at)cs(dot)montana(dot)edu

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andreas Wernitznig 2001-08-20 13:49:39 low performance
Previous Message pgsql-bugs 2001-08-19 09:59:11 ecpg 2.8.0 fails to handle struct properly