Re: Updating multiple bool values crashes backend - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Updating multiple bool values crashes backend
Date
Msg-id 29127.972497662@sss.pgh.pa.us
Whole thread Raw
In response to Re: Updating multiple bool values crashes backend  (Sean Kelly <S.Kelly@ncl.ac.uk>)
Responses Re: Updating multiple bool values crashes backend
List pgsql-bugs
Sean Kelly <S.Kelly@ncl.ac.uk> writes:
>> This backend crash should have left a core file in your database
>> directory (PGDATA/base/users/core).  Can you provide a backtrace
>> from that corefile using gdb?

>     No core there ... any other suggestions?

You probably started the postmaster with a ulimit setting that prevents
coredumps (ulimit -c 0 or something like that, see your ulimit man page).
On some Unixen, this ulimit setting is the default for anything started
from a system boot script.  Restart the postmaster with ulimit -c
unlimited, either by starting it by hand or adding a ulimit call to the
boot script.  Then reproduce the crash to get a core file.

> With respect to GCC errors, '11' normally indicates a hardware
> problem

Uh, whoever told you that?  Signal 11 is SIGSEGV on most Unixen,
and that just means the program tried to dereference an invalid
pointer.  Almost certainly, we're looking at some software bug
here, not a hardware failure.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Sean Kelly
Date:
Subject: Re: Updating multiple bool values crashes backend
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Slack7.1/linux.2.4 compile error: storage size of `semun' isn't known