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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5121: Segmentation Fault when using pam w/ krb5
Дата
Msg-id 8134.1255712529@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #5121: Segmentation Fault when using pam w/ krb5  ("Ryan Douglas" <rdouglas@arbinet.com>)
Список pgsql-bugs
"Douglas, Ryan" <RDouglas@arbinet.com> writes:
> Any tips on using gdb to step through the code?

If you set pre_auth_delay to 30s or so in postgresql.conf, it'll
slow things down enough so that you can get the backend's PID from
"ps" and then attach to it with gdb.  Then set a breakpoint at
pam_passwd_conv_proc, continue, and away you go.

You'll definitely want a debug-enabled postgres executable, though,
which you did not seem to have before.

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #5122: Subqueries - inner select statement bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5123: bug in window function "last_value"