-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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] perf: AOT CompileError: WebAssembly.Module(): Compiling function #116384:"System_Linq_Expressions_System_Linq_Expressions..." failed: not enough arguments on the stack for call (need 4, got 2)
#94431
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsBuild: https://dev.azure.com/dnceng/internal/_build/results?buildId=2308311&view=results
I could not reproduce this on macos, but haven't tried it on linux.
|
Is this a random failure ? |
This happened in the latest run, and only in one helix job which ran on PERFTIGER173 (which is not the one we have been seeing problems). Also, almost all the benchmarks failed with this error. |
Is it possible to get the binaries for this run ? |
The dotnet.framework.wasm file appears to be invalid, wasm-dis cannot disassemble it:
I can't reproduce this locally, i.e. the dotnet.framework.wasm file built locally from the files in the |
Could this be #88148 ? |
Here, the build succeeds, but the resulting .wasm file appears to be invalid. |
Build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2308311&view=results
Commit: 7faabde7
This ran on PERFTIGER173 .
CompileError: WebAssembly.Module(): Compiling function #116384:"System_Linq_Expressions_System_Linq_Expressions..." failed: not enough arguments on the stack for call (need 4, got 2)
I could not reproduce this on macos, but haven't tried it on linux.
cc @kg @vargaz
Known Issue Error Message
Fill the error message using step by step known issues guidance.
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng/internal/_build/results?buildId=2308311
Error message validated:
System_Linq_Expressions_System_Linq_Expressions.*not enough arguments on the stack
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/6/2023 7:51:34 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: