Bug 49687 - Web Inspector: WebKit2: crash in WebKit::WebInspectorClient::sendMessageToFrontend
Summary: Web Inspector: WebKit2: crash in WebKit::WebInspectorClient::sendMessageToFro...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-11-17 14:20 PST by Timothy Hatcher
Modified: 2010-11-17 14:47 PST (History)
10 users (show)

See Also:


Attachments
Proposed Change (2.14 KB, patch)
2010-11-17 14:28 PST, Timothy Hatcher
sullivan: review+
timothy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.