[Webkit-unassigned] [Bug 249694] [WinCairo] Assertion fails while ~RemoteImageBufferProxy in DrawingAreaWC CommitQueue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 20 20:16:20 PST 2022


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
This isn't reprodusible on my PC. But, adding sleep makes it reprodusible.

diff --git a/Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp b/Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp
index c2ac3bd9e8bf..f81bbe5de247 100644
--- a/Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp
+++ b/Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp
@@ -341,6 +341,7 @@ void DrawingAreaWC::sendUpdateNonAC()
             updateInfo.bitmapHandle = std::get<ShareableBitmapHandle>(WTFMove(handle));
             send(Messages::DrawingAreaProxy::Update(stateID, WTFMove(updateInfo)));
         });
+        Sleep(3 * 1000);
     });
 }

-- 
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/20221221/7476d0e1/attachment-0001.htm>


More information about the webkit-unassigned mailing list