Bug 49687

Summary: Web Inspector: WebKit2: crash in WebKit::WebInspectorClient::sendMessageToFrontend
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Proposed Change sullivan: review+, timothy: commit-queue-

Description Timothy Hatcher 2010-11-17 14:20:44 PST
4 com.apple.WebKit2:  WebKit::WebInspector::inspectorPage const + 12 <==
        4 com.apple.WebKit2:  WebKit::WebInspectorClient::sendMessageToFrontend + 40
          4 com.apple.WebCore:  WebCore::InspectorFrontend::frameDetachedFromParent + 713
            4 com.apple.WebCore:  WebCore::InspectorResourceAgent::frameDetachedFromParent + 47
              4 com.apple.WebCore:  WebCore::InspectorController::frameDetachedFromParent + 137
                4 com.apple.WebCore:  WebCore::FrameLoader::detachFromParent + 195
                  4 com.apple.WebKit2:  WebKit::WebPage::close + 326



Steps to reproduce:
0) Use WK2
1) Open a page
2) Try to show the Web Inspector (currently nothing shows)
3) Close the page to see the crash
Comment 1 Timothy Hatcher 2010-11-17 14:20:59 PST
<rdar://problem/8672603>
Comment 2 Timothy Hatcher 2010-11-17 14:28:30 PST
Created attachment 74157 [details]
Proposed Change
Comment 3 Timothy Hatcher 2010-11-17 14:47:00 PST
Landed in r72246.