-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Crash when compiling cranelift-codegen
on Termux
#138889
Comments
The full stacktrace on aarch64-linux-android with rustc ( |
This is a crash by a rustc with substantially less optimizations enabled, which probably means it uses even more stack space than the original crash. It is possible that it crashes in the same code path, but there's no particular reason to believe that it does. It looks to me like this issue is plain old stack exhaustion, in which case the |
No. In a release build (
|
Code
Meta
It is originally reported on
aarch64-linux-android
, but it is also reproducible onx86_64-linux-android
with bothnightly
andstable
.aarch64-linux-android
will also be affected by libunwind issue (#138880), but it seems that the libunwind issue is not related to the crash.rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: