Re: recovery is stuck when children are not processing SIGQUIT from previous crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: recovery is stuck when children are not processing SIGQUIT from previous crash
Дата
Msg-id 22209.1253981987@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: recovery is stuck when children are not processing SIGQUIT from previous crash  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: recovery is stuck when children are not processing SIGQUIT from previous crash
Список pgsql-admin
Peter Eisentraut <peter_e@gmx.net> writes:
> strace on the backend processes all showed them waiting at
> futex(0x7f1ee5e21c90, FUTEX_WAIT_PRIVATE, 2, NULL
> Notably, the first argument was the same for all of them.

Probably means they are blocked on semaphores.  Stack traces would
be much more informative ...

            regards, tom lane

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: recovery is stuck when children are not processing SIGQUIT from previous crash
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgresql ldap integration