fuzzbench icon indicating copy to clipboard operation
fuzzbench copied to clipboard

The dispatcher image makes reproducibility hard

Open jonathanmetzman opened this issue 3 years ago • 0 comments

Sometimes old experiments can't be reproduced easily without manually modifying FuzzBench to use the dispatcher-image from the original experiment. This may be true for the Q based measurer when that is implemented. To remedy this, I have two changes in mind:

  1. Experiments should save data on which dispatcher image they used and this info should be automatically used in reproduction experiments.
  2. the clang coverage binaries should be included in the coverage builds instead of on the dispatcher image. This is how OSS-Fuzz does it and it makes most sense.

jonathanmetzman avatar Mar 02 '22 16:03 jonathanmetzman