Re: BUG #14246: Postgres crashing frequently

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Kevin Grittner <kgrittn(at)gmail(dot)com>
Cc: amal(at)guerrillamail(dot)com, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14246: Postgres crashing frequently
Date: 2016-07-15 00:00:40
Message-ID: CAB7nPqRjdjK54=6uybdsi=8q6oeGLFN-0f3W+vnxBBFUWGQY5Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Thu, Jul 14, 2016 at 11:13 PM, Kevin Grittner <kgrittn(at)gmail(dot)com> wrote:
> On Wed, Jul 13, 2016 at 3:29 AM, <amal(at)guerrillamail(dot)com> wrote:
>> WARNING: worker took too long to start; canceled
>> LOG: server process (PID 123713) was terminated by exception 0xC0000142
>> HINT: See C include file "ntstatus.h" for a description of the hexadecimal
>> value.
>
> What do you see in ntstatus.h for exception 0xC0000142?

STATUS_DLL_INIT_FAILED, aka a dependency problem with a DLL trying to
be loaded but it cannot because it is lacking something. In short
that's an issue of the installer bundling Postgres here. Last time I
saw that I was facing a "DLL hell" problem with postgres DLLs trying
to load both msvcr90.dll and msvcr120.dll when loading a background
worker. Fun times.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2016-07-15 00:55:25 Re: BUG #14250: Error in subquery fails silently and parent query continues to execute
Previous Message David G. Johnston 2016-07-14 23:42:48 Re: BUG #14250: Error in subquery fails silently and parent query continues to execute