[Webkit-unassigned] [Bug 111171] [EFL] [IndexedDB] Cursor-advance-workers crashes sometimes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 13:16:36 PST 2013


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


Joshua Bell <jsbell at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jsbell at chromium.org




--- Comment #1 from Joshua Bell <jsbell at chromium.org>  2013-03-07 13:19:01 PST ---
That ASSERT is indicating that something has either:

(1) Not correctly deactivated a new transaction on return from script
(2) Not correctly activated/deactivated a transaction during an event handler

It's probably similar to the issue noted here:

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

In the Chromium/V8 port we have code in the binding layer to implement (1) via the IDBPendingTransactionMonitor. Without looking at the code, my guess is that the GTK port is missing this step in some cases.

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