mehdi_amini added a comment. I looked at the fuzzer test that triggered this in the first place: the issue is that it spawns multiple processes that dump their coverage file with the PID in the name. The PID can't be predict in advance obviously... https://reviews.llvm.org/D30380