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
dotnet.native.wasm:1 Uncaught (in promise) RuntimeError: unreachable
at __trap (dotnet.native.wasm)
at ___trap (dotnet.native.9.0.0-preview.4.24202.8.804phjyibc.js:7325:45)
at abort (dotnet.native.9.0.0-preview.4.24202.8.804phjyibc.js:727:3)
at _abort (dotnet.native.9.0.0-preview.4.24202.8.804phjyibc.js:5423:2)
at ves_icall_System_Environment_FailFast (dotnet.native.wasm)
at ves_icall_System_Environment_FailFast_raw (dotnet.native.wasm)
at do_icall (dotnet.native.wasm)
at do_icall_wrapper (dotnet.native.wasm)
at mono_interp_exec_method (dotnet.native.wasm)
at interp_runtime_invoke (dotnet.native.wasm)
Regression?
Works in .net8
Known Workarounds
No response
Configuration
version 9.0.x-preview.x
Other information
No response
The text was updated successfully, but these errors were encountered:
Description
The multithreading browser runtime crashes in
await runMain()
after executingProgram::Main()
.Reproduction Steps
.csproj
.js
.cs
Expected behavior
Prints message and does not crash
Actual behavior
Prints message and crashes
Regression?
Works in .net8
Known Workarounds
No response
Configuration
version 9.0.x-preview.x
Other information
No response
The text was updated successfully, but these errors were encountered: