Re: Backend Crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Harvell F <fharvell(at)file13(dot)info>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Backend Crash
Date: 2007-04-18 17:56:11
Message-ID: 5878.1176918971@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Harvell F <fharvell(at)file13(dot)info> writes:
> I've got a database corruption/backend crash problem with my 8.1.3
> database on Mac OS X Server 10.4. I'm beginning the process of
> trying to recover it. If anyone is interested in trying to fully
> understand the what, where, and why of the crash, please contact me.
> I've provided the basic information on the crash below.

These traces are for psql, not the backend. It looks like you're having
an issue with Apple's libedit failing at psql exit, which is something
I seem to remember we fixed, so you might want to consider an update from
8.1.3. However, that's got nothing to do with the server-side problem.
Since pg_dump's backend is saying that some *other* process crashed,
the first thing to do is identify what it is that's crashing. Have you
looked in the postmaster log?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-04-18 18:02:33 Re: Background LRU Writer/free list
Previous Message Tom Lane 2007-04-18 17:53:06 Re: Background LRU Writer/free list