Bug 118421

Summary: [GTK] [Debug] [Crash] Layout Test fast/repaint/fixed-right-bottom-in-page-scale.html is failing
Product: WebKit Reporter: Simon Pena <spena>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: simon.fraser
Priority: P2 Keywords: Gtk, LayoutTestFailure
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Simon Pena
Reported 2013-07-05 09:13:47 PDT
The following layout test is failing on GTK Debug fast/repaint/fixed-right-bottom-in-page-scale.html It started crashing in r151805
Attachments
Simon Pena
Comment 2 2013-07-08 03:29:55 PDT
I'm taking a look at this one. It actually started crashing in the 151805..151800 range.
Simon Pena
Comment 3 2013-07-09 02:12:47 PDT
This is crashing here: ASSERTION FAILED: m_repaintRect == renderer()->clippedOverflowRectForRepaint(renderer()->containerForRepaint()) ../../Source/WebCore/rendering/RenderLayer.cpp(810) : void WebCore::RenderLayer::updateLayerPositionsAfterScroll(WebCore::RenderGeometryMap*, WebCore::RenderLayer::UpdateLayerPositionsAfterScrollFlags) This happens after the changes from http://trac.webkit.org/changeset/151803. I debugged this, and when m_nestedLayerCount is 1, the m_repaintRect hasn't been updated yet, and the assertions fail. I'm CCing Simon to see if he can suggest anything.
Simon Fraser (smfr)
Comment 4 2013-07-09 09:00:04 PDT
Bug 118238 covers this same assertion.
Simon Pena
Comment 5 2013-07-09 09:17:20 PDT
We can then close this as a duplicate. *** This bug has been marked as a duplicate of bug 118238 ***
Note You need to log in before you can comment on or make changes to this bug.