Re: BUG #5121: Segmentation Fault when using pam w/ krb5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5121: Segmentation Fault when using pam w/ krb5
Дата
Msg-id 13870.1255641578@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5121: Segmentation Fault when using pam w/ krb5  ("Ryan Douglas" <rdouglas@arbinet.com>)
Список pgsql-bugs
"Ryan Douglas" <rdouglas@arbinet.com> writes:
> Whenever I use psql to remotely connect to the database the server crashes
> (see log below). If I use psql with the '-W' option then it's fine.

What this looks like at first glance is a bug in the PAM module you're
using, since Postgres really has no idea which PAM configuration is
being invoked.  Can you get a stack trace to narrow down where the sig11
is happening?  (You will probably need to insert "ulimit -c unlimited"
into the .bash_profile for Postgres to get the postmaster into a context
where it will produce a core dump.)

Also, is this your own build of Postgres, or if not whose?

            regards, tom lane

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

Предыдущее
От: Steve McLellan
Дата:
Сообщение: Re: BUG #5120: Performance difference between running a query with named cursor and straight SELECT
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5121: Segmentation Fault when using pam w/ krb5