Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction
Дата
Msg-id 374B95E7.C4E08566@krs.ru
обсуждение исходный текст
Ответ на Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Tatsuo Ishii wrote:
> 
> Thanks, but I now have another problem. I got backend abortings. Stack
> trace shows followings (Sorry I' writing this by hand rather than
> cut&paste, so there may be an error):
> 
> s_lock_stuck
> s_lock
> SpinAcquire
> LockAcquire
> LockRelation
> heap_beginscan

Try to re-compile with -DLOCK_MGR_DEBUG -DDEADLOCK_DEBUG
and run postmaster with -o -K 3 to see what's going on in
lmgr.

Vadim


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

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction
Следующее
От: ZEUGSWETTER Andreas IZ5
Дата:
Сообщение: Re: [HACKERS] strange behavior of UPDATE