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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 7 15:39:05 PST 2012


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





--- Comment #6 from Dana Jansens <danakj at chromium.org>  2012-02-07 15:39:05 PST ---
When I run ntyimes in a debugger I end up seeing this assertion as well. In this case the size in RenderLayerBacking::m_compositedBounds is bad:

(gdb) print m_compositedBounds  
$7 = {m_location = {m_x = 0, m_y = 0}, m_size = {m_width = -180, m_height = 930}}

And this comes all the way in through the GraphicsLayer to cause this ASSERT.

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