On Tue, Sep 17, 2002 at 11:08:46AM -0400, Tom Lane wrote:

> This should be producing a core file in your database directory
> ($PGDATA/base/yourdboid/).  With gdb you'd do
>       gdb /path/to/postgres-executable /path/to/corefile
>       gdb> bt
>       gdb> quit
> I don't remember the equivalent incantations with Solaris' debugger.

I think it's 

adb /path/to/postgres-executable /path/to/corefile
$c

[or]

$C

A

-- 
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<[EMAIL PROTECTED]>                              M2P 2A8
                                         +1 416 646 3304 x110


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

http://archives.postgresql.org

Reply via email to