[Webkit-unassigned] [Bug 71049] Assertion in RenderInline::clippedOverflowRectForRepaint() about layoutStateEnabled()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 13 11:41:02 PST 2011


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





--- Comment #6 from Adam Roben (:aroben) <aroben at apple.com>  2011-12-13 11:41:02 PST ---
Here's the backtrace I saw:


ASSERTION FAILED: !view() || !view()->layoutStateEnabled() || isRunIn()
/Users/aroben/dev/WebKit/OpenSource/Source/WebCore/rendering/RenderInline.cpp(961) : virtual LayoutRect WebCore::RenderInline::clippedOverflowRectForRepaint(WebCore::RenderBoxModelObject *) const
1   0x110eb8f99 WebCore::RenderInline::clippedOverflowRectForRepaint(WebCore::RenderBoxModelObject*) const
2   0x110ec0b6d WebCore::RenderLayer::computeRepaintRects(WebCore::IntPoint*)
3   0x110ec0ee5 WebCore::RenderLayer::updateLayerPositionsAfterScroll(unsigned int)
4   0x110ec0f35 WebCore::RenderLayer::updateLayerPositionsAfterScroll(unsigned int)
5   0x110ec0f35 WebCore::RenderLayer::updateLayerPositionsAfterScroll(unsigned int)
6   0x110ec0f35 WebCore::RenderLayer::updateLayerPositionsAfterScroll(unsigned int)
7   0x110ec0f35 WebCore::RenderLayer::updateLayerPositionsAfterScroll(unsigned int)
8   0x110ec3eb0 WebCore::RenderLayer::scrollTo(int, int)
9   0x110ec63be WebCore::RenderLayer::setScrollOffset(WebCore::IntPoint const&)
10  0x111096f13 WebCore::ScrollableArea::setScrollOffsetFromAnimation(WebCore::IntPoint const&)
11  0x11109891f WebCore::ScrollAnimator::notifyPositionChanged()
12  0x11109d19d WebCore::ScrollAnimatorMac::notifyPositionChanged()
13  0x11109cc70 WebCore::ScrollAnimatorMac::immediateScrollToPoint(WebCore::FloatPoint const&)
14  0x11109cb83 WebCore::ScrollAnimatorMac::scrollToOffsetWithoutAnimation(WebCore::FloatPoint const&)
15  0x111096c8c WebCore::ScrollableArea::scrollToOffsetWithoutAnimation(WebCore::FloatPoint const&)
16  0x110ec3c93 WebCore::RenderLayer::scrollToOffset(int, int, WebCore::RenderLayer::ScrollOffsetClamping)
17  0x110ec8777 WebCore::RenderLayer::updateScrollInfoAfterLayout()
18  0x110de1841 WebCore::RenderBlock::updateScrollInfoAfterLayout()
19  0x110de25f7 WebCore::RenderBlock::layoutBlock(bool, int, WebCore::RenderBlock::BlockLayoutPass)
20  0x110de1897 WebCore::RenderBlock::layout()
21  0x110dea75f WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo&, int&, int&)
22  0x110de4533 WebCore::RenderBlock::layoutBlockChildren(bool, int&)
23  0x110de21de WebCore::RenderBlock::layoutBlock(bool, int, WebCore::RenderBlock::BlockLayoutPass)
24  0x110de1897 WebCore::RenderBlock::layout()
25  0x110dea75f WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo&, int&, int&)
26  0x110de4533 WebCore::RenderBlock::layoutBlockChildren(bool, int&)
27  0x110de21de WebCore::RenderBlock::layoutBlock(bool, int, WebCore::RenderBlock::BlockLayoutPass)
28  0x110de1897 WebCore::RenderBlock::layout()
29  0x110dea75f WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo&, int&, int&)
30  0x110de4533 WebCore::RenderBlock::layoutBlockChildren(bool, int&)
31  0x110de21de WebCore::RenderBlock::layoutBlock(bool, int, WebCore::RenderBlock::BlockLayoutPass)

-- 
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