-
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][AOT] Assertion at mono/mono/mini/exceptions-wasm.c:71 condition `ji' not met #45078
Comments
Dotnet-GitSync-Bot
added
area-Codegen-AOT-mono
untriaged
New issue has not been triaged by the area owner
labels
Nov 22, 2020
marek-safar
removed
the
untriaged
New issue has not been triaged by the area owner
label
Nov 22, 2020
jeromelaban
added a commit
to unoplatform/uno
that referenced
this issue
Nov 25, 2020
jeromelaban
added a commit
to unoplatform/uno
that referenced
this issue
Nov 25, 2020
Could you try with master, esp. after e274015 ? |
Running with 78adc93 (commit right after) shows the same issue. |
ajpinedam
pushed a commit
to ajpinedam/uno
that referenced
this issue
Dec 17, 2020
It happens w/ full aot as well. https://gist.github.com/steveisok/1436ed670e0c6812101cb130554ecb48 |
vargaz
added a commit
to vargaz/mono
that referenced
this issue
Dec 24, 2020
jeromelaban
added a commit
to unoplatform/Uno.DotnetRuntime.WebAssembly
that referenced
this issue
Jan 3, 2021
Includes fixes for dotnet/runtime#45078
jeromelaban
added a commit
to unoplatform/Uno.DotnetRuntime.WebAssembly
that referenced
this issue
Jan 4, 2021
Includes fixes for dotnet/runtime#45078
ghost
locked as resolved and limited conversation to collaborators
Feb 1, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
The following error can happen when invoking
Type.GetType(string)
in mixed Interpreter/AOT mode:Repro case has yet to be defined.
Configuration
Commit: 38c9b98
Regression?
No
Other information
The text was updated successfully, but these errors were encountered: