Re: postgresql 8 abort with signal 10 - Mailing list pgsql-general

From Michael Fuhr
Subject Re: postgresql 8 abort with signal 10
Date
Msg-id 20050503163703.GA58476@winnie.fuhr.org
Whole thread Raw
In response to Re: postgresql 8 abort with signal 10  (Scott Marlowe <smarlowe@g2switchworks.com>)
Responses Re: postgresql 8 abort with signal 10
List pgsql-general
On Tue, May 03, 2005 at 09:54:03AM -0500, Scott Marlowe wrote:
>
> You might want to look in your signal man page on BSD and see what
> signal 10 means.  On solaris it's a bus error.  Not a clue what it is in
> FreeBSD myself though.

Signal 10 is SIGBUS (bus error) on FreeBSD 4.11.  Somewhere under
$PGDATA there might be a core dump named postmaster.core (or, more
specifically, with a file name based on the kern.corefile sysctl
setting) -- if there is, then a debugger like gdb might be able to
show where the problem happened, especially if the postmaster was
built with debugging info.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Alexandre Biancalana
Date:
Subject: Re: postgresql 8 abort with signal 10
Next
From: Alex Turner
Date:
Subject: Re: Deep integration of PostgreSQL with Apache