Bug 136293 - Web Inspector: Crash when you open Web Inspector in a private window (due to IndexedDB)
Summary: Web Inspector: Crash when you open Web Inspector in a private window (due to ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-08-27 10:17 PDT by Timothy Hatcher
Modified: 2014-08-27 13:31 PDT (History)
5 users (show)

See Also:


Attachments
Patch (3.31 KB, patch)
2014-08-27 10:20 PDT, Timothy Hatcher
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2014-08-27 10:17:30 PDT
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.apple.WebCore             	0x00007fff8a66a61a WebCore::InspectorIndexedDBAgent::requestDatabaseNames(WTF::String*, WTF::String const&, WTF::PassRefPtr<Inspector::InspectorIndexedDBBackendDispatcherHandler::RequestDatabaseNamesCallback>) + 202
1   com.apple.WebCore             	0x00007fff8a6aa31e Inspector::InspectorIndexedDBBackendDispatcher::requestDatabaseNames(long, Inspector::InspectorObject const&) + 622
2   com.apple.WebCore             	0x00007fff8a6a9ca8 Inspector::InspectorIndexedDBBackendDispatcher::dispatch(long, WTF::String const&, WTF::PassRefPtr<Inspector::InspectorObject>) + 600
3   com.apple.JavaScriptCore      	0x00007fff8b756af3 Inspector::InspectorBackendDispatcher::dispatch(WTF::String const&) + 1795
4   com.apple.WebCore             	0x00007fff8a668713 WebCore::InspectorBackendDispatchTask::timerFired(WebCore::Timer<WebCore::InspectorBackendDispatchTask>&) + 99
5   com.apple.WebCore             	0x00007fff89fb3afd WebCore::ThreadTimers::sharedTimerFiredInternal() + 157
6   com.apple.WebCore             	0x00007fff89fb3a24 WebCore::timerFired(__CFRunLoopTimer*, void*) + 

rdar://problem/18120176
Comment 1 Timothy Hatcher 2014-08-27 10:20:09 PDT
Created attachment 237231 [details]
Patch
Comment 2 Joseph Pecoraro 2014-08-27 12:54:50 PDT
Comment on attachment 237231 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2014-08-27 13:31:49 PDT
Comment on attachment 237231 [details]
Patch

Clearing flags on attachment: 237231

Committed r173016: <http://trac.webkit.org/changeset/173016>
Comment 4 WebKit Commit Bot 2014-08-27 13:31:52 PDT
All reviewed patches have been landed.  Closing bug.