Re: BUG #3902: Segmentation faults using GSSAPI authentication

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3902: Segmentation faults using GSSAPI authentication
Дата
Msg-id 15557.1201405161@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3902: Segmentation faults using GSSAPI authentication  ("Peter Koczan" <pjkoczan@gmail.com>)
Ответы Re: BUG #3902: Segmentation faults using GSSAPI authentication  ("Peter Koczan" <pjkoczan@gmail.com>)
Список pgsql-bugs
"Peter Koczan" <pjkoczan@gmail.com> writes:
> Looking into it more, it looks like the server is restarting every
> time it encounters this. I was wrong thinking that it stayed crashed,
> I guess I was just looking at a stale connection.

I think you misunderstand what is happening.  The parent postmaster
process is not restarting, because it did not crash.  The crash is
happening in a child process that is forked off by the postmaster to
service a particular connection.

> Since the server restarts and any connections either go away forever
> or just reset, post-crash stack traces won't do much good.

No, we want a stack trace from the crash.  You could attach gdb to the
child process after forking and before you provoke the crash; or arrange
for a core dump file to be produced and gdb that.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3902: Segmentation faults using GSSAPI authentication
Следующее
От: "Peter Koczan"
Дата:
Сообщение: Re: BUG #3902: Segmentation faults using GSSAPI authentication