Re: DB terminating

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Felt <scott(dot)felt(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: DB terminating
Date: 2009-11-18 18:27:24
Message-ID: 23062.1258568844@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Felt <scott(dot)felt(at)gmail(dot)com> writes:
> Hello. I have been having an issue with a database. The logs consistently
> show this:

> 2009-11-17 16:03:55 ESTLOG: 00000: server process (PID 9644) exited with
> exit code 128

This looks like a fairly garden-variety backend crash, but with only
this much information there's no way to identify the cause. You might
try setting log_statements = all and see if there's any consistency in
what the process was doing just before it crashed. (You'd need to add
PID to log_line_prefix so you could associate the log entries with the
crash report.)

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2009-11-18 18:56:34 Re: Creating new database - SOLVED
Previous Message Richard Broersma 2009-11-18 18:01:45 Re: DB terminating [on Windows]