Re: Postgres Crashes

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres Crashes
Дата
Msg-id 8724.1083782522@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres Crashes  (prem@mazunetworks.com (Prem Gopalan))
Ответы Re: Postgres Crashes
Список pgsql-hackers
prem@mazunetworks.com (Prem Gopalan) writes:
> The dying process is postmaster. After these crashes the server is
> missing from ps and no more new connections are possible. The backend
> processes stay on till their connections close.

That behavior does sound like a postmaster crash --- but all the stack
traces you show are clearly in backend code.  A backend crash ought not
take out the postmaster.  So something fairly odd is going on here.

What if anything shows up in the postmaster's stderr log when this
happens?
        regards, tom lane


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: PostgreSQL pre-fork speedup
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: Multiple Xids in PGPROC?