Re: Hung postmaster (8.3.9)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Hung postmaster (8.3.9)
Дата
Msg-id 27134.1267487371@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Hung postmaster (8.3.9)  ("Ed L." <pgsql@bluepolka.net>)
Ответы Re: Hung postmaster (8.3.9)  ("Ed L." <pgsql@bluepolka.net>)
Список pgsql-general
"Ed L." <pgsql@bluepolka.net> writes:
> Also seeing lots of postmaster zombies (190 and growing)...

Yeah, that and the lack of service for new connections would both be
expected if the postmaster is stuck.  And the autovac worker start
failures, too.  There's only one bug here.

> While new connections are hanging, top shows postmaster using
> 100% of cpu.

Oh, for some reason I thought it was sitting idle.  That sounds more
like an infinite loop.  Try reattaching to the postmaster, confirm the
stack trace, and then see how many times you can do "fin" before it
doesn't return control.  That will tell us which level of subroutine is
looping.

            regards, tom lane

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

Предыдущее
От: "Ed L."
Дата:
Сообщение: Re: Hung postmaster (8.3.9)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Hung postmaster (8.3.9)