[Webkit-unassigned] [Bug 16306] New: Assertion failed in WebCore/loader/FrameLoader.cpp:4642

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 05:33:25 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16306

           Summary: Assertion failed in WebCore/loader/FrameLoader.cpp:4642
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: oobermick at gmail.com
                CC: kdecker at apple.com, alp at atoker.com


I have just build webkit with gtk and debug and an assertion fails on startup

ASSERT(!m_didDispatchDidCommitLoad);

I attached to the process and I can see what is going on (fixing is a whole
other ball game!)

* dispatchDidCommitLoad is called and m_didDispatchDidCommitLoad is set true
* checkLoadCompleteForThisFrame is called and we return early because
m_creatingInitialEmptyDocument==true
* dispatchDidCommitLoad is called and the assertion fails


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



More information about the webkit-unassigned mailing list