Open
Description
libFuzzer stops when first crash is found. We may change that by providing -jobs=9999
option, which may be good for continuous fuzzing. But restart may be better?
Anyway, once the option is used, libFuzzer stops printing statistics to stdout and writes them to fuzz-JOB.txt file, which position (in filesystem) we can't control.
Research about libFuzzer continuous fuzzing is required. Then appropriate fixes, including changes to populate_stats
method.