Created attachment 252578 [details] crashinfo (core.txt) I'm using current main-n271542-4c5188bbeb88. The kernel crashed while using vscode-1.91.1_2. Panic String panic: lock (sleep mutex) umtxql not locked @ /usr/src/sys/sys/umtxvar.h:262 Attached is crashinfo(core.txt) when panic occurs.
Created attachment 252584 [details] coreinfo about another pattern of panic Another pattern of panic Panic String panic: mutex umtxql not owned at /usr/src/sys/kern/kern_umtx.c:509 Attached is crashinfo (core.txt.2.gz)
Does the patch in https://reviews.freebsd.org/D40481 fix your crash?
(In reply to Mark Johnston from comment #2) I applied this patch to the source of revision 4c5188bbeb88 : https://reviews.freebsd.org/file/data/46vn3u4fppozrmbpumm3/PHID-FILE-fpq3ig3mungpijncdlfe/D40481.diff I've had no kernel panics using VSCode with this patched kernel. This panic occurred frequently when the kernel was not patched, so this feels like an improvement.