[Webkit-unassigned] [Bug 141209] New: Workaround a thread library bug where thread destructors may not get called

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 3 13:48:53 PST 2015


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

            Bug ID: 141209
           Summary: Workaround a thread library bug where thread
                    destructors may not get called
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

As far as we know, there's a darwin bug where thread destructors may not get called.  We will work around this by checking at GC time if the platform thread is still valid.  If not, we'll purge it from the VM's registeredThreads list before proceeding with thread scanning activity.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150203/169dba0e/attachment-0002.html>


More information about the webkit-unassigned mailing list