You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(WASM)
I'm not sure if this is a bug or I'm just dumb, but marshalling functions with float arguments often crashes the Mono runtime. But it depends on the number of arguments and works fine half the time.
e.g.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(WASM)
I'm not sure if this is a bug or I'm just dumb, but marshalling functions with float arguments often crashes the Mono runtime. But it depends on the number of arguments and works fine half the time.
e.g.
Minimal example
UPD: It's not too surprising that enabling AOT magically fixes the crash, so it's definitely a bug in Mono.
Beta Was this translation helpful? Give feedback.
All reactions