srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
59 stars 6 forks source link

Ziggy does not kill processes properly #16

Closed brunoproduit closed 1 year ago

brunoproduit commented 1 year ago

When running fuzzers with ziggy, sometimes subprocesses do not get killed properly when stopping ziggy.

Ziggy should gracefully handle stopping by catching the CTRL-C, waiting for subprocesses to be stopped properly and only then stop itself

louismerlin commented 1 year ago

Fixed in https://github.com/srlabs/ziggy/commit/057ab8530907c84ecc503c3a5287a84e4817b7ae.