Re: psql Segmentation fault

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql Segmentation fault
Дата
Msg-id 12194.1195070683@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql Segmentation fault  (Robert Landrum <rlandrum@aol.net>)
Ответы Re: psql Segmentation fault
Список pgsql-general
Robert Landrum <rlandrum@aol.net> writes:
> Since we converted to PG8, we've been experiencing segfaults when the
> psql client exits.

Hmm.  We have heard that reported on OS X because of a bug in Apple's
version of libedit, but not on any flavor of Linux.  Your tests seem
to eliminate libreadline as the cause anyway.  Might be a corrupt
copy of libpq --- have you tried reinstalling that?

> That's what happens every time.  No core file is produced.

That's normal on Linuxen, because "ulimit -c 0" is usually the default
setting.  Please try "ulimit -c unlimited", and then if you get a core,
send a backtrace.  The last few lines of an "strace" watching the psql
run might be useful as well.

            regards, tom lane

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

Предыдущее
От: Robert Landrum
Дата:
Сообщение: psql Segmentation fault
Следующее
От: Andrei Kovalevski
Дата:
Сообщение: Re: Windows x64 Port