[Webkit-unassigned] [Bug 255103] New: Out Of Memory with shared true on iOS 16.4
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 6 11:18:42 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=255103
Bug ID: 255103
Summary: Out Of Memory with shared true on iOS 16.4
Product: WebKit
Version: Safari 16
Hardware: iPhone / iPad
OS: iOS 16
Status: NEW
Severity: Normal
Priority: P2
Component: WebAssembly
Assignee: webkit-unassigned at lists.webkit.org
Reporter: serebniti at gmail.com
We update iPhone from iOS 16.2 to 16.4 and get "Out Of Memory" in the console from code that was working before. We have localized the problem.
Try to put this part of code in safari iOS 16.4 console to reproduce:
wasmMemory = new WebAssembly.Memory({
"initial": 205520896 / 65536,
"maximum": 2147483648 / 65536,
"shared": true
});
You will get "Out Of memory".
Now to set "shared": false and WebAssembly object will be created.
--
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/20230406/2e56e19c/attachment-0001.htm>
More information about the webkit-unassigned
mailing list