Bug 207336 - REGRESSION (iPad OS 13.4 beta): wasm applications crash in Safari
Summary: REGRESSION (iPad OS 13.4 beta): wasm applications crash in Safari
Status: RESOLVED DUPLICATE of bug 207727
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebAssembly (show other bugs)
Version: Other
Hardware: iPhone / iPad Unspecified
: P2 Blocker
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-06 09:02 PST by Walter Stumpf
Modified: 2020-02-15 13:58 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Stumpf 2020-02-06 09:02:52 PST
To reproduce, use iPad OS 13.4 beta 1 (iPad Pro 2018 model was used for this bug report):
1) Navigate with Safari to https://simulations.kognito.com/changetalk
2) Notice the crash immediately when attempting to load the wasm application

I have also hosted a "development build" of the wasm application referenced in 1) at: https://packages.kognito.com/ios_13_4_bug_report/ if you want to see a slightly more detailed error stack.  I'm not sure if that extra information will be relevant or not.

For clarity, this wasm application currently works on iOS 13.3.x, Safari TP 100, and Chrome/Firefox/Edge so it would seem like a specific iOS/ARM problem.  Let me know if I can provide any more information.

-Walter
Comment 1 Radar WebKit Bug Importer 2020-02-08 13:40:01 PST
<rdar://problem/59288755>
Comment 2 Alexey Proskuryakov 2020-02-08 13:42:14 PST
Tank you for the report! The title says "wasm applications", plural. Can you share more examples?
Comment 3 Walter Stumpf 2020-02-10 06:40:53 PST
Sorry that was unintentionally misleading!  All of our wasm applications fail to load under 13.4, but they all use mostly the same code base (so not surprising).  Since they failed with the same error at the same place (similar error stacks), I figured just one link was sufficient.  With a little bit of googling, I can confirm that at least some (most?) wasm applications do work with ios 13.4! :)

Sorry I can't be more useful here as we use Unity/Emscripten and the error stack generated doesn't seem to come from our code directly (it was triggered by either internal Unity or Emscpripten code).  Therefore it's hard for me to say what exactly is going on that causes the error.  However I'm pretty good at modifying Emscripten so if there's anything (or any clues you can give me) that I can do to make debugging this any easier just let me know!           

-Walter
Comment 4 Mark Lam 2020-02-15 13:58:47 PST
Thanks for reporting this bug.  We ended up fixing it in https://bugs.webkit.org/show_bug.cgi?id=207727.

*** This bug has been marked as a duplicate of bug 207727 ***