Bug 29990
| Summary: | ASSERT failure appending iframe, FrameLoader.cpp:3103 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | abarth |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
Eric Seidel (no email)
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
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.
Eric Seidel (no email)
Nevermind this seems to be gone now.