rustc stack overflow for wasm32-unknown-unknown
on linux ARM64
#121814
Labels
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I'm not sure how to reproduce this more simply, however it's relatively simple to reproduce this via the teleport repo:
I expected to see this happen: The module should build, as it does on x86_64 Linux and ARM64 Darwin, and for all platforms including ARM64 Linux for a previous version of rust (
1.71.1
)Instead, this happened: We get some sort of stack overflow error:
Logs
Meta
rustc --version --verbose
:We encounter the same error on both the current
beta
andnightly
Backtrace
The text was updated successfully, but these errors were encountered: