[Bug 200138] [PATCH] Fixed race condition incurred in libthr by some foreign malloc libraries

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 12 07:41:17 UTC 2015


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

Konstantin Belousov <kib at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib at FreeBSD.org
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #2 from Konstantin Belousov <kib at FreeBSD.org> ---
Thread cannot race with itself.  pthread_setspecific() is only touching the
current thread 'specific' member, so what race you are talking about ?

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


More information about the freebsd-threads mailing list