[Webkit-unassigned] [Bug 222879] [GPU Process] RemoteImageBufferProxy should not call flushDrawingContext() in its destructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 12 10:59:07 PST 2021


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

Said Abou-Hallawa <sabouhallawa at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
This crash was happening because ImageBitmap was destroying its RemoteImageBufferProxy in a worker thread. We have to send at least a message from the WebP to the GPUP to destroy the corresponding RemoteImageBuffer. But this should happen in the main thread only. This is already fixed in r274164.

*** This bug has been marked as a duplicate of bug 222960 ***

-- 
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/20210312/67d660b0/attachment-0001.htm>


More information about the webkit-unassigned mailing list