[Webkit-unassigned] [Bug 101965] New: Loader ASSERT running WK2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 12:16:54 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=101965

           Summary: Loader ASSERT running WK2
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: sam at webkit.org, japhet at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list