crash on bad database connect

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: crash on bad database connect
Date: 2004-04-16 12:26:56
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB34101ADB1@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Right now, when I try and connect to a database on psql that doesn't
exist, it crashes the postmaster. All connections, etc. are from
localhost. Does anybody else get this?

Merlin

LOG: database system was shut down at 2004-04-15 17:35:00 Eastern
Daylight Time
LOG: checkpoint record is at 0/A9A068
LOG: redo record is at 0/A9A068; undo record is at 0/0; shutdown TRUE
LOG: next transaction ID: 819; next OID: 25404
LOG: database system is ready
FATAL: database "Merlin.Moncure" does not exist
LOG: server process (PID 2764) exited with unexpected status 128
LOG: terminating any other active server processes
WARNING: terminating connection because of crash of another server
process
DETAIL: The postmaster has commanded this server process to roll back
the current transaction and e
xit, because another server process exited abnormally and possibly
corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and
repeat your command.
LOG: all server processes terminated; reinitializing
FATAL: could not attach to proper memory at fixed address:
shmget(key=5432001, addr=00F60000) faile
d: No such file or directory

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Merlin Moncure 2004-04-16 12:38:36 psql compiled with msys
Previous Message Merlin Moncure 2004-04-15 13:47:09 Re: PSql on Win