Re: Connections Crashing

From: Richard Huxton <dev(at)archonet(dot)com>
To: "Shahbaz A(dot) Tyagi" <shahbaz(dot)tyagi(at)sphere(dot)ae>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Connections Crashing
Date: 2009-05-13 21:58:40
Message-ID: 4A0B4290.4010102@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Shahbaz A. Tyagi wrote:
> We are using Postgres 8.3.1 binary distribution, and copying the same along
> with software installation.

Can you reproduce this with a more recent version of 8.3 (8.3.7 is current).

> From last some time we have started getting error as message dialog showing
> error 0xC0000142 and after that, connections are crashing.

> LOG: server process (PID 8156) was terminated by exception 0xC0000142
>
> HINT: See C include file "ntstatus.h" for a description of the hexadecimal
> value.

A bit of googling suggests this is STATUS_DLL_INIT_FAILED, and although
I'm not a Windows expert I'd expect that to be an error you only see on
startup, rather than after PostgreSQL has been running for a while.

Could it be an anti-virus package interfering?

Do you have any more information on the situation? Are the machines
running XP/Vista/Server 2003? Do you only see it on 32/64-bit? Do some
machines show this problem while others are OK?

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Shahbaz A. Tyagi 2009-05-13 22:22:35 Re: Connections Crashing
Previous Message Raymond O'Donnell 2009-05-13 21:51:44 Re: how to extract data from bytea so it is be used in blob for mysql database