Re: BUG #2001: Signal 11 after concurrent inserts + updates - Mailing list pgsql-bugs

From Michael Fuhr
Subject Re: BUG #2001: Signal 11 after concurrent inserts + updates
Date
Msg-id 20051027163854.GA23365@winnie.fuhr.org
Whole thread Raw
In response to BUG #2001: Signal 11 after concurrent inserts + updates  ("Telin Lin" <tlin@rosettastone.com>)
List pgsql-bugs
[Please copy the mailing list on replies.]

On Thu, Oct 27, 2005 at 10:54:51AM -0400, Telin Lin wrote:
> I have just got a 17M coredump.  Do you have a preferred way for me to
> sent that to you?  I can always place it on a ftp site for you
> download.  Thank you.

Please post the stack trace from the core dump.  Something like
this should work if you have gdb installed:

gdb /path/to/postgres /path/to/coredump

"/path/to/postgres" means the path to the executable file named
"postgres".  If you're not sure where that is then look in your
PostgreSQL startup script or use locate, find, etc.

gdb will print some startup info, then it'll present a "(gdb) "
prompt.  Type "bt" and hit Enter/Return ("bt" means backtrace)
(hopefully postgres was compiled with debugging symbols).  Copy the
output into an email message and post it here.  Use "q" to exit
gdb.  If Tom Lane gives differing or additional instructions then
listen to him, because he's one of the core developers.

--
Michael Fuhr

pgsql-bugs by date:

Previous
From: Ivan
Date:
Subject: Re: pg_dump bud with functions
Next
From: "Antonio Pedro Lopes"
Date:
Subject: BUG #2008: IUSR (Internet Guest Account) - ADO Connection problems IUSR missing permissions.