[Webkit-unassigned] [Bug 86911] IndexedDB: "ASSERTION FAILED: !m_requestFinished" hit in IDBRequest::dispatchEvent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 14 16:22:46 PDT 2012


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





--- Comment #4 from Joshua Bell <jsbell at chromium.org>  2012-06-14 16:22:45 PST ---
Ah, here's the key bit:

    request = store.openCursor();
    request.onsuccess = function () {
        event.target.result.continue();
        throw "foo";
    };

If an exception is thrown in the event handler after the continue() is called the ASSERT is hit.

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