rust-fuzz / honggfuzz-rs

Fuzz your Rust code with Google-developed Honggfuzz !
https://crates.io/crates/honggfuzz
Apache License 2.0
448 stars 40 forks source link

FreeBSD Issue #90

Open yancyribbens opened 1 month ago

yancyribbens commented 1 month ago

Hello,

I'm not sure if anyone has experience with free-bsd, however I notice when running cargo hfuzz run [target] on freebsd 14.0-RELEASE-p6 that the following message repeats:

Persistent mode: Launched new persistent pid=77298
[2024-07-19T18:44:02-0500][W][9164] arch_checkWait():269 Persistent mode: pid=77297 exited with status: EXITED, exit code: 1
Persistent mode: Launched new persistent pid=77299
^C[2024-07-19T18:44:02-0500][W][9164] arch_checkWait():269 Persistent mode: pid=77298 exited with status: EXITED, exit code: 1
Persistent mode: Launched new persistent pid=77300
[2024-07-19T18:44:02-0500][W][9164] arch_checkWait():269 Persistent mode: pid=77299 exited with status: EXITED, exit code: 1
Persistent mode: Launched new persistent pid=77301
[2024-07-19T18:44:02-0500][W][9164] arch_checkWait():269 Persistent mode: pid=77300 exited with status: EXITED, exit code: 1
[2024-07-19T18:44:02-0500][W][9164] arch_checkWait():269 Persistent mode: pid=77301 exited with status: EXITED, exit code: 1

Also, there isn't any Crashes reported. When I test the same code on linux, the crashes are reported.

Thanks!

yancyribbens commented 1 month ago

Similar to: https://github.com/google/honggfuzz/issues/385