Re: Postgres Crash

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Samuel Stearns <SStearns(at)internode(dot)com(dot)au>
Cc: Shoaib Mir <shoaibmir(at)gmail(dot)com>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Postgres Crash
Date: 2010-12-10 03:46:42
Message-ID: 13055.1291952802@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Samuel Stearns <SStearns(at)internode(dot)com(dot)au> writes:
> Tom, no useful messages in the log prior. I do have a 47M core dump. What should I do with that?

If you use gdb, try

$ gdb /path/to/postmaster /path/to/corefile
gdb> bt
... useful info here ...
gdb> quit

I think the preferred debugger on Solaris might not be gdb, but if so
you'll need to consult its docs to find out how to get a stack trace.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Samuel Stearns 2010-12-10 04:05:12 Re: Postgres Crash
Previous Message Samuel Stearns 2010-12-10 03:37:08 Re: Postgres Crash