Re: Segmentation fault

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Segmentation fault
Дата
Msg-id 4E5E648D02000025000409E1@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: Segmentation fault  ("Campbell, Lance" <lance@illinois.edu>)
Ответы Re: Segmentation fault
Список pgsql-admin
"Campbell, Lance" <lance@illinois.edu> wrote:
> From: Kevin Grittner [Kevin.Grittner@wicourts.gov]

>> Can you get a core file from psql?

> I don't know how to get a core dump.  What do I do?

If running this shows a limit (especially zero):

ulimit -c

then run this in your shell before running psql:

ulimit -c unlimited

Look for a core file in your current directory after the failure.
If you get one, try running:

gdb --core=YOURCOREFILENAME

Once gdb is running, type:

bt

and post the results.

-Kevin

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

Предыдущее
От: "Campbell, Lance"
Дата:
Сообщение: Re: Segmentation fault
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: function based index problem