RESOLVED FIXED 214651
REGRESSION: ASSERTION FAILED: !needsLayout() on tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html flakily
https://bugs.webkit.org/show_bug.cgi?id=214651
Summary REGRESSION: ASSERTION FAILED: !needsLayout() on tiled-drawing/scrolling/fast-...
Karl Rackler
Reported 2020-07-22 13:26:47 PDT
Description: tiled-drawing/scrolling/fast-scroll-mainframe-zoom.html This issue seems to have started approximately 07/17/20 and flaky crash every day since then. History: https://results.webkit.org/?suite=layout-tests&test=tiled-drawing%2Fscrolling%2Ffast-scroll-mainframe-zoom.html&limit=50000&platform=mac&style=debug Crash Log: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.JavaScriptCore 0x00000003340a8dc0 WTFCrash + 16 (Assertions.cpp:295) 1 com.apple.WebCore 0x0000000315a1f9ab WTFCrashWithInfo(int, char const*, char const*, int) + 27 2 com.apple.WebCore 0x0000000319f1fabb WebCore::RenderView::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&) + 123 (RenderView.cpp:306) 3 com.apple.WebCore 0x0000000319dcadbd WebCore::RenderLayer::paintBackgroundForFragments(WTF::Vector<WebCore::LayerFragment, 1ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc> const&, WebCore::GraphicsContext&, WebCore::GraphicsContext&, WebCore::LayoutRect const&, bool, WebCore::RenderLayer::LayerPaintingInfo const&, WTF::OptionSet<WebCore::PaintBehavior>, WebCore::RenderObject*) + 637 (RenderLayer.cpp:5048) 4 com.apple.WebCore 0x0000000319dc7036 WebCore::RenderLayer::paintLayerContents(WebCore::GraphicsContext&, WebCore::RenderLayer::LayerPaintingInfo const&, WTF::OptionSet<WebCore::RenderLayer::PaintLayerFlag>) + 2582 (RenderLayer.cpp:4695) 5 com.apple.WebCore 0x0000000319dea953 WebCore::RenderLayerBacking::paintIntoLayer(WebCore::GraphicsLayer const*, WebCore::GraphicsContext&, WebCore::IntRect const&, WTF::OptionSet<WebCore::PaintBehavior>, WebCore::EventRegionContext*)::$_21::operator()(WebCore::RenderLayer&, WTF::OptionSet<WebCore::RenderLayer::PaintLayerFlag>) const + 403 (RenderLayerBacking.cpp:3027)
Attachments
crash log (86.64 KB, text/plain)
2020-07-23 10:18 PDT, Ryan Haddad
no flags
Patch (5.23 KB, patch)
2020-07-29 10:51 PDT, Simon Fraser (smfr)
no flags
Radar WebKit Bug Importer
Comment 1 2020-07-22 13:27:51 PDT
Karl Rackler
Comment 2 2020-07-22 14:05:17 PDT
I have marked these tests as failing while this issue is investigated. https://trac.webkit.org/changeset/264725/webkit
Ryan Haddad
Comment 3 2020-07-23 10:18:57 PDT
Created attachment 405050 [details] crash log ASSERTION FAILED: !needsLayout() ./rendering/RenderView.cpp(306) : virtual void WebCore::RenderView::paint(WebCore::PaintInfo &, const WebCore::LayoutPoint &)
Simon Fraser (smfr)
Comment 4 2020-07-29 10:51:15 PDT
zalan
Comment 5 2020-07-29 10:55:48 PDT
Comment on attachment 405473 [details] Patch At some point we should add a style-and-layout-update-is-not-allowed-here-scope-checker.
EWS
Comment 6 2020-07-29 13:00:54 PDT
Committed r265051: <https://trac.webkit.org/changeset/265051> All reviewed patches have been landed. Closing bug and clearing flags on attachment 405473 [details].
Note You need to log in before you can comment on or make changes to this bug.