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

--- Comment #3 from Mark Johnston <[email protected]> ---
So minecraft is generating many, many more calls to _umtx_op() than before.  If
the kernel commit is reverted, and nothing else changes, does the number of
calls stay the same?  If not, then there may indeed be a kernel bug.

It would be useful to see the timeout being passed.  Some output from a dtrace
script like:

# dtrace -n 'fbt::do_wait:entry /args[3] && pid == <pid of minecraft
process>/{print(*args[3]);}'

would be useful.

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

Reply via email to