Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Mar 2019 10:55:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236220] ZFS vnode deadlock on zfs_mknode
Message-ID:  <bug-236220-227-1faqtLOf1G@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236220-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236220-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236220

--- Comment #7 from Andriy Gapon <avg@FreeBSD.org> ---
(In reply to ncrogers from comment #6)
Sorry, I missed it in the wall of stack traces.
To mirror what I wrote in the email:
> v_lock = {lock_object = {lo_name = 0xffffffff8144af45 "zfs",
>      lo_flags = 117112840, lo_data = 0, lo_witness = 0x0},
>      lk_lock = 18446744073709551605, lk_exslpfail = 0, lk_timo = 51,
>      lk_pri = 96}

lk_lock = 18446744073709551605 = 0xfffffffffffffff5
and that looks like LK_SHARERS_LOCK(-1) | LK_EXCLUSIVE_WAITERS.
I suggest that you try to reproduce the problem with INVARIANTS and
INVARIANT_SUPPORT.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236220-227-1faqtLOf1G>