Bug 20248 - Assertion failure in FrameView::scheduleRelayoutOfSubtree (m_frame->view() == this)
Summary: Assertion failure in FrameView::scheduleRelayoutOfSubtree (m_frame->view() ==...
Status: RESOLVED DUPLICATE of bug 19249
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://phoenix.lpl.arizona.edu/imageC...
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2008-07-31 22:26 PDT by Matt Lilek
Modified: 2008-08-01 00:06 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 Matt Lilek 2008-07-31 22:26:15 PDT
Clicking the gallery tab on <http://phoenix.lpl.arizona.edu/imageCategories_lander.php> hits the following ASSERT in r35503:

ASSERTION FAILED: m_frame->view() == this
(/Users/matt/Code/WebKit/WebCore/page/FrameView.cpp:823 void WebCore::FrameView::scheduleRelayoutOfSubtree(WebCore::RenderObject*))

Thread 0 Crashed:
0   com.apple.WebCore             	0x03327c72 WebCore::FrameView::scheduleRelayoutOfSubtree(WebCore::RenderObject*) + 92 (FrameView.cpp:823)
1   com.apple.WebCore             	0x035c8c47 WebCore::RenderObject::scheduleRelayout() + 159 (RenderObject.cpp:2756)
2   com.apple.WebCore             	0x035cb295 WebCore::RenderObject::markContainingBlocksForLayout(bool, WebCore::RenderObject*) + 459 (RenderObject.cpp:792)
3   com.apple.WebCore             	0x035cb3f9 WebCore::RenderObject::setNeedsLayout(bool, bool) + 101 (RenderObject.cpp:706)
4   com.apple.WebCore             	0x030dc395 WebCore::RenderObject::setNeedsLayoutAndPrefWidthsRecalc() + 33 (RenderObject.h:412)
5   com.apple.WebCore             	0x035cc2e6 WebCore::RenderObject::setStyle(WebCore::RenderStyle*) + 3736 (RenderObject.cpp:2328)
6   com.apple.WebCore             	0x03585f8b WebCore::RenderBox::setStyle(WebCore::RenderStyle*) + 91 (RenderBox.cpp:87)
7   com.apple.WebCore             	0x035a5e77 WebCore::RenderInline::setStyle(WebCore::RenderStyle*) + 25 (RenderInline.cpp:47)
8   com.apple.WebCore             	0x035c95d0 WebCore::RenderObject::setAnimatableStyle(WebCore::RenderStyle*) + 126 (RenderObject.cpp:2162)
9   com.apple.WebCore             	0x0352c37b WebCore::Node::setRenderStyle(WebCore::RenderStyle*) + 37 (Node.cpp:1053)
10  com.apple.WebCore             	0x032b537b WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 919 (Element.cpp:789)
11  com.apple.WebCore             	0x032b558a WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1446 (Element.cpp:821)
12  com.apple.WebCore             	0x032b558a WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1446 (Element.cpp:821)
13  com.apple.WebCore             	0x032b558a WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1446 (Element.cpp:821)
14  com.apple.WebCore             	0x032b558a WebCore::Element::recalcStyle(WebCore::Node::StyleChange) + 1446 (Element.cpp:821)
15  com.apple.WebCore             	0x0326d1f0 WebCore::Document::recalcStyle(WebCore::Node::StyleChange) + 1346 (Document.cpp:1139)
16  com.apple.WebCore             	0x032619d1 WebCore::Document::updateRendering() + 49 (Document.cpp:1165)
17  com.apple.WebCore             	0x0326633a WebCore::Document::updateDocumentsRendering() + 158 (Document.cpp:1172)
18  com.apple.WebCore             	0x032c9088 WebCore::EventTarget::dispatchGenericEvent(WebCore::EventTargetNode*, WTF::PassRefPtr<WebCore::Event>, int&, bool) + 2140 (EventTarget.cpp:282)
19  com.apple.WebCore             	0x032c9a1e WebCore::EventTargetNode::dispatchEvent(WTF::PassRefPtr<WebCore::Event>, int&, bool) + 364 (EventTargetNode.cpp:132)
20  com.apple.WebCore             	0x032cb528 WebCore::EventTargetNode::dispatchHTMLEvent(WebCore::AtomicString const&, bool, bool) + 174 (EventTargetNode.cpp:376)
21  com.apple.WebCore             	0x0336a583 WebCore::HTMLImageLoader::dispatchLoadEvent() + 175 (HTMLImageLoader.cpp:134)
22  com.apple.WebCore             	0x03264ac8 WebCore::Document::dispatchImageLoadEventsNow() + 162 (Document.cpp:2789)
23  com.apple.WebCore             	0x03264b0b WebCore::Document::imageLoadEventTimerFired(WebCore::Timer<WebCore::Document>*) + 17 (Document.cpp:2804)
24  com.apple.WebCore             	0x0328c4cb WebCore::Timer<WebCore::Document>::fired() + 89 (Timer.h:99)
25  com.apple.WebCore             	0x03721b34 WebCore::TimerBase::fireTimers(double, WTF::Vector<WebCore::TimerBase*, 0ul> const&) + 198 (Timer.cpp:350)
26  com.apple.WebCore             	0x03721bdc WebCore::TimerBase::sharedTimerFired() + 110 (Timer.cpp:370)
27  com.apple.WebCore             	0x036fada6 WebCore::timerFired(__CFRunLoopTimer*, void*) + 78 (SharedTimerMac.mm:85)
Comment 1 Mark Rowe (bdash) 2008-07-31 22:52:59 PDT
This may be a dupe of bug 19564, bug 19249, bug 18000, or bug 16211.
Comment 2 mitz 2008-08-01 00:06:28 PDT
(In reply to comment #1)
> This may be a dupe of bug 19564, bug 19249, bug 18000, or bug 16211.

And the winner is: bug 19249!

*** This bug has been marked as a duplicate of 19249 ***