Getting stack traces for SEH exceptions
I wanted to leave a note about SEH exceptions (MSDN) and getting callstacks because when I first saw it, the behavior really tripped me up. For the uninitiated: On Windows, there is a built-in mechanism to handle faults like access faults (e.g. accessing a bad pointer). It goes by the...
[Read More]