-
Notifications
You must be signed in to change notification settings - Fork 12.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
[WebAssembly] Crash in WebAssemblyCFGStackify
with optimization (bad machine code)
#126916
Comments
WebAssemblyCFGStackify
optimization (bad machine code)WebAssemblyCFGStackify
with optimization (bad machine code)
@llvm/issue-subscribers-backend-webassembly Author: None (stevenwdv)
Clang crashes while optimizing some WebAssembly machine code (both 64-bit and 32-bit). This didn't happen when compiling the same code without optimizations.
When using
</details> Here are the files referenced in the error: RxTimeout-38846c.zip For reference, here's what you get without
</details> This might be related to #63182, not sure. |
Clang crashes while optimizing some WebAssembly machine code (both 64-bit and 32-bit). This didn't happen when compiling the same code without optimizations, also not when enabling
--verify-machineinstrs
.When using
--verify-machineinstrs
, I getBad machine code: Multiple connected components in live interval
.Here's the log (I'm using a Debug build of Clang to get better stack traces etc.):
Log
Here are the files referenced in the error: RxTimeout-38846c.zip
For reference, here's what you get without
--verify-machineinstrs
(a SIGSEGV):Log
This might be related to #63182, not sure.
The text was updated successfully, but these errors were encountered: