Re: Bus error in postgres 8.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Bus error in postgres 8.3
Дата
Msg-id 25410.1209448864@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Bus error in postgres 8.3  ("Peter Koczan" <pjkoczan@gmail.com>)
Ответы Re: Bus error in postgres 8.3
Re: Bus error in postgres 8.3
Список pgsql-admin
"Peter Koczan" <pjkoczan@gmail.com> writes:
> I'm going to try to force a crash on my test server to see if I can
> find out anything more. Does anyone know how to get useful debugging
> info at the time of the crash? I don't think I have things set to dump
> core anywhere, but that and/or stack traces would be nice (especially
> for child processes).

Make sure the postmaster is started under ulimit -c unlimited.
On a depressingly large fraction of modern platforms, daemons are
started with ulimit -c 0 by default :-(.  Try putting "ulimit -c unlimited"
into your PG init script and restarting.

            regards, tom lane

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

Предыдущее
От: "Peter Koczan"
Дата:
Сообщение: Bus error in postgres 8.3
Следующее
От: "Pavan Deolasee"
Дата:
Сообщение: Re: Bus error in postgres 8.3