[Webkit-unassigned] [Bug 108670] [V8] IndexedDB: Minor GC can collect IDBDatabase wrapper with versionchange handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 16:16:23 PST 2013


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





--- Comment #5 from Joshua Bell <jsbell at chromium.org>  2013-02-07 16:18:31 PST ---
The reporter confirms that what he was trying matches the description: "ensuring there were no references to the database connection, yet neither seeing the versionchange handler called nor eventually seeing subsequent open calls succeed" (my words, though).

Repro cases posted:

Open a transaction and make an IDBRequest on an IDBObjectStore  but don't assign the onerror/onabort handlers.

https://dl.dropbox.com/u/12865946/IndexedDB/108670b.html

or Request IDBIndex objects from an IDBObjectStore and keep references of them.

https://dl.dropbox.com/u/12865946/IndexedDB/108670.html

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