-
Notifications
You must be signed in to change notification settings - Fork 5k
[wasm] V8 crash with AOT for System.Runtime.InteropServices.JavaScript.Tests
#78972
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThis is breaking on rolling builds. Build, and log:
Full trace is at https://gist.github.com/radical/03fe923e8cc760fc0853b7b8fe1b0aeb . cc @pavelsavara @maraf @vargaz
|
cc @pavelsavara |
Findings: marshal-to-cs.ts, in _marshal_cs_object_to_cs ()
in JSMarshalerArgument.Exception.cs, this is decoded as:
so the sender doesn't set the message param that the receiver is trying to decode. is that a bug ?
creating a random object reference. |
I'm on it |
bug for sure, many thanks! This should only happen when somebody is returning JavaScript Could such memory corruption also cause #77334 ? |
Uh oh!
There was an error while loading. Please reload this page.
This is breaking on rolling builds. Build, and log:
Full trace is at https://gist.github.com/radical/03fe923e8cc760fc0853b7b8fe1b0aeb .
cc @pavelsavara @maraf @vargaz
I think this might be related to #77334 which is getting hit regularly on CI.
Report
Summary
The text was updated successfully, but these errors were encountered: