Re: psql Segmentation fault

Поиск
Список
Период
Сортировка
От Robert Landrum
Тема Re: psql Segmentation fault
Дата
Msg-id 473B6147.3000903@aol.net
обсуждение исходный текст
Ответ на Re: psql Segmentation fault  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:
> 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?

Actually, our build host contained some old readline libs, which ended
up being statically linked into one of the libs.

The fix was to remove all the dependencies from our build host,
reinstall those dependencies, and then build postgres anew.

Thanks for your suggestions...

Rob

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: PLpgsql debugger question
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: stripping HTML, SQL injections ...