SunHao-0/healer

fuzzer be stucked for long time, bin/kill can not stop it

Closed this issue · 1 comments

2020-05-15 13:15:16 INFO fuzzer::stats - corpus 1138,blocks 20466,branches 25576,candidates 0,normal_case 1147,failed_case 390,crashed_case 5
...
2020-05-15 17:57:16 INFO fuzzer::stats - corpus 1138,blocks 20466,branches 25576,candidates 0,normal_case 1147,failed_case 390,crashed_case 5
2020-05-15 17:58:16 INFO fuzzer::stats - corpus 1138,blocks 20466,branches 25576,candidates 0,normal_case 1147,failed_case 390,crashed_case 5
2020-05-15 17:58:39 WARN fuzzer - Stopping, persisting data...
2020-05-15 17:59:16 INFO fuzzer::stats - corpus 1138,blocks 20466,branches 25576,candidates 0,normal_case 1147,failed_case 390,crashed_case 5

This issue is fixed on master branch.
Now, you can just send SIGINT(CTRL-C) or SIGTERM to stop fuzzer and everything works fine.