[Webkit-unassigned] [Bug 110270] New: Lots of LayoutUnit assertions when loading a Wikipedia article

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 15:25:10 PST 2013


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

           Summary: Lots of LayoutUnit assertions when loading a Wikipedia
                    article
           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: timothy_horton at apple.com
                CC: simon.fraser at apple.com, eae at chromium.org,
                    leviw at chromium.org


When loading http://en.wikipedia.org/wiki/Turban_Head_eagle (today's Wikipedia featured article) in a ToT (r143269) debug build, I get lots of non-fatal LayoutUnit assertions:

Source/WebCore/platform/LayoutUnit.h(180) : unsigned int WebCore::LayoutUnit::toUnsigned() const
ERROR: !(isInBounds(value))
Source/WebCore/platform/LayoutUnit.h(338) : void WebCore::LayoutUnit::setValue(unsigned int)
ERROR: !(m_value >= 0)
Source/WebCore/platform/LayoutUnit.h(180) : unsigned int WebCore::LayoutUnit::toUnsigned() const
ERROR: !(isInBounds(value))
Source/WebCore/platform/LayoutUnit.h(338) : void WebCore::LayoutUnit::setValue(unsigned int)

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