-
-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
System Configuration:
rustc 1.90.0 (1159e78c4 2025-09-14)
Linux ubuntu 5.15.148-tegra #1 SMP PREEMPT Mon Jun 16 08:24:48 PDT 2025 aarch64 aarch64 aarch64 GNU/Linux
Ubuntu 22.04 (aarch64) platform
This is the standard JetPack 6.2 NVIDIA distribution for the platform.
Git branch main: commit 11db0ac
Build command:
cargo build --release --jobs 1
Expected result:
kornia-rs build
Error produced:
Compiling kornia-3d v0.1.10-rc.6 (/home/team1073/Projects/kornia-rs/crates/kornia-3d)
error: rustc interrupted by SIGSEGV, printing backtrace
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/librustc_driver-68c3d348eb8c0b4a.so(+0x3470324)[0xffffa1490324]
linux-vdso.so.1(__kernel_rt_sigreturn+0x0)[0xffffa270c7bc]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/libLLVM.so.20.1-rust-1.90.0-stable(_ZN4llvm21BranchProbabilityInfo9calculateERKNS_8FunctionERKNS_8LoopInfoEPKNS_17TargetLibraryInfoEPNS_13DominatorTreeEPNS_17PostDominatorTreeE+0x9c4)[0xffff9ae094b0]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/libLLVM.so.20.1-rust-1.90.0-stable(+0x46ed86c)[0xffff9adfd86c]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/libLLVM.so.20.1-rust-1.90.0-stable(_ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE+0x9a8)[0xffff9ab6ec3c]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/libLLVM.so.20.1-rust-1.90.0-stable(_ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE+0x3c)[0xffff9ab6e268]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/libLLVM.so.20.1-rust-1.90.0-stable(_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE+0x288)[0xffff9afbb6ac]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/librustc_driver-68c3d348eb8c0b4a.so(+0x2579504)[0xffffa0599504]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/librustc_driver-68c3d348eb8c0b4a.so(+0x2578fe0)[0xffffa0598fe0]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/librustc_driver-68c3d348eb8c0b4a.so(+0x2a87ec4)[0xffffa0aa7ec4]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/librustc_driver-68c3d348eb8c0b4a.so(_RINvNtNtCsdMqm6Kbgqcm_3std3sys9backtrace28___rust_begin_short_backtraceNCINvXs0_Cs3IvziIWkJAJ_18rustc_codegen_llvmNtB1g_18LlvmCodegenBackendNtNtNtCshpzNK4ui6Fj_17rustc_codegen_ssa6traits7backend19ExtraBackendMethods18spawn_named_threadNCINvNtNtB2k_4back5write10spawn_workB1O_E0uE0uEB1g_+0x2c8)[0xffffa0aa5b08]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/librustc_driver-68c3d348eb8c0b4a.so(+0x2a84ef0)[0xffffa0aa4ef0]
/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/lib/librustc_driver-68c3d348eb8c0b4a.so(+0x423dbf0)[0xffffa225dbf0]
/lib/aarch64-linux-gnu/libc.so.6(+0x80398)[0xffff9de90398]
/lib/aarch64-linux-gnu/libc.so.6(+0xe9e9c)[0xffff9def9e9c]
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
error: could not compile `kornia-3d` (lib)
Caused by:
process didn't exit successfully: `/home/team1073/.rustup/toolchains/stable-aarch64-unknown-linux-gnu/bin/rustc --crate-name kornia_3d --edition=2021 crates/kornia-3d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --diagnostic-width=79 --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c0463b6f0341d759 -C extra-filename=-c0b7dd88059638e7 --out-dir /home/team1073/Projects/kornia-rs/target/release/deps -C strip=debuginfo -L dependency=/home/team1073/Projects/kornia-rs/target/release/deps --extern bincode=/home/team1073/Projects/kornia-rs/target/release/deps/libbincode-dc886e762921239b.rmeta --extern faer=/home/team1073/Projects/kornia-rs/target/release/deps/libfaer-11ac4f3f8106e8e8.rmeta --extern serde=/home/team1073/Projects/kornia-rs/target/release/deps/libserde-aac3f8ce33be3178.rmeta --extern thiserror=/home/team1073/Projects/kornia-rs/target/release/deps/libthiserror-d876b909480bc5f8.rmeta -Ctarget-feature=+fp16,+fhm` (signal: 11, SIGSEGV: invalid memory reference)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels