Kittyfisto/SharpRemote

PostmortemDebugger should produce crash dump when a managed StackoverflowException is thrown

Opened this issue · 1 comments

Even though the PostmortemDebugger is installed, the process manages to crash without producing a crash dump. Happens when the crash is caused by a managed StackoverflowException.

No idea how to achieve this atm. Maybe this exception can be intercepted with knowledge about CLR internals....