Bug 29990 - ASSERT failure appending iframe, FrameLoader.cpp:3103
Summary: ASSERT failure appending iframe, FrameLoader.cpp:3103
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-01 16:52 PDT by Eric Seidel (no email)
Modified: 2009-10-01 17:15 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-10-01 16:52:41 PDT
ASSERTION FAILED: m_frame->view()
(/Users/eseidel/Projects/CommitQueue/WebCore/loader/FrameLoader.cpp:3103 void WebCore::FrameLoader::transitionToCommitted(WTF::PassRefPtr<WebCore::CachedPage>))

This appears to be timing sensitive.  You may need to reload the page more than once to see it.

run-safari --debug frame_assert.html

reproduces for me though.
Comment 1 Eric Seidel (no email) 2009-10-01 16:56:52 PDT
It looks like my Debug build was old.  Rebuilding to make sure that this happens in tip of tree sources.    I'll get an updated line number when that finishes.
Comment 2 Eric Seidel (no email) 2009-10-01 17:15:54 PDT
Nevermind this seems to be gone now.