Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Os { code: 2, kind: NotFound, message: "No such file or directory" } in baby_fuzzer_minimizing #1228

Closed
Vincebye opened this issue Apr 26, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@Vincebye
Copy link
Contributor

IMPORTANT
Describe the bug
It will report an error when running on windows, but it is normal in linux
To Reproduce
cargo run

Expected behavior
A clear and concise description of what you expected to happen.

Screen output/Screenshots

vince ❯ cargo run
   Compiling libafl v0.10.0 (E:\fuzzing\LibAFL\libafl)
   Compiling baby_fuzzer_minimizing v0.10.0 (E:\fuzzing\LibAFL\fuzzers\baby_fuzzer_minimizing)
warning: unused import: `std::ptr::write_volatile`
 --> src\main.rs:2:5
  |
2 | use std::ptr::write_volatile;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default
    Finished dev [unoptimized + debuginfo] target(s) in 8.36s
     Running `target\debug\baby_fuzzer_minimizing.exe`
[Stats #0] run time: 0h-0m-0s, clients: 1, corpus: 0, objectives: 0, executions: 0, exec/sec: 0.000
[Testcase #0] run time: 0h-0m-0s, clients: 1, corpus: 1, objectives: 0, executions: 1, exec/sec: 0.000
Error: File(Os { code: 2, kind: NotFound, message: "No such file or directory" }, ErrorBacktrace)
error: process didn't exit successfully: `target\debug\baby_fuzzer_minimizing.exe` (exit code: 1)

Additional context
OS:Win 11
VS 2022

@Vincebye Vincebye added the bug Something isn't working label Apr 26, 2023
@tokatoka
Copy link
Member

thanks fixed in #1229

tokatoka added a commit that referenced this issue Apr 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants