Segmentation fault when compiling unicode-bidi
inside Docker
#94967
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Not sure if this is a useful bug report or not, but I'm building an
amd64
executable inside Docker on anaarch64
host (Apple Silicon).rustc
aborts with aSIGSEGV
when compilingunicode-bidi
.I don't have an
amd64
host to test on, so I don't know if this is caused by the oddity of my build environment. I can say I've successfully built project this way that don't useunicode-bidi
. But I figure any crash is useful to know about. It's easy to reproduce if you have anaarch64
host.Code
Project Setup
Build Environment
Meta
uname -a Darwin MacBook-Pro.local 21.3.0 Darwin Kernel Version 21.3.0: Wed Jan 5 21:37:58 PST 2022; root:xnu-8019.80.24~20/RELEASE_ARM64_T6000 arm64
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: