BUG #7517: terminated by exception 0xC0000409 - Mailing list pgsql-bugs

From katsuhito.habaguchi@fujixerox.co.jp
Subject BUG #7517: terminated by exception 0xC0000409
Date
Msg-id E1T8hV7-0004TH-A3@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #7517: terminated by exception 0xC0000409  (Magnus Hagander <magnus@hagander.net>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      7517
Logged by:          Katsuhito Habaguchi
Email address:      katsuhito.habaguchi@fujixerox.co.jp
PostgreSQL version: 8.3.20
Operating system:   Windows Server 2008 R2
Description:        =


I'm Katsuhito Habaguchi. I'm working for Fuji Xerox Co,Ltd.
In our server, PostgreSQL service stopped by the following error message.

-----------------------------------------------------
LOG:  server process (PID 1124) was terminated by exception 0xC0000409
HINT:  See C include file "ntstatus.h" for a description of the hexadecimal
value.
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 exit, 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
-----------------------------------------------------

OS: Windows Server 2008 R2
PostgreSQL: 8.3.15
Client: libpq C++ Application

In client application log, we confirm that the above error occured in
PQconnectDB or PQsetClientEncoding function.
The above error occured only one times.
Is this problem fixed by latest package(8.3.20)?

pgsql-bugs by date:

Previous
From: Gavin Flower
Date:
Subject: Re: BUG #6239: Looking for a technical contact point for PostgreSQL compatibility issue on Windows8
Next
From: james@illusorystudios.com
Date:
Subject: BUG #7515: DROP TABLE IF EXISTS fails if schema does not exist