Re: Segmentation fault when changing view

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Segmentation fault when changing view
Дата
Msg-id 19880.987465219@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Segmentation fault when changing view  (pgsql-bugs@postgresql.org)
Список pgsql-bugs
Vlad Seryakov <vlad@crystalballinc.com> writes:
> Is it possible to get core file, i couldn't find how to setup this.

A crashed backend should leave a core file in $PGDATA/base/YOURDB/core

If you don't see a core file in that directory, it's possible that
the postmaster was started with "ulimit -c 0" to forbid core dumping.
(I think most Linuxen run their boot scripts with this setting.)
Restart the postmaster with "ulimit -c unlimited" to allow core dumping.
You might want to add that command to the boot script for Postgres.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Segmentation fault when changing view
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Segmentation fault when changing view