Re: server process crash

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

The only FATAL message when the error occurred was this

WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back
the current transaction and exit, because another server process
exited abnormally and possibly corrupted shared memory.
HINT: In a moment you should be able to reconnect to the database and
repeat your command.
FATAL: the database system is in recovery mode
WARNING: terminating connection because of crash of another server process
DETAIL: The postmaster has commanded this server process to roll back
the current transaction and exit, because another server process
exited abnormally and possibly corrupted shared memory.

We do have java code called by pl/java ...but there seems to be no
indication on why the crash occurred.

On 10/20/09, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> 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 Tena Sakai 2009-10-20 20:42:16 Re: can I get a bit more attribute out of \dt directive?
Previous Message Tom Lane 2009-10-20 19:51:20 Re: server process crash