Re: Server v7.3RC2 Dies

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Server v7.3RC2 Dies
Дата
Msg-id 18395.1038531850@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Server v7.3RC2 Dies  ("CN" <cnliou9@fastmail.fm>)
Список pgsql-general
"CN" <cnliou9@fastmail.fm> writes:
> LOG:  server process (pid 1625) was terminated by signal 11

Definitely a backend crash ...

>> Can you get a stack backtrace from the core dump?

> I don't know how to do that! ^.^

See our mail list archives for previous explanations, but basically

1. find the "core" file at $PGDATA/base/yourdbnum/core (if not there,
restart postmaster with "ulimit -c unlimited" context and cause problem
again).

2. gdb /path/to/postgres /path/to/core
   bt
   quit

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Using an ALIAS in WHERE clause
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to access OLD and NEW with rule on update