Re: Problem with PITR Past Particular WAL File - Mailing list pgsql-admin

From Tom Lane
Subject Re: Problem with PITR Past Particular WAL File
Date
Msg-id 10123.1193250394@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem with PITR Past Particular WAL File  (Craig McElroy <craig.mcelroy@contegix.com>)
Responses Re: Problem with PITR Past Particular WAL File  (Craig McElroy <craig.mcelroy@contegix.com>)
List pgsql-admin
Craig McElroy <craig.mcelroy@contegix.com> writes:
>> Can you get a stack trace from the core dump reported here?

>   Certainly, how can that be obtained?

$ gdb /path/to/postgres-executable /path/to/core-file
gdb> bt
gdb> quit

If you don't find a corefile in $PGDATA (or wherever your system puts
core files) then you probably need to restart the postmaster with
"ulimit -c unlimited" to allow producing a core.

If the "bt" output is just numbers and no symbols then it won't be of
any use; in that case you'll need to find or build non-stripped Postgres
executables.

            regards, tom lane

pgsql-admin by date:

Previous
From: "Brad King"
Date:
Subject: Re: Partitioning and deadlocks
Next
From: frank asabere
Date:
Subject: l need help