Re: BUG #9370: PostgreSQL Service Unexpectedly closing in SERVER Computer

From: Haribabu Kommi <kommi(dot)haribabu(at)gmail(dot)com>
To: vivek s <vivekspathil(at)gmail(dot)com>
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #9370: PostgreSQL Service Unexpectedly closing in SERVER Computer
Date: 2014-03-02 23:25:32
Message-ID: CAJrrPGcJo05AiPqrn5LcfK5v9VjzZuxBnv0OjS4Twx_a1YNnWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, Mar 1, 2014 at 3:35 PM, vivek s <vivekspathil(at)gmail(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pboake 2014-03-03 03:24:42 BUG #9416: Setting up postgresql-9.1 (9.1.12-0wheezy1) Fails Configuration
Previous Message Pedro Gimeno 2014-03-02 13:07:29 Re: uninterruptable regexp_replace in 9.2 and 9.3