2025-08-24 14:59 CEST

spring: develop d87383b3 Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2006-12-09 23:10:57 develop 47651dc1
Changeset * Add simple mingw CrashHandler.
  It just dumps DLL info and stacktrace to infolog.txt and shows
  a MessageBox asking user to report bug and attach infolog.txt.
  We can then resolve the (hex) addresses in the stacktrace to
  functions, filenames and line numbers using mingw addr2line tool.
  (I plan to make some scripts to do that soonish...)

  Oh, and someone better rewrite the text in that MessageBox..

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@2897 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Main.cpp Diff ] File ]
add - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
add - rts/System/Platform/Win/CrashHandler.h Diff ] File ]
mod - rts/build/scons/config.py Diff ] File ]