Date: Sat, 19 Mar 2022 00:43:00 +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-Wewk0GVZ1c@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 #8 from Masachika ISHIZUKA <ish@amail.plala.or.jp> --- Created attachment 232568 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D232568&action= =3Dedit Attached core.txt.3 file is output of patched linux_futex.c carrot% diff -ruN linux_futex.c.org linux_futex.c --- linux_futex.c.org 2021-08-17 09:38:11.416807000 +0900 +++ linux_futex.c 2022-03-19 07:05:43.100300000 +0900 @@ -197,6 +197,9 @@ struct linux_pemuldata *pem; struct proc *p; +#if 1 + printf("DEBUG:linux futex op %d\n", args->op); +#endif if (args->op & LINUX_FUTEX_PRIVATE_FLAG) { args->flags =3D 0; args->op &=3D ~LINUX_FUTEX_PRIVATE_FLAG; --=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-Wewk0GVZ1c>