[Webkit-unassigned] [Bug 150716] [GTK] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on paintIntoLayer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 5 23:38:42 PST 2015


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

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
This is hitting this assert:

if ((paintsIntoWindow() || paintsIntoCompositedAncestor()) && paintingPhase != GraphicsLayerPaintChildClippingMask) {
#if !PLATFORM(IOS)
    // FIXME: Looks like the CALayer tree is out of sync with the GraphicsLayer heirarchy
    // when pages are restored from the PageCache.
    // <rdar://problem/8712587> ASSERT: When Going Back to Page with Plugins in PageCache
    ASSERT_NOT_REACHED();
#endif
    return;
}

But I haven't been able to reproduce it with current trunk

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151106/a8747f43/attachment.html>


More information about the webkit-unassigned mailing list