[Bug 218571] umtx compat6 regression affecting 'jar' command
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218571 --- Comment #6 from Nicholas Hardison <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"