Re: backend closing unexpectedly - Mailing list pgsql-general

From Tom Lane
Subject Re: backend closing unexpectedly
Date
Msg-id 10216.998341181@sss.pgh.pa.us
Whole thread Raw
In response to backend closing unexpectedly  (Adam Kornick <akornick@whgrp.com>)
List pgsql-general
Adam Kornick <akornick@whgrp.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

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: WAL
Next
From: Evan Zane Macosko
Date:
Subject: Re: Problems with UPDATE