Re: server process crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Anj Adu <fotographs(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: server process crash
Date: 2009-10-20 19:51:20
Message-ID: 4367.1256068280@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Anj Adu <fotographs(at)gmail(dot)com> writes:
> I ocassionally get this error when a large insert is made to a very
> large table (Postgres 8.1.9)

> LOG: server process (PID 25002) exited with exit code 1

The interesting messages would be before that one, I think. This
should indicate a FATAL exit, and that should have gotten logged.

Another possibility is that you've got some non-postgres code loaded
into the backend that is doing exit(1).

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Anj Adu 2009-10-20 20:29:01 Re: server process crash
Previous Message Scott Marlowe 2009-10-20 19:24:27 Re: can I get a bit more attribute out of \dt directive?