Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2015 07:41:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-threads@FreeBSD.org
Subject:   [Bug 200138] [PATCH] Fixed race condition incurred in libthr by some foreign malloc libraries
Message-ID:  <bug-200138-16-iRlnJKEaft@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200138-16@https.bugs.freebsd.org/bugzilla/>
References:  <bug-200138-16@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200138

Konstantin Belousov <kib@FreeBSD.org> changed:

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

--- Comment #2 from Konstantin Belousov <kib@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200138-16-iRlnJKEaft>