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
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!
The text was updated successfully, but these errors were encountered:
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:Also, there isn't any
Crashes
reported. When I test the same code on linux, the crashes are reported.Thanks!
The text was updated successfully, but these errors were encountered: