There are times when a crash is being hit by the fuzzer but unable to reproduce it with the generated log file.
If you are facing the same issue, Mini Crash Dumps are of great help for further investigation.
By default it's turned ON and if you want to disable it set $save_minidump to false in config.rb
By default the crash dumps are stored in $crashes_dir as set in config.rb
Further, if you want to change the amount of information contained in Mini Crash Dump, please set appropriate MINIDUMP_TYPE in node/core/debug/debuggerexception.rb
There are times when a crash is being hit by the fuzzer but unable to reproduce it with the generated log file.
If you are facing the same issue, Mini Crash Dumps are of great help for further investigation.
By default it's turned ON and if you want to disable it set
$save_minidump
tofalse
inconfig.rb
By default the crash dumps are stored in
$crashes_dir
as set inconfig.rb
Further, if you want to change the amount of information contained in Mini Crash Dump, please set appropriate
MINIDUMP_TYPE
innode/core/debug/debuggerexception.rb