Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2022 15:15:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 262587] panic: lock (sleep mutex) umtxql not locked @ /usr/src/sys/sys/umtxvar.h:262 on 14-current master-n253798-8cdecdecb43
Message-ID:  <bug-262587-227-bEQuNLO6Nz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-262587-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-262587-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=3D262587

--- Comment #9 from Mark Johnston <markj@FreeBSD.org> ---
Hmm, so we were in linux_futex_wait(), presumably having slept (op 137 or 1=
28
are present in the dmesg, but aren't the last ops, last op 129 is a wakeup)=
.=20
We locked the chain before sleeping, and upon waking up we find we have the
wrong chain locked.  So presumably curthread->td_umtxq.uq_key.hash changed
while we were sleeping...

--=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-262587-227-bEQuNLO6Nz>