-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[wasm] Incorrect handling of null target in ReleaseJSOwnedObjectByGCHandle #107486
Comments
Tagging subscribers to 'arch-wasm': @lewing |
cc @pavelsavara |
Could this be the root cause ? #107974 |
This is not That is only happening when The fail happens on marshaling result of the JS call to |
|
Unit test is synchronous call from deputy thread to UI thread via |
Log
runtime/src/libraries/System.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSProxyContext.cs
Lines 408 to 416 in 1c4755d
target
can potentially be null, and it appears it was in this case.The text was updated successfully, but these errors were encountered: