c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Handle crashing of dump-stats correctly in corpus builder #43

Open MattWindsor91 opened 4 years ago

MattWindsor91 commented 4 years ago

Currently, if dump-stats returns an error, the fuzzer (and probably the planner too) don't return a request to the corpus builder. This means that the builder gets stuck in an infinite loop of waiting for the nonexistent requests to turn up.

Ideally, some sort of request should come through, but it should carry some sort of error.