[Webkit-unassigned] [Bug 221789] [CoordinatedGraphics] SIGSEGV in TextureMapperLayer::paintSelf()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 14 23:48:07 PST 2021


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

Fujii Hironori <Hironori.Fujii at sony.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zan at falconsigh.net

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
CoordinatedBackingStore is created in the compositor thread, and stored in ImageBackingTextureMapperImpl::m_compositionState::backingStore.
https://github.com/WebKit/WebKit/blob/d3936e832f436bb9e3b552dd42948e5ba4239c67/Source/WebKit/Shared/CoordinatedGraphics/CoordinatedGraphicsScene.cpp#L159

However, ImageBackingTextureMapperImpl is destructed in the main thread.
https://github.com/WebKit/WebKit/blob/d3936e832f436bb9e3b552dd42948e5ba4239c67/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp#L876
https://github.com/WebKit/WebKit/blob/d3936e832f436bb9e3b552dd42948e5ba4239c67/Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsLayer.cpp#L905

-- 
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/20210215/69eabb2a/attachment-0001.htm>


More information about the webkit-unassigned mailing list