- I create a new library crate
- I run
cargo fuzz init
- I run
cargo +nightly fuzz run fuzz_target_1
- After the compilation i get the error:
Error: Fuzz target exited with signal: 4 (SIGILL)
rustc version:
rustc 1.97.0-nightly (64a965e90 2026-05-11)
binary: rustc
commit-hash: 64a965e9013a9d14e83c4d370af26f6be6bf96fb
commit-date: 2026-05-11
host: x86_64-unknown-linux-gnu
release: 1.97.0-nightly
LLVM version: 22.1.4
cargo fuzz version: 0.13.1
If you need any information about my environment i am happy to provide them.
cargo fuzz initcargo +nightly fuzz run fuzz_target_1Error: Fuzz target exited with signal: 4 (SIGILL)rustc version:
cargo fuzz version:
0.13.1If you need any information about my environment i am happy to provide them.