Skip to content

Handle Crashes on Windows

Handle crashes on Windows as stated in #4486 (closed) All the credit should go to @docwest as most of the code is comming from his MR (!23 (closed)) I kept the same design : the executable is forked as a monitor process which is notified when the main program crash. I changed from @docwest approach for dumping process : I used the MiniDumpWriteDump from winapi, which generate a dump usable from VisualStudio or other windows debugger

Edited by Cédric Mocquillon

Merge request reports