| От | Tom Lane |
|---|---|
| Тема | Re: Weird postmaster crashes |
| Дата | |
| Msg-id | 4602.1055277397@sss.pgh.pa.us обсуждение |
| Ответ на | Re: Weird postmaster crashes (Dmitry Tkach <dmitry@openratings.com>) |
| Ответы |
Re: Weird postmaster crashes
|
| Список | pgsql-general |
Dmitry Tkach <dmitry@openratings.com> writes:
> 2003-06-10 13:53:32 [14551] FATAL 1: LWLockAcquire: can't wait without
> a PROC structure
> Could you give me some idea on what circumstances cause this to happen?
IIRC, it's an order-of-operations mistake during backend shutdown: the
proc structure is deallocated while it's still possible to receive an
interrupt from another backend --- and if you get such an interrupt, you
need the proc. So from the user's point of view it's pretty
unpredictable.
Short answer: upgrade. This is not the only nasty bug in 7.2.1.
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера