You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: rustc interrupted by SIGSEGV, printing backtrace
/home/user/.rustup/toolchains/nightly-riscv64gc-unknown-linux-gnu/bin/../lib/librustc_driver-909356f78f49b3cc.so(+0xc5ef12)[0x3fb6604f12]
linux-vdso.so.1(__vdso_rt_sigreturn+0x0)[0x3fbdfce800]
/lib/riscv64-linux-gnu/libc.so.6(read+0x48)[0x3fb57fd90a]
/home/user/.rustup/toolchains/nightly-riscv64gc-unknown-linux-gnu/bin/../lib/libstd-9cb9eca00d5d78f0.so(_ZN3std3sys3pal4unix2fs4File4read17h8a74c485596d051fE+0x20)[0x3fb59086ca]
/home/user/.rustup/toolchains/nightly-riscv64gc-unknown-linux-gnu/bin/../lib/librustc_driver-909356f78f49b3cc.so(+0x587353a)[0x3fbb21953a]
/home/user/.rustup/toolchains/nightly-riscv64gc-unknown-linux-gnu/bin/../lib/librustc_driver-909356f78f49b3cc.so(+0x5873b26)[0x3fbb219b26]
/home/user/.rustup/toolchains/nightly-riscv64gc-unknown-linux-gnu/bin/../lib/librustc_driver-909356f78f49b3cc.so(+0x5873b76)[0x3fbb219b76]
/home/user/.rustup/toolchains/nightly-riscv64gc-unknown-linux-gnu/bin/../lib/librustc_driver-909356f78f49b3cc.so(+0x5874022)[0x3fbb21a022]
/home/user/.rustup/toolchains/nightly-riscv64gc-unknown-linux-gnu/bin/../lib/librustc_driver-909356f78f49b3cc.so(+0x5874f26)[0x3fbb21af26]
/home/user/.rustup/toolchains/nightly-riscv64gc-unknown-linux-gnu/bin/../lib/libstd-9cb9eca00d5d78f0.so(rust_metadata_std_85a3b2a8897af422+0x82ec6)[0x3fb590eec6]
/lib/riscv64-linux-gnu/libc.so.6(+0x6955a)[0x3fb57b955a]
note: we would appreciate a report at https://github.com/rust-lang/rust
help: you can increase rustc's stack size by setting RUST_MIN_STACK=16777216
Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s
The text was updated successfully, but these errors were encountered:
Which kernel version do you have? (uname -a will show this) If this is indeed the same issue as #117022 there was a regression which is fixed in linux 6.6 according to #117022 (comment).
Which kernel version do you have? (uname -a will show this) If this is indeed the same issue as #117022 there was a regression which is fixed in linux 6.6 according to #117022 (comment).
Yeah, that is probably it. Switched kernel version and it works again. Closing the issue, thanks for the help!
I tried this code on Armbian on MangoPi MQ-Pro, RISC-V:
I expected to see this happen: standard compilation
Instead, this happened:
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: