Re: BUG #14246: Postgres crashing frequently

From: Kevin Grittner <kgrittn(at)gmail(dot)com>
To: amal(at)guerrillamail(dot)com
Cc: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14246: Postgres crashing frequently
Date: 2016-07-14 14:13:13
Message-ID: CACjxUsO3BMSi7cRnHgxVrnRax-e_NExC_AN0rodQr-HXwEDBDQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jul 13, 2016 at 3:29 AM, <amal(at)guerrillamail(dot)com> wrote:

> PostgreSQL version: 9.4.2

Please update to the latest minor release of 9.4.

https://www.postgresql.org/support/versioning/

> 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?

> FATAL: the database system is starting up
> FATAL: the database system is starting up
> FATAL: the database system is starting up
> FATAL: the database system is starting up

These are just logging connection attempts before the service is ready.

> LOG: database system is ready to accept connections
> LOG: autovacuum launcher started
> ERROR: database "finance" already exists
> STATEMENT: CREATE DATABASE "finance"
> LOG: received fast shutdown request

Who issued that? Why?

> FATAL: pre-existing shared memory block is still in use
> HINT: Check if there are any old server processes still running, and
> terminate them.

I seem to remember a fix related to this in a minor release.

If you update PostgreSQL, and maybe reboot Windows, and still see
problems, please refer to this page and provide additional
information:

https://wiki.postgresql.org/wiki/Guide_to_reporting_problems

--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2016-07-14 14:15:25 Re: BUG #14250: Error in subquery fails silently and parent query continues to execute
Previous Message Tom Lane 2016-07-14 14:07:56 Re: BUG #14249: In FDW, variable not found in subplan target list