Bug 205515 - REGRESSION (r253807): crash in storage/indexeddb/modern/opendatabase-request-private.html
Summary: REGRESSION (r253807): crash in storage/indexeddb/modern/opendatabase-request-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sihui Liu
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-12-20 12:53 PST by Sihui Liu
Modified: 2019-12-20 17:49 PST (History)
8 users (show)

See Also:


Attachments
Patch (2.89 KB, patch)
2019-12-20 13:00 PST, Sihui Liu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sihui Liu 2019-12-20 12:53:12 PST
ASSERTION FAILED: !m_currentlyCompletingRequest
./Modules/indexeddb/IDBTransaction.cpp(1470) : void WebCore::IDBTransaction::autoCommit()
1   0x10f5e9869 WTFCrash
2   0x11e927d0b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x12008f60f WebCore::IDBTransaction::autoCommit()
4   0x120085313 WebCore::IDBTransaction::removeRequest(WebCore::IDBRequest&)
5   0x1200851fb WebCore::IDBOpenDBRequest::cancelForStop()
6   0x120088e90 WebCore::IDBRequest::stop()
7   0x120e2a6a5 auto WebCore::ScriptExecutionContext::stopActiveDOMObjects()::$_7::operator()<WebCore::ActiveDOMObject>(WebCore::ActiveDOMObject&) const
8   0x120e2a654 WTF::Detail::CallableWrapper<WebCore::ScriptExecutionContext::stopActiveDOMObjects()::$_7, WebCore::ScriptExecutionContext::ShouldContinue, WebCore::ActiveDOMObject&>::call(WebCore::ActiveDOMObject&)
9   0x120e10d80 WTF::Function<WebCore::ScriptExecutionContext::ShouldContinue (WebCore::ActiveDOMObject&)>::operator()(WebCore::ActiveDOMObject&) const
10  0x120e10bbf WebCore::ScriptExecutionContext::forEachActiveDOMObject(WTF::Function<WebCore::ScriptExecutionContext::ShouldContinue (WebCore::ActiveDOMObject&)> const&) const
11  0x120e10fd4 WebCore::ScriptExecutionContext::stopActiveDOMObjects()
12  0x120c37bfb WebCore::Document::stopActiveDOMObjects()
13  0x120c3797c WebCore::Document::commonTeardown()
14  0x120c45db9 WebCore::Document::prepareForDestruction()
Comment 1 Sihui Liu 2019-12-20 13:00:14 PST
Created attachment 386243 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2019-12-20 16:28:38 PST
<rdar://problem/58129066>
Comment 3 WebKit Commit Bot 2019-12-20 17:49:12 PST
Comment on attachment 386243 [details]
Patch

Clearing flags on attachment: 386243

Committed r253858: <https://trac.webkit.org/changeset/253858>
Comment 4 WebKit Commit Bot 2019-12-20 17:49:14 PST
All reviewed patches have been landed.  Closing bug.