Re: Problem with PITR Past Particular WAL File

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with PITR Past Particular WAL File
Дата
Msg-id 10123.1193250394@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with PITR Past Particular WAL File  (Craig McElroy <craig.mcelroy@contegix.com>)
Ответы Re: Problem with PITR Past Particular WAL File  (Craig McElroy <craig.mcelroy@contegix.com>)
Список 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 по дате отправления:

Предыдущее
От: "Brad King"
Дата:
Сообщение: Re: Partitioning and deadlocks
Следующее
От: frank asabere
Дата:
Сообщение: l need help