[Webkit-unassigned] [Bug 27397] New: V8IsolatedWorld keeps a handle to a disposed context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 17 16:25:15 PDT 2009


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

           Summary: V8IsolatedWorld keeps a handle to a disposed context
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mpcomplete at chromium.org


This line in V8IsolatedWorld::evaluate:
    context.Dispose();

should probably be removed.  The handle has already been made weak - disposing
it makes the handle invalid, causing crashes when it is used later.

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