[Bug 218571] umtx compat6 regression affecting 'jar' command

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 13 22:26:38 UTC 2017


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

--- Comment #6 from Nicholas Hardison <nicholas.hardison at gmail.com> ---
I believe I have a new patch, with the syscalls marked as COMPAT6 instead of
STD, and without the libc changes, and my test case binary seems to work!

On the UMUTEX_ERROR_CHECK definition - on my 8.2-RELEASE systems, it looks like
it is being used in error handling for the functions in kern/kern_umtx.c, so I
don't think I should get rid of it.  I could try and remove it, or does that
mean it should be marked compat8 instead of compat6?

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


More information about the freebsd-threads mailing list