[Bug 151767] pthread_mutex_init returns success with bad attributes; SUBSEQUENT operations fail

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jul 7 00:50:58 UTC 2020


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

Mark Johnston <markj at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj at FreeBSD.org
         Resolution|---                         |FIXED
             Status|Open                        |Closed

--- Comment #9 from Mark Johnston <markj at FreeBSD.org> ---
The original sample code no longer triggers any errors as of r216791, which
fixed a scheduler bug triggered by the sample.  From what I can see in the
corresponding pthread function implementations, we do sufficient validation of
all of the mutex attributes, so I'm going to resolve this as FIXED.

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


More information about the freebsd-threads mailing list