-
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] GC of the callback delegate - Assertion at mono/metadata/class-init.c:2745 #55735
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsRunning on this change pavelsavara@f4a027f It's release build on windows V8.
|
class-init.c:2745 is |
It's yet another GC issue, most likely. It is running many iterations of the code before it fails. |
It's definitely GC of the delegate, but we are not aware of it on JS side. We re-create JSObject proxy for it in In my branch I added code to |
Running
dnet build /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:Configuration=Release /t:Test src\libraries\System.Private.Runtime.InteropServices.JavaScript\tests /p:WithCategories="Pavel"
on this change main...pavelsavara:wasm_js_delegate
It's release build on windows V8.
The assert is in
mono_class_init_internal (MonoClass *klass)
The text was updated successfully, but these errors were encountered: