[Webkit-unassigned] [Bug 245476] REGRESSION (iOS 16): WebGL 2 crashing on glReadPixels

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 1 17:29:01 PST 2022


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

--- Comment #3 from Kimmo Kinnunen <kkinnunen at apple.com> ---
Thanks for the report.
This seems to be a out-of-memory in our GPU process due to the lack of owner attribution for read pixels memory.

While we fix this, you can see if you can reduce the amount of pixels read.
I'm observing:
 - one 1x1 read pixels which likely is not the problem. 
 - one fullscreen read pixels, which likely is the problem.

-- 
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/20221202/5f6ce6be/attachment.htm>


More information about the webkit-unassigned mailing list