CrashDumpAnalyzer.exe is a straightforward C++ executable designed to automatically analyze minidump files using the DbgEng.dll debugging engine. This tool simplifies the process of diagnosing and troubleshooting application crashes by providing an automated way to interpret the stack traces.
Command line arguments to launch :
CrashDumpAnalyzer.exe -application_path
< application_path > -pdb_path
< pdb file path> dumpfile_path
< dumpfile fullpath >
CrashDumpAnalyzer.exe -application_path C:/hari/files/application_files/ -pdb_path C:/hari/files/pdb_files/ -dumpfile_path C:/hari/files/dump_file.dmp
Exception Type: EXCEPTION_INT_DIVIDE_BY_ZERO
Stack Traces:
RetAddr
test_application!main+0x29 [D:\TestingSpace\test_application\test_application.cpp @ 67]
test_application!__scrt_common_main_seh+0xfa [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288]
We can extract the stack traces from the minidump.