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" <[EMAIL PROTECTED]>
To: "Haluk GÜNÇER" <[EMAIL PROTECTED]>
Cc: <pgsql-bugs@postgresql.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


---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

              http://archives.postgresql.org

Reply via email to