[Webkit-unassigned] [Bug 186206] [GTK] WebKit::CoordinatedBackingStoreTile::setBackBuffer(): WebKitWebProcess killed by SIGSEGV (ASSERTION FAILED: it != m_tiles.end())

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 22 03:37:22 PDT 2018


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

--- Comment #17 from Fujii Hironori <Hironori.Fujii at sony.com> ---
CoordinatedGraphicsLayer::shouldHaveBackingStore() and
CoordinatedGraphicsScene's layerShouldHaveBackingStore() must
always match.

But, mismatch happens because an opacity animation is stopped in
CoordinatedGraphicsScene side. Then,
CoordinatedGraphicsScene::prepareContentBackingStore calls
CoordinatedGraphicsScene::removeBackingStoreIfNeeded to remove
all CoordinatedBackingStoreTile because
layerShouldHaveBackingStore() returns false.

Then, CoordinatedBackingStoreTile can't be found in CoordinatedBackingStore.

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


More information about the webkit-unassigned mailing list