[Webkit-unassigned] [Bug 171990] New: WorkerThread::stop() should not access m_workerGlobalScope->script() after posting the cleanup task.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 11 14:32:39 PDT 2017


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

            Bug ID: 171990
           Summary: WorkerThread::stop() should not access
                    m_workerGlobalScope->script() after posting the
                    cleanup task.
           Product: WebKit
           Version: WebKit Local 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

The cleanup task will invoke workerGlobalScope.clearScript() which deletes the WorkerScriptController.  Hence, it is not safe for WorkerThread::stop() to access the script controller after it has posted the cleanup task.

-- 
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/20170511/59f37fe1/attachment-0001.html>


More information about the webkit-unassigned mailing list