Bug 74536

Summary: inspector/profiler/cpu-profiler-profiling.html is very crashy on Snow Leopard Debug
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: dslomov, pfeldman, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Ryosuke Niwa 2011-12-14 13:39:19 PST
inspector/profiler/cpu-profiler-profiling.html has been crashing very frequently on Snow Leopard Intel Debug (Tests):
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Fprofiler%2Fcpu-profiler-profiling.html&group=%40ToT%20-%20webkit.org
Comment 1 Dmitry Lomov 2011-12-14 13:44:29 PST
Stacktrace:
ASSERTION FAILED: applicationIsTerminating || !preferences
/Volumes/Data/slave/snowleopard-intel-debug/build/Source/WebKit/mac/WebView/WebViewData.mm(107) : -[WebViewPrivate dealloc]
1   0x100e16a5c -[WebViewPrivate dealloc]
2   0x100df8adf -[WebView dealloc]
3   0x100d8235a -[WebInspectorWindowController dealloc]
4   0x7fff87ebdacb -[NSWindowController release]
5   0x100d841d1 WTF::RetainPtr<WebInspectorWindowController>::~RetainPtr()
6   0x100d83a75 WTF::RetainPtr<WebInspectorWindowController>::~RetainPtr()
7   0x100d84298 WebInspectorFrontendClient::~WebInspectorFrontendClient()
8   0x100d83d45 WebInspectorFrontendClient::~WebInspectorFrontendClient()
9   0x100d83d68 WebInspectorFrontendClient::~WebInspectorFrontendClient()
10  0x101bda64e void WTF::deleteOwnedPtr<WebCore::InspectorFrontendClient>(WebCore::InspectorFrontendClient*)
11  0x101bdc488 WTF::OwnPtr<WebCore::InspectorFrontendClient>::~OwnPtr()
12  0x101bd9e85 WTF::OwnPtr<WebCore::InspectorFrontendClient>::~OwnPtr()
13  0x101bd7554 WebCore::InspectorController::~InspectorController()
14  0x101bd7445 WebCore::InspectorController::~InspectorController()
15  0x1022e71ea void WTF::deleteOwnedPtr<WebCore::InspectorController>(WebCore::InspectorController*)
16  0x1022e71b8 WTF::OwnPtr<WebCore::InspectorController>::~OwnPtr()
17  0x1022e02f5 WTF::OwnPtr<WebCore::InspectorController>::~OwnPtr()
18  0x1022db8ec WebCore::Page::~Page()
19  0x1022db535 WebCore::Page::~Page()
20  0x100dec6ea -[WebView(WebPrivate) _close]
21  0x100df8c0b -[WebView close]
22  0x100d832ac -[WebInspectorWindowController destroyInspectorView:]
23  0x100d81cf6 WebInspectorFrontendClient::disconnectFromBackend()
24  0x100d81686 WebInspectorClient::closeInspectorFrontend()
25  0x101bd7c01 WebCore::InspectorController::close()
26  0x100d80b8b -[WebInspector close:]
27  0x10003f765 LayoutTestController::closeWebInspector()
28  0x100015b6f runTest(std::string const&)
29  0x100014b7f runTestingServerLoop()
30  0x100014454 dumpRenderTree(int, char const**)
31  0x100015f7c main
Comment 2 Brian Burg 2014-12-12 14:36:40 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.