fuzzilli
fuzzilli copied to clipboard
Implement proper crash deduplication
This should be able to deduplicate based on (debug) assertions triggered and the current stack trace. This should ideally also produce a nice overview of all the unique crashes in some way.
Currently crashes are only deduplicated based on coverage, which does a fairly bad job most of the time...