Re: backend closing unexpectedly

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adam Kornick <akornick(at)whgrp(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: backend closing unexpectedly
Date: 2001-08-20 20:59:41
Message-ID: 10216.998341181@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Kornick <akornick(at)whgrp(dot)com> writes:
> I have a moderately complex query running on small views (10-30
> records) which used to work, but is now dying unexptecedly.

Sounds like a backend core dump. Please look for the core file
(should be under $PGDATA/base/yourdbnumber/) and send us a debugger
backtrace. You might have to recompile with --enable-debug to get
a useful (symbolic) backtrace.

If you are feeling out of your depth with that request, instead
put together a self-contained example that triggers the crash,
and send it along.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-08-20 21:05:34 Re: WAL
Previous Message Tom Lane 2001-08-20 20:56:53 Re: how do you recover a postgresql online backup