[Webkit-unassigned] [Bug 107050] New: IndexedDB: Possible null ScriptExecutionContext passed to callbacks during frame destruction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 16 13:32:47 PST 2013


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

           Summary: IndexedDB: Possible null ScriptExecutionContext passed
                    to callbacks during frame destruction
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jsbell at chromium.org
                CC: tony at chromium.org, dgrogan at chromium.org,
                    alecflett at chromium.org


Trying to track down a null-dereference crash involving Workers and IndexedDB, one possibility is that the generated binding code gets a null context from WorkerScriptController::controllerForContext() and passes this into DOM callbacks (including IDB). It seems unlikely, but we'd like to confirm or refute the hypothesis.

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