bug report

From: "Patrick M(dot) Landry" <pml(at)cacs(dot)usl(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: bug report
Date: 1999-04-10 20:04:52
Message-ID: 199904102004.PAA23626@mailer.cacs.usl.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

OS:
Solaris 2.6
uname -a:
SunOS pmlsun.cacs.usl.edu 5.6 Generic_105181-12 sun4u sparc SUNW,Ultra-5_10
postgresql version:
6.4.2
compiler:
cc: WorkShop Compilers 4.2 30 Oct 1996 C 4.2
tools:
GNU Make version 3.76.1, by Richard Stallman and Roland McGrath.
flex version 2.5.4

The following commands on a fresh 6.4.2 install will cause the backend to crash:
% initdb
% createdb testdb
% psql testdb
testdb=> create table testtable (one text);
CREATE
testdb=> INSERT INTO pg_group VALUES ('testgroup');
INSERT 18473 1
testdb=> create user testuser in group testgroup;
CREATE USER
testdb=> grant all on testtable to group testgroup;
CHANGE
testdb=> select * from pg_class;
NOTICE: get_groname: group 137 not found
pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally before or while processing the request.
We have lost the connection to the backend, so further processing is impossible. Terminating.

--
Patrick Landry pml(at)cacs(dot)usl(dot)edu
The Center for Advanced Computer Studies at
The University of Southwestern Louisiana

Browse pgsql-general by date

  From Date Subject
Next Message Karl DeBisschop 1999-04-11 11:34:11 Re: [GENERAL] insert iff !exist
Previous Message Bill Sneed 1999-04-10 18:57:41 Re: dbase converter