Re: BUG #2001: Signal 11 after concurrent inserts + updates

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Telin Lin <tlin(at)rosettastone(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2001: Signal 11 after concurrent inserts + updates
Date: 2005-10-26 14:58:41
Message-ID: 20051026145841.GA24988@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Oct 26, 2005 at 09:27:52AM +0100, Telin Lin wrote:
> My postgresql keeps crashing by signal 11 after a number of concurrent
> inserts + updates.

Did you get a core dump? If so, can you get a stack trace from it?
In released versions of PostgreSQL core dumps are usually found
under the $PGDATA/base/<database oid> directory unless your system
is configured to put them elsewhere. If you got no core dump then
you might need to adjust the coredumpsize resource limit that the
postmaster runs with.

You mentioned that you were using Slony. Do you have any other
add-ons? Custom data types, third-party modules, etc.?

--
Michael Fuhr

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-10-26 15:07:58 Re: [BUGS] BUG #1993: Adding/subtracting negative time intervals
Previous Message Tom Lane 2005-10-26 14:49:46 Re: BUG #2001: Signal 11 after concurrent inserts + updates