[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 17:18:34 PDT 2012


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





--- Comment #7 from Joshua Bell <jsbell at chromium.org>  2012-06-14 17:18:34 PST ---
Seems like we need to untangle things slightly - either the cursor shouldn't "finish" the request while there are outstanding events, or we should allow the error event to be dispatched even if the cursor is closed. Given that dispatch can be arbitrarily delayed, it seems like the latter is more tractable.

(The timing difference between event queuing and dispatching is tricksy.)

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