WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 98598
101965
Loader ASSERT running WK2
https://bugs.webkit.org/show_bug.cgi?id=101965
Summary
Loader ASSERT running WK2
Eric Seidel (no email)
Reported
2012-11-12 12:18:38 PST
ASSERTION FAILED: m_loadState == LoadStateFinished /Projects/WebKit/Source/WebKit2/UIProcess/WebFrameProxy.cpp(142) : void WebKit::WebFrameProxy::didStartProvisionalLoad(const WTF::String &) 1 0x10d7cbf39 WebKit::WebFrameProxy::didStartProvisionalLoad(WTF::String const&) 2 0x10d862a3c WebKit::WebPageProxy::didStartProvisionalLoadForFrame(unsigned long long, WTF::String const&, WTF::String const&, CoreIPC::MessageDecoder&) 3 0x10d8c2d73 void CoreIPC::callMemberFunction<WebKit::WebPageProxy, void (WebKit::WebPageProxy::*)(unsigned long long, WTF::String const&, WTF::String const&, CoreIPC::MessageDecoder&), unsigned long long, WTF::String, WTF::String>(CoreIPC::Arguments3<unsigned long long, WTF::String, WTF::String> const&, CoreIPC::MessageDecoder&, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, WTF::String const&, WTF::String const&, CoreIPC::MessageDecoder&)) 4 0x10d8b38ed void CoreIPC::handleMessageVariadic<Messages::WebPageProxy::DidStartProvisionalLoadForFrame, WebKit::WebPageProxy, void (WebKit::WebPageProxy::*)(unsigned long long, WTF::String const&, WTF::String const&, CoreIPC::MessageDecoder&)>(CoreIPC::MessageDecoder&, WebKit::WebPageProxy*, void (WebKit::WebPageProxy::*)(unsigned long long, WTF::String const&, WTF::String const&, CoreIPC::MessageDecoder&)) 5 0x10d8ad7c9 WebKit::WebPageProxy::didReceiveWebPageProxyMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::MessageDecoder&) 6 0x10d86185f WebKit::WebPageProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::MessageDecoder&) 7 0x10d90bd02 WebKit::WebProcessProxy::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::MessageDecoder&) 8 0x10d767dd5 WebKit::WebConnectionToWebProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::MessageDecoder&) 9 0x10d767e1d non-virtual thunk to WebKit::WebConnectionToWebProcess::didReceiveMessage(CoreIPC::Connection*, CoreIPC::MessageID, CoreIPC::MessageDecoder&) 10 0x10d5f3378 CoreIPC::Connection::dispatchMessage(CoreIPC::MessageID, CoreIPC::MessageDecoder&) 11 0x10d5f0c2e CoreIPC::Connection::dispatchMessage(CoreIPC::Connection::Message<CoreIPC::MessageDecoder>&) 12 0x10d5f331b CoreIPC::Connection::dispatchOneMessage() 13 0x10d5fa172 WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>::operator()(CoreIPC::Connection*) 14 0x10d5fa0f5 WTF::BoundFunctionImpl<WTF::FunctionWrapper<void (CoreIPC::Connection::*)()>, void (CoreIPC::Connection*)>::operator()() 15 0x10fdcc639 WTF::Function<void ()>::operator()() const 16 0x10fdcc27f WebCore::RunLoop::performWork() 17 0x10fdcd78e WebCore::RunLoop::performWork(void*) 18 0x7fff8a1fb101 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ 19 0x7fff8a1faa25 __CFRunLoopDoSources0 20 0x7fff8a21ddc5 __CFRunLoopRun 21 0x7fff8a21d6b2 CFRunLoopRunSpecific 22 0x7fff865610a4 RunCurrentEventLoopInMode 23 0x7fff86560e42 ReceiveNextEventCommon 24 0x7fff86560cd3 BlockUntilNextEventMatchingListInMode 25 0x7fff8af4a613 _DPSNextEvent 26 0x7fff8af49ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] 27 0x10b82875b -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] 28 0x7fff8af41283 -[NSApplication run] 29 0x7fff8aee5cb6 NSApplicationMain 30 0x10b9fbd54 SafariMain 31 0x7fff872857e1 start I was using run-safari --debug. It auto loaded
https://bug-99669-attachments.webkit.org/attachment.cgi?id=169322
from a previous session. I pasted
http://www.robohornet.org/tests/addcol.html
into the URL bar and it crashed.
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2012-11-12 12:18:53 PST
This was with
r134268
.
Alexey Proskuryakov
Comment 2
2012-11-12 16:35:29 PST
*** This bug has been marked as a duplicate of
bug 98598
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug