-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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][Interp] Assertion at sgen-mono.c:114, condition `m_class_is_valuetype (klass)' not met #52735
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @BrzVlad Issue DetailsDescriptionThe runtime fails to execute some code with the following trace:
No clear repro outside a standard Uno application startup. Does not fail with Interp+AOT. ConfigurationLast working: da580be Regression?Yes Other informationTrying to add more information, here's the log for this: Right before the assert:
|
@jeromelaban Could I get info on how to reproduce this ? I doesn't matter if it's a specific or bloated app. |
I can provide you that, I'll try the PR as well so we can do this faster :) Thanks for the speed of fixing ! |
Here's the repro: https://github.com/jeromelaban/Wasm.Samples/tree/master/Bug52735
|
Update, the issue is fixed by #52752. |
Description
The runtime fails to execute some code with the following trace:
Does not fail with Interp+AOT.
Repro: https://github.com/jeromelaban/Wasm.Samples/tree/master/Bug52735
Configuration
Last working: da580be
Failure since efd3410 (#52130)
Regression?
Yes
Other information
#52130
Trying to add more information, here's the log for this:

Right before the assert:
The text was updated successfully, but these errors were encountered: