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=3D236220

--- 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 =3D {lock_object =3D {lo_name =3D 0xffffffff8144af45 "zfs",
>      lo_flags =3D 117112840, lo_data =3D 0, lo_witness =3D 0x0},
>      lk_lock =3D 18446744073709551605, lk_exslpfail =3D 0, lk_timo =3D 51,
>      lk_pri =3D 96}

lk_lock =3D 18446744073709551605 =3D 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.

--=20
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>