[Webkit-unassigned] [Bug 71718] Apparent threading bug causes intermittent segfaults

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 11:40:41 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71718


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114733|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #11 from Alexey Proskuryakov <ap at webkit.org>  2011-11-11 11:40:41 PST ---
(From update of attachment 114733)
View in context: https://bugs.webkit.org/attachment.cgi?id=114733&action=review

r=me on the condition that initializeThreading() change is removed before landing.

> Source/JavaScriptCore/wtf/qt/ThreadingQt.cpp:152
> +        threadMap();

This change is not mentioned in ChangeLog, is unnecessary, and is not something ThreadingPthreads does. All accesses to threadMap are protected by threadMapMutex, so there is no need to create it upfront.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list