Re: FATAL 1

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: <newsreader(at)mediaone(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: FATAL 1
Date: 2001-08-09 22:42:33
Message-ID: Pine.LNX.4.30.0108100039090.11408-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

newsreader(at)mediaone(dot)net writes:

> I found a couple of entries in my dmesg which stated that linux
> (kernel 2.4) killed two postmasters because the system ran out of
> memory.
>
> I think that postmaster should log such instances as FATAL 1.

IIRC, the kernel sends a SIGKILL signal in that case, so the affected
application doesn't have a chance to react, it just gets terminated
immediately. If you want to monitor these events better you need to ask
your kernel for help. If the postmaster gets terminated normally, for
various definitions of normal, you will get log entries.

> Does anyone know how I can recover these time stamps? If not is there
> a log level for which time stamps will be made?

You can turn on time stamps in the postgresql.conf file, but that won't
help you in this case.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

  • FATAL 1 at 2001-08-09 21:45:57 from newsreader

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lee Harr 2001-08-09 22:54:15 Re: ERROR: AlterTableAddConstraint:
Previous Message newsreader 2001-08-09 21:45:57 FATAL 1