[Webkit-unassigned] [Bug 118813] New: assertion in WebCore::RenderMathMLBlock::preferredLogicalHeight() const

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 17 14:36:26 PDT 2013


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

           Summary: assertion in
                    WebCore::RenderMathMLBlock::preferredLogicalHeight()
                    const
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: slewis at apple.com
                CC: bdakin at apple.com, cfleizach at apple.com,
                    fred.wang at free.fr


Created an attachment (id=206914)
 --> (https://bugs.webkit.org/attachment.cgi?id=206914&action=review)
crash log

Failing on ML and Lion, WK1 and WK2.  Started after http://trac.webkit.org/changeset/152777 turned the tests into ref tests.

ASSERTION FAILED: !isPreferredLogicalHeightDirty()
/Volumes/Data/slave/lion-debug/build/Source/WebCore/rendering/mathml/RenderMathMLBlock.h(74) : WebCore::LayoutUnit WebCore::RenderMathMLBlock::preferredLogicalHeight() const
1   0x104b350a0 WTFCrash
2   0x1074489ea WebCore::RenderMathMLBlock::preferredLogicalHeight() const
3   0x107447ce7 WebCore::RenderMathMLBlock::preferredLogicalHeightAfterSizing(WebCore::RenderObject*)
4   0x10744dc76 WebCore::RenderMathMLRow::computePreferredLogicalWidths()
5   0x107334769 WebCore::RenderBox::maxPreferredLogicalWidth() const
6   0x107447b6f WebCore::RenderMathMLBlock::computeChildrenPreferredLogicalHeights()
7   0x10744dbe9 WebCore::RenderMathMLRow::computePreferredLogicalWidths()
8   0x1073346e9 WebCore::RenderBox::minPreferredLogicalWidth() const
9   0x1072d1b51 WebCore::RenderBlock::computeInlinePreferredLogicalWidths(WebCore::LayoutUnit&, WebCore::LayoutUnit&)
10  0x1072d1280 WebCore::RenderBlock::computeIntrinsicLogicalWidths(WebCore::LayoutUnit&, WebCore::LayoutUnit&) const
11  0x1072d3a33 WebCore::RenderBlock::computePreferredLogicalWidths()
12  0x107334769 WebCore::RenderBox::maxPreferredLogicalWidth() const
13  0x107345848 WebCore::RenderBox::computePositionedLogicalWidthUsing(WebCore::Length, WebCore::RenderBoxModelObject const*, WebCore::TextDirection, WebCore::LayoutUnit, WebCore::LayoutUnit, WebCore::Length, WebCore::Length, WebCore::Length, WebCore::Length, WebCore::RenderBox::LogicalExtentComputedValues&) const
14  0x10733ccc9 WebCore::RenderBox::computePositionedLogicalWidth(WebCore::RenderBox::LogicalExtentComputedValues&, WebCore::RenderRegion*) const
15  0x10733bce0 WebCore::RenderBox::computeLogicalWidthInRegion(WebCore::RenderBox::LogicalExtentComputedValues&, WebCore::RenderRegion*) const
16  0x10733bb37 WebCore::RenderBox::updateLogicalWidth()
17  0x1072b32cf WebCore::RenderBlock::updateLogicalWidthAndColumnWidth()
18  0x1072b375b WebCore::RenderBlock::layoutBlock(bool, WebCore::LayoutUnit)
19  0x1072b2e3d WebCore::RenderBlock::layout()
20  0x10666ae36 WebCore::RenderObject::layoutIfNeeded()
21  0x1072b6f73 WebCore::RenderBlock::layoutPositionedObjects(bool, bool)
22  0x1072b3f43 WebCore::RenderBlock::layoutBlock(bool, WebCore::LayoutUnit)
23  0x1072b2e3d WebCore::RenderBlock::layout()
24  0x10757399d WebCore::RenderView::layoutContent(WebCore::LayoutState const&)
25  0x1075747e3 WebCore::RenderView::layout()
26  0x106703b29 WebCore::FrameView::layout(bool)
27  0x10646639f WebCore::Document::implicitClose()
28  0x1066da39b WebCore::FrameLoader::checkCallImplicitClose()
29  0x1066da016 WebCore::FrameLoader::checkCompleted()
30  0x1066d8b58 WebCore::FrameLoader::finishedParsing()
31  0x10647114b WebCore::Document::finishedParsing()

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