WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 255103
REGRESSION (iOS 16.4): WASM Out Of Memory with shared=true
https://bugs.webkit.org/show_bug.cgi?id=255103
Summary
REGRESSION (iOS 16.4): WASM Out Of Memory with shared=true
Alex Bor
Reported
2023-04-06 11:18:42 PDT
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2023-04-06 13:02:43 PDT
Thank you for the report! Which iPhone and/or iPad models is this reproducing with?
Radar WebKit Bug Importer
Comment 2
2023-04-06 13:02:53 PDT
<
rdar://problem/107723604
>
Alex Bor
Comment 3
2023-04-06 23:58:32 PDT
(In reply to Alexey Proskuryakov from
comment #1
)
> Thank you for the report! Which iPhone and/or iPad models is this > reproducing with?
14 pro max
Jake Archibald
Comment 4
2023-06-05 07:30:11 PDT
Possibly
https://bugs.webkit.org/show_bug.cgi?id=250569
RalphSchoonover
Comment 5
2024-05-09 18:44:40 PDT
Comment hidden (spam)
Not sure if
https://tunnelrush3.com
can help or not. I will try and report the results later.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug