Bug 114576
Summary: | Web Inspector: Assertion failure in WebKit::WebInspectorProxy::open() | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | graouts, jberlin, joepeck, timothy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Ryosuke Niwa
e.g. http://build.webkit.org/results/Apple%20MountainLion%20Debug%20WK2%20(Tests)/r148368%20(8842)/results.html
inspector/profiler/heap-snapshot-containment-show-all.html
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.apple.WebKit2 0x000000010e794991 WebKit::WebInspectorProxy::open() + 81 (WebInspectorProxy.cpp:430)
1 com.apple.WebKit2 0x000000010e7939f0 WebKit::WebInspectorProxy::bringToFront() + 80 (WebInspectorProxy.cpp:471)
2 com.apple.WebKit2 0x000000010e7a5023 void CoreIPC::callMemberFunction<WebKit::WebInspectorProxy, void (WebKit::WebInspectorProxy::*)()>(CoreIPC::Arguments0 const&, WebKit::WebInspectorProxy*, void (WebKit::WebInspectorProxy::*)()) + 131 (HandleMessage.h:16)
3 com.apple.WebKit2 0x000000010e7a4739 void CoreIPC::handleMessage<Messages::WebInspectorProxy::BringToFront, WebKit::WebInspectorProxy, void (WebKit::WebInspectorProxy::*)()>(CoreIPC::MessageDecoder&, WebKit::WebInspectorProxy*, void (WebKit::WebInspectorProxy::*)()) + 105 (HandleMessage.h:347)
4 com.apple.WebKit2 0x000000010e7a4007 WebKit::WebInspectorProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 295 (WebInspectorProxyMessageReceiver.cpp:48)
5 com.apple.WebKit2 0x000000010e7a4517 non-virtual thunk to WebKit::WebInspectorProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 55
6 com.apple.WebKit2 0x000000010e5970d7 CoreIPC::MessageReceiverMap::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 519 (MessageReceiverMap.cpp:87)
7 com.apple.WebKit2 0x000000010e4e6e17 WebKit::ChildProcessProxy::dispatchMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 55 (ChildProcessProxy.cpp:107)
8 com.apple.WebKit2 0x000000010e8cbc8a WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 58 (WebProcessProxy.cpp:362)
9 com.apple.WebKit2 0x000000010e8cbda7 non-virtual thunk to WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageDecoder&) + 55
10 com.apple.WebKit2 0x000000010e4ef323 CoreIPC::Connection::dispatchMessage(CoreIPC::MessageDecoder&) + 51 (Connection.cpp:789)
11 com.apple.WebKit2 0x000000010e4eb4ba CoreIPC::Connection::dispatchMessage(WTF::PassOwnPtr<CoreIPC::MessageDecoder>) + 218 (Connection.cpp:811)
12 com.apple.WebKit2 0x000000010e4ef2bb CoreIPC::Connection::dispatchOneMessage() + 203 (Connection.cpp:837)
13 com.apple.WebKit2 0x000000010e4fb072 WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>::operator()(CoreIPC::Connection*) + 114 (Functional.h:218)
14 com.apple.WebKit2 0x000000010e4faff5 WTF::BoundFunctionImpl<WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>, void (CoreIPC::Connection*)>::operator()() + 53 (Functional.h:496)
15 com.apple.WebCore 0x000000011117f0e9 WTF::Function<void ()>::operator()() const + 137 (Functional.h:704)
16 com.apple.WebCore 0x000000011117edaf WebCore::RunLoop::performWork() + 207 (RunLoop.cpp:93)
17 com.apple.WebCore 0x000000011118010e WebCore::RunLoop::performWork(void*) + 62 (RunLoopCF.cpp:66)
18 com.apple.CoreFoundation 0x00007fff88548b31 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
19 com.apple.CoreFoundation 0x00007fff88548455 __CFRunLoopDoSources0 + 245
20 com.apple.CoreFoundation 0x00007fff8856b7f5 __CFRunLoopRun + 789
21 com.apple.CoreFoundation 0x00007fff8856b0e2 CFRunLoopRunSpecific + 290
22 com.apple.Foundation 0x00007fff8695bf5e -[NSRunLoop(NSRunLoop) runMode:beforeDat
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jessie Berlin
*** This bug has been marked as a duplicate of bug 113020 ***