Window dbg
crash_analyze.bat |
REM "Put windbg utilties path" REM "Set the expected exe binary file" REM "Set pdb files path" REM "Set source files path" REM "Set the expected analyzing crash dmp file" REM "Set output log file" cdb.exe -z %DMPFILE% -logo %LOGFILE% -lines -c ".reload;!analyze -v;q" -i %IMGPATH% -y %SYMBOLPATH% -srcpath %SRCPATH% pause |
find_crash.bat |
dir *.dmp | findstr "dmp" | sed -n "$s/.*\(crash.*\)/crash_analyze.bat E:\\GMX_release\\ver20190807\\bin E:\\GMX_release\\ver20190807\\pdb E:\\GMX_release\\ver20190807\\src \1 \1.log/gp" > do.bat |
sed.exe |
depends libiconv2.dll libintl3.dll regex2.dll |