[Webkit-unassigned] [Bug 27665] New: Failed assertion in WorkerContext::~WorkerContext()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 24 13:58:35 PDT 2009


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

           Summary: Failed assertion in WorkerContext::~WorkerContext()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: atwilson at google.com
                CC: dimich at chromium.org, levin at chromium.org


There's a race condition when WorkerContext shuts down, because the
WorkerThread object can get freed before the WorkerContext constructor finishes
executing.

We need to update the code to make sure we don't access the m_thread after
calling workerContextDestroyed() because the pointer may not be valid.

-- 
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