Skip to content

WasmStripILAfterAOT results in runtime error #92589

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

Closed
mrentier opened this issue Sep 25, 2023 · 1 comment
Closed

WasmStripILAfterAOT results in runtime error #92589

mrentier opened this issue Sep 25, 2023 · 1 comment
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners

Comments

@mrentier
Copy link

Description

Compiling a larger app with dotnet/core#8439 enabled results in the following error:

service-worker.js:26 Service worker: Activate
dotnet.native.8.0.0-rc.1.23419.4.t8b2aypvfm.js:1275 MONO interpreter: NIY encountered in method .ctor
dotnet.runtime.8.0.0-rc.1.23419.4.4bb211gofp.js:3 Error: [MONO] * Assertion: should not be reached at /__w/1/s/src/mono/mono/mini/interp/interp.c:3863

at ht (dotnet.runtime.8.0.0-rc.1.23419.4.4bb211gofp.js:3:12730)
at El (dotnet.runtime.8.0.0-rc.1.23419.4.4bb211gofp.js:3:175383)
at dotnet.native.wasm:0x1d0b1ce
at dotnet.native.wasm:0x1b2fd30
at dotnet.native.wasm:0x1b2c1b6
at dotnet.native.wasm:0x1b2c2e7
at dotnet.native.wasm:0x1b2c356
at dotnet.native.wasm:0x1afeddc
at dotnet.native.wasm:0x1b0e067
at dotnet.native.wasm:0x1b0e568
El @ dotnet.runtime.8.0.0-rc.1.23419.4.4bb211gofp.js:3
2dotnet.runtime.8.0.0-rc.1.23419.4.4bb211gofp.js:3 Error: [MONO] * Assertion at /__w/1/s/src/mono/mono/mini/interp/interp.c:2771, condition `' not met

at ht (dotnet.runtime.8.0.0-rc.1.23419.4.4bb211gofp.js:3:12730)
at El (dotnet.runtime.8.0.0-rc.1.23419.4.4bb211gofp.js:3:175383)
at dotnet.native.wasm:0x1d0b1ce
at dotnet.native.wasm:0x1b2fd30
at dotnet.native.wasm:0x1b2c1b6
at dotnet.native.wasm:0x1b2c2e7
at dotnet.native.wasm:0x1b2c32e
at dotnet.native.wasm:0x1b2c2ff
at dotnet.native.wasm:0x1b0bb13
at dotnet.native.wasm:0x1aff754
El @ dotnet.runtime.8.0.0-rc.1.23419.4.4bb211gofp.js:3
blazor.webassembly.js:1 ExitStatusmessage: "Program terminated with exit(1)"name: "ExitStatus"status: 1[[Prototype]]: Object
callEntryPoint @ blazor.webassembly.js:1

Reproduction Steps

I am not able to share the code base :(

Expected behavior

Smaller size.

Actual behavior

Runtime error

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

@ghost ghost added needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners untriaged New issue has not been triaged by the area owner labels Sep 25, 2023
@radical
Copy link
Member

radical commented Sep 25, 2023

Closing as duplicate of #92238 .

@radical radical closed this as not planned Won't fix, can't repro, duplicate, stale Sep 25, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 25, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Oct 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners
Projects
None yet
Development

No branches or pull requests

2 participants