[Webkit-unassigned] [Bug 241478] New: Huge or many textures can crash Safari
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 9 11:26:48 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=241478
Bug ID: 241478
Summary: Huge or many textures can crash Safari
Product: WebKit
Version: Safari 15
Hardware: iPhone / iPad
OS: iOS 15
Status: NEW
Severity: Normal
Priority: P2
Component: WebGL
Assignee: webkit-unassigned at lists.webkit.org
Reporter: taoyagi at mozilla.com
CC: dino at apple.com, kbr at google.com, kkinnunen at apple.com
iOS Safari can crash or a web page can be unexpectedly refreshed if huge or many textures are uploaded in a web page.
This is a simple test reproducing the problem. The test just loads image(s) and uploads texture(s) with gl.texImage2D().
https://takahirox.github.io/ios-render-test/simple.html
How to test
* Access the test page
* Select texture num (Safari can crash more easily with larger number)
* Click Run button
In our tests, we confirmed that iOS Safari crashed or the web page was unexpectedly refreshed on
iPhoneX Safari iOS 15.5: 3 or 4 textures
iPhone 11 iOS 15.5: 1 texture
Refer to https://github.com/mozilla/hubs/issues/4669#issuecomment-1150543088 for more results.
This problem is not reproducible on Windows Chrome or Android Chrome. So it may be an iOS Safari specific problem.
iOS Chrome may seem to have a same problem. So more precisely, the problem might be iOS specific rather than iOS Safari specific.
--
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/20220609/26ebebe1/attachment.htm>
More information about the webkit-unassigned
mailing list