From: Sunil Mushran <sunil.mushran@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] Deadlock in DLM code still there
Date: Thu, 13 May 2010 15:25:45 -0700 [thread overview]
Message-ID: <4BEC7C69.4030208@oracle.com> (raw)
In-Reply-To: <20100513194320.GA28367@quack.suse.cz>
Yes. This is a tricky problem. I'll work on it as soon as
I have completed my current task.
05/13/2010 12:43 PM, Jan Kara wrote:
> Hi,
>
> in http://www.mail-archive.com/ocfs2-devel at oss.oracle.com/msg03188.html
> (more than an year ago) I've reported a lock inversion between dlm->ast_lock
> and res->spinlock. The deadlock seems to be still there in 2.6.34-rc7:
>
> =======================================================
> [ INFO: possible circular locking dependency detected ]
> 2.6.34-rc7-xen #4
> -------------------------------------------------------
> dlm_thread/2001 is trying to acquire lock:
> (&(&dlm->ast_lock)->rlock){+.+...}, at: [<ffffffffa0119785>] dlm_queue_bast+0x55/0x1e0 [ocfs2_dlm]
>
> but task is already holding lock:
> (&(&res->spinlock)->rlock){+.+...}, at: [<ffffffffa010452d>] dlm_thread+0x7cd/0x17f0 [ocfs2_dlm]
>
> which lock already depends on the new lock.
>
>
> the existing dependency chain (in reverse order) is:
>
> -> #1 (&(&res->spinlock)->rlock){+.+...}:
> [<ffffffff810746bf>] __lock_acquire+0x109f/0x1720
> [<ffffffff81074da9>] lock_acquire+0x69/0x90
> [<ffffffff81328c6c>] _raw_spin_lock+0x2c/0x40
> [<ffffffff8117e158>] _atomic_dec_and_lock+0x78/0xa0
> [<ffffffffa010ebb9>] dlm_lockres_release_ast+0x29/0xb0 [ocfs2_dlm]
> [<ffffffffa0104e41>] dlm_thread+0x10e1/0x17f0 [ocfs2_dlm]
> [<ffffffff81060e1e>] kthread+0x8e/0xa0
> [<ffffffff8100bda4>] kernel_thread_helper+0x4/0x10
>
> -> #0 (&(&dlm->ast_lock)->rlock){+.+...}:
> [<ffffffff81074b18>] __lock_acquire+0x14f8/0x1720
> [<ffffffff81074da9>] lock_acquire+0x69/0x90
> [<ffffffff81328c6c>] _raw_spin_lock+0x2c/0x40
> [<ffffffffa0119785>] dlm_queue_bast+0x55/0x1e0 [ocfs2_dlm]
> [<ffffffffa010494f>] dlm_thread+0xbef/0x17f0 [ocfs2_dlm]
> [<ffffffff81060e1e>] kthread+0x8e/0xa0
> [<ffffffff8100bda4>] kernel_thread_helper+0x4/0x10
>
> other info that might help us debug this:
>
> 1 lock held by dlm_thread/2001:
> #0: (&(&res->spinlock)->rlock){+.+...}, at: [<ffffffffa010452d>] dlm_thread+0x7cd/0x17f0 [ocfs2_dlm]
>
> stack backtrace:
> Pid: 2001, comm: dlm_thread Not tainted 2.6.34-rc7-xen #4
> Call Trace:
> [<ffffffff810723d0>] print_circular_bug+0xf0/0x100
> [<ffffffff81074b18>] __lock_acquire+0x14f8/0x1720
> [<ffffffff8100701d>] ? xen_force_evtchn_callback+0xd/0x10
> [<ffffffff81074da9>] lock_acquire+0x69/0x90
> [<ffffffffa0119785>] ? dlm_queue_bast+0x55/0x1e0 [ocfs2_dlm]
> [<ffffffff81328c6c>] _raw_spin_lock+0x2c/0x40
> [<ffffffffa0119785>] ? dlm_queue_bast+0x55/0x1e0 [ocfs2_dlm]
> [<ffffffffa0119785>] dlm_queue_bast+0x55/0x1e0 [ocfs2_dlm]
> [<ffffffffa010494f>] dlm_thread+0xbef/0x17f0 [ocfs2_dlm]
> [<ffffffff81070cdd>] ? trace_hardirqs_off+0xd/0x10
> [<ffffffff8107335d>] ? trace_hardirqs_on+0xd/0x10
> [<ffffffff813293b2>] ? _raw_spin_unlock_irq+0x32/0x40
> [<ffffffff81061330>] ? autoremove_wake_function+0x0/0x40
> [<ffffffffa0103d60>] ? dlm_thread+0x0/0x17f0 [ocfs2_dlm]
> [<ffffffff81060e1e>] kthread+0x8e/0xa0
> [<ffffffff8100bda4>] kernel_thread_helper+0x4/0x10
> [<ffffffff81329790>] ? restore_args+0x0/0x30
> [<ffffffff8100bda0>] ? kernel_thread_helper+0x0/0x10
>
> I'm now regularly hitting this problem so it stops me from verifying
> whether there are other possible deadlocks in ocfs2 quota code...
>
> Honza
>
next prev parent reply other threads:[~2010-05-13 22:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-13 19:43 [Ocfs2-devel] Deadlock in DLM code still there Jan Kara
2010-05-13 22:25 ` Sunil Mushran [this message]
2010-05-14 14:50 ` Wengang Wang
2010-05-14 18:30 ` Sunil Mushran
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BEC7C69.4030208@oracle.com \
--to=sunil.mushran@oracle.com \
--cc=ocfs2-devel@oss.oracle.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.