Re: BUG #1678: pw_shadow BUS ERROR - Mailing list pgsql-bugs

From Neil Conway
Subject Re: BUG #1678: pw_shadow BUS ERROR
Date
Msg-id 1117499221.6678.12.camel@localhost.localdomain
Whole thread Raw
In response to BUG #1678: pw_shadow BUS ERROR  ("Haluk GUNCER" <halukguncer@hotmail.com>)
Responses Re: BUG #1678: pw_shadow BUS ERROR  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Mon, 2005-05-30 at 19:36 +0300, Haluk GÜNÇER wrote:
> #0  0x23cf64 in CreatePortal+0x1f4 ()
> (gdb) bt
> #0  0x23cf64 in CreatePortal+0x1f4 ()
> #1  0x23ce28 in CreatePortal+0xb8 ()
> #2  0x19c094 in exec_simple_query+0x194 ()
> #3  0x19daa8 in PostgresMain+0x1520 ()
> #4  0x12f918 in main+0x1e0 ()

Weird -- it's difficult to see how there could be a problem in
CreatePortal(), as that is both simple and widely used code. (The
recursive call to CreatePortal() also makes no sense, but perhaps that
is just weirdness in the backtrace.)

Would it be possible to get a stacktrace with a copy of Postgres that
has been compiled with --enable-debug?

-Neil

pgsql-bugs by date:

Previous
From: "Lasantha Kularatne"
Date:
Subject: Re: adding users to sshd
Next
From: Tom Lane
Date:
Subject: Re: BUG #1678: pw_shadow BUS ERROR