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

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: t-ishii(at)sra(dot)co(dot)jp
Cc: hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] ERROR: WaitOnLock: error on wakeup - Aborting this transaction
Date: 1999-05-26 06:34:15
Message-ID: 374B95E7.C4E08566@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message ZEUGSWETTER Andreas IZ5 1999-05-26 07:25:59 Re: [HACKERS] strange behavior of UPDATE
Previous Message Ari Halberstadt 1999-05-26 06:10:47 Re: [HACKERS] pg_dump core dump, upgrading from 6.5b1 to 5/24 snapshot