Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction - Mailing list pgsql-hackers

From Vadim Mikheev
Subject Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction
Date
Msg-id 374B95E7.C4E08566@krs.ru
Whole thread Raw
In response to Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List 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 by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction
Next
From: ZEUGSWETTER Andreas IZ5
Date:
Subject: Re: [HACKERS] strange behavior of UPDATE