This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
Not terminating process on timeout in Windows for the coverage task #3513
Labels
bug
Something isn't working
Information
Provide detailed reproduction steps (if any)
If this timeout case hits, we never terminate the child process.
onefuzz/src/agent/coverage/src/record.rs
Lines 128 to 148 in c7a9827
Expected result
What is the expected result of the above steps?
We should call
quit_debugging
from theDebugger
module as well askill
and/orwait
on the returned `Child.onefuzz/src/agent/debugger/src/debugger.rs
Line 306 in c7a9827
https://doc.rust-lang.org/std/process/struct.Child.html#method.kill
https://doc.rust-lang.org/std/process/struct.Child.html#method.wait
AB#166281
The text was updated successfully, but these errors were encountered: