Skip to content

WIP: Windows Crash Handling

Alexander Stillich requested to merge docwest/openmw:wincrash into master

#4486 (closed) Implements crash handling by 'forking' the executable as a monitor process which is notified when the application crashes. The monitor process then attaches to the crashed process, extracts crash information and writes it to a log file.

  • Make sure the monitor always terminates if the parent process exits
  • Finish CrashLogWriter
  • Move *nix implementation to new writer
  • Wrap the old code in a class with the same interface as the WIN32 implementation
  • Implement test / WoW64
  • Clean up code
  • properly integrate into build
Edited by Alexander Stillich

Merge request reports