BUG #9370: PostgreSQL Service Unexpectedly closing in SERVER Computer

Started by Nonameabout 12 years ago3 messagesbugs
Jump to latest
#1Noname
vivekspathil@gmail.com

The following bug has been logged on the website:

Bug reference: 9370
Logged by: vivek
Email address: vivekspathil@gmail.com
PostgreSQL version: 9.3.3
Operating system: windows
Description:

One Server(windows XP)
more than 5 clients(windows XP)
my application is inventory based
so some what big updates inserts etc need to perform in clients computers.
i dont know why SERVER Is closing

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

#2Haribabu Kommi
kommi.haribabu@gmail.com
In reply to: Noname (#1)
Re: BUG #9370: PostgreSQL Service Unexpectedly closing in SERVER Computer

On Thu, Feb 27, 2014 at 8:37 PM, <vivekspathil@gmail.com> wrote:

One Server(windows XP)
more than 5 clients(windows XP)
my application is inventory based
so some what big updates inserts etc need to perform in clients computers.
i dont know why SERVER Is closing

Can you please check the log file why the server is stopped?

Regards,
Hari Babu
Fujitsu Australia

#3Haribabu Kommi
kommi.haribabu@gmail.com
In reply to: Noname (#1)
Re: BUG #9370: PostgreSQL Service Unexpectedly closing in SERVER Computer

On Sat, Mar 1, 2014 at 3:35 PM, vivek s <vivekspathil@gmail.com> wrote:

i here by attached the the log file, please check it ... its really
urgent our clients complaining

and for your information we are using Devart's Dotconnect for Postgres
instead of Npgsql

From the log files, It is observed as the server is getting crashed with

the following information.

2014-02-26 11:59:45 IST LOG: server process (PID 5488) was terminated by
exception 0xC0000142
2014-02-26 11:59:45 IST HINT: See C include file "ntstatus.h" for a
description of the hexadecimal value.

The error code description from ntstatus.h file says because of DLL init
failed.

//
// MessageId: STATUS_DLL_INIT_FAILED
//
// MessageText:
//
// {DLL Initialization Failed}
// Initialization of the dynamic link library %hs failed. The process
is terminating abnormally.
//
#define STATUS_DLL_INIT_FAILED ((NTSTATUS)0xC0000142L)

Can you please check in your setup for the above problem.

Regards,
Hari Babu
Fujitsu Australia