google/oss-fuzz-gen

Save reproducers found in experiments

DonggeLiu opened this issue · 4 comments

This will help us triage crashes in experiments.
We can save:

  1. Fuzz target source code.
  2. Fuzz target binary.
  3. crash reproducer.
  4. Link to the corresponding page in the report.

@oliverchang: Anything else we can/should save to assist triaging?

@oliverchang: Anything else we can/should save to assist triaging?

Also the stacktrace / output from the target. This can help us filter out bad cases.

@oliverchang: Anything else we can/should save to assist triaging?

Also the stacktrace / output from the target. This can help us filter out bad cases.

Thanks, I presume this has been included in the result report page?

  1. Link to the corresponding page in the report.

I can also save the log file.

@oliverchang: Anything else we can/should save to assist triaging?

Also the stacktrace / output from the target. This can help us filter out bad cases.

Thanks, I presume this has been included in the result report page?

Yes, but a more automatable way to get just the stacktrace (I.e. a link that we can set in a JSON result), that will make this a lot easier to analyze at scale.