[Webkit-unassigned] [Bug 70422] Crash in WebCore::RenderBox::mapAbsoluteToLocalPoint due to assert failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 09:34:07 PDT 2011


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





--- Comment #2 from Dimitris Apostolou <rex_4539 at yahoo.com>  2011-10-19 09:34:07 PST ---
Got it again.

Happened while I was typing into a JIRA text field which searches within the database for stored values and presents the ones matching the typed string.

ASSERTION FAILED: !view() || !view()->layoutStateEnabled()
/Users/rex/WebKit/Source/WebCore/rendering/RenderBox.cpp(1383) : virtual void WebCore::RenderBox::mapAbsoluteToLocalPoint(bool, bool, WebCore::TransformState &) const
1   0x1108577a4 WebCore::RenderBox::mapAbsoluteToLocalPoint(bool, bool, WebCore::TransformState&) const
2   0x11091f8b5 WebCore::RenderObject::absoluteToLocal(WebCore::FloatPoint const&, bool, bool) const
3   0x10fe74de3 WebCore::FrameView::convertToRenderer(WebCore::RenderObject const*, WebCore::IntPoint const&) const
4   0x1108cc67e WebCore::RenderLayer::convertFromContainingViewToScrollbar(WebCore::Scrollbar const*, WebCore::IntPoint const&) const
5   0x110a9f0d8 WebCore::Scrollbar::convertFromContainingView(WebCore::IntPoint const&) const
6   0x110a96b38 -[WebScrollbarPainterControllerDelegate scrollerImpPair:convertContentPoint:toScrollerImp:]
7   0x1150022d8 -[NSScrollerImpPair _updateOverlayScrollersStateWithReason:forceAtLeastKnobsVisible:]
8   0x110a99ff4 WebCore::ScrollAnimatorMac::notifyPositionChanged()
9   0x110a99b08 WebCore::ScrollAnimatorMac::immediateScrollToPoint(WebCore::FloatPoint const&)
10  0x110a99a53 WebCore::ScrollAnimatorMac::scrollToOffsetWithoutAnimation(WebCore::FloatPoint const&)
11  0x110a942ec WebCore::ScrollableArea::scrollToOffsetWithoutAnimation(WebCore::FloatPoint const&)
12  0x1108c9183 WebCore::RenderLayer::scrollToOffset(int, int, WebCore::RenderLayer::ScrollOffsetClamping)
13  0x1108cdba7 WebCore::RenderLayer::updateScrollInfoAfterLayout()
14  0x1107ef931 WebCore::RenderBlock::updateScrollInfoAfterLayout()
15  0x1107f06d3 WebCore::RenderBlock::layoutBlock(bool, int, WebCore::RenderBlock::BlockLayoutPass)
16  0x1107ef987 WebCore::RenderBlock::layout()
17  0x10fe6cbbc WebCore::FrameView::layout(bool)
18  0x10fbb2501 WebCore::Document::updateLayout()
19  0x10fbb2634 WebCore::Document::updateLayoutIgnorePendingStylesheets()
20  0x10fd4decd WebCore::EditCommand::updateLayout() const
21  0x10fb9a0a2 WebCore::DeleteSelectionCommand::fixupWhitespace()
22  0x10fb9c512 WebCore::DeleteSelectionCommand::doApply()
23  0x10fd4de18 WebCore::EditCommand::apply()
24  0x10f9bb1ad WebCore::CompositeEditCommand::applyCommandToComposite(WTF::PassRefPtr<WebCore::EditCommand>)
25  0x10f9bd786 WebCore::CompositeEditCommand::deleteSelection(WebCore::VisibleSelection const&, bool, bool, bool, bool)
26  0x110cc78e9 WebCore::TypingCommand::deleteKeyPressed(WebCore::TextGranularity, bool)
27  0x110cc9b9a WebCore::TypingCommand::doApply()
28  0x10fd4de18 WebCore::EditCommand::apply()
29  0x110cc69be WebCore::TypingCommand::deleteKeyPressed(WebCore::Document*, unsigned int, WebCore::TextGranularity)
30  0x10fd5cb5e WebCore::Editor::deleteWithDirection(WebCore::SelectionDirection, WebCore::TextGranularity, bool, bool)
31  0x10fd72837 _ZN7WebCoreL21executeDeleteBackwardEPNS_5FrameEPNS_5EventENS_19EditorCommandSourceERKN3WTF6StringE

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