[Webkit-unassigned] [Bug 96947] IndexedDB: Assertion failure with open() within upgradeneeded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 23 15:40:56 PDT 2012


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





--- Comment #5 from Joshua Bell <jsbell at chromium.org>  2012-10-23 15:42:00 PST ---
(In reply to comment #4)
> Event/call sequence:
> 
> IDBDatabaseBackendImpl::openConnectionWithVersion(2)
> IDBDatabaseBackendImpl::runIntVersionChangeTransaction
> IDBDatabaseBackendImpl::setIntVersionInternal(2)
> IDBDatabaseBackendImpl::openConnectionWithVersion(3)
> IDBDatabaseBackendImpl::close
> IDBDatabaseBackendImpl::processPendingCalls
>  > pendingOpenWithVersionCall
> IDBDatabaseBackendImpl::openConnectionWithVersion(3)
> IDBDatabaseBackendImpl::runIntVersionChangeTransaction
> IDBDatabaseBackendImpl::processPendingCalls
>  > m_pendingSecondHalfOpenWithVersion

And since it isn't obvious... everything from the IDBDatabaseBackendImpl::close() call down is occurring within the IDBTransactionBackendImpl::commit of the versionchange transaction.

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