stephenfewer / grinder

Grinder is a system to automate the fuzzing of web browsers and the management of a large number of crashes.
BSD 3-Clause "New" or "Revised" License
414 stars 131 forks source link

Mini Crash Dump Generation Feature #61

Closed hacksysteam closed 9 years ago

hacksysteam commented 9 years ago

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

stephenfewer commented 9 years ago

Merged! Thanks the pull request :)