From: | Haluk GÜNÇER <halukguncer(at)hotmail(dot)com> |
---|---|
To: | "Neil Conway" <neilc(at)samurai(dot)com> |
Cc: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: BUG #1678: pw_shadow BUS ERROR |
Date: | 2005-05-30 16:36:32 |
Message-ID: | BAY103-DAV86DAC004B015A77EBB208BC030@phx.gbl |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hello Neil,
Does this output mean anything to you?
$ gdb /usr/local/pgsql/bin/postgres /usr/local/pgsql/data/base/1/core bt
.
Core was generated by `postgres'.
Program terminated with signal 10, Bus error.
warning: The shared libraries were not privately mapped; setting a
breakpoint in a shared library will not work until you rerun the program.
#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 ()
thanks.
Haluk
----- Original Message -----
From: "Neil Conway" <neilc(at)samurai(dot)com>
To: "Haluk GÜNÇER" <halukguncer(at)hotmail(dot)com>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Sent: Thursday, May 26, 2005 4:02 AM
Subject: Re: [BUGS] BUG #1678: pw_shadow BUS ERROR
> Haluk GÜNÇER wrote:
>> I did it with -n option. The generated core file is attached. I hope it
>> will help.
>
> The core file itself is not much use -- you need to get a stack trace from
> the core file (which I can't do, since I don't have the binaries you
> built -- or an HPUX system for that matter). You can get a stack trace via
> gdb using "gdb /path/to/binary /path/to/core" followed by "bt"; there may
> be a different / better way to do things on HPUX (HP support should be
> able to tell you, at any rate).
>
> -Neil
>
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2005-05-31 00:27:01 | Re: BUG #1678: pw_shadow BUS ERROR |
Previous Message | Abhijeet Gupta | 2005-05-30 13:19:44 | pg_dump.exe is failing with a fatal error |