[Webkit-unassigned] [Bug 78038] New: [Chromium] Assertion failure minX <= maxX in Region.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 14:01:29 PST 2012


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

           Summary: [Chromium] Assertion failure minX <= maxX in
                    Region.cpp
           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: jchaffraix at webkit.org
                CC: andersca at apple.com, jamesr at chromium.org


The ASSERT is in Region.cpp - line 214:

ASSERT(minX <= maxX);

It seems to be hit frequently by our bots on test following test:

compositing/iframes/invisible-nested-iframe-show.html
compositing/iframes/layout-on-compositing-change.html

I don't know if it's a Chromium only bug.

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