How can I guarantee catching a EXCEPTION_STACK_OVERFLOW structured exception in C++ under Visual Studio 2005?
问题 Background I have an application with a Poof-Crash [ 1 ]. I'm fairly certain it is due to a blown stack. The application is Multi-Threaded. I am compiling with " Enable C++ Exceptions: Yes With SEH Exceptions (/EHa) ". I have written an SE Translator function and called _set_se_translator() with it. I have written functions for and setup set_terminate() and set_unexpected() . To get the Stack Overflow, I must run in release mode, under heavy load, for several days. Running under a debugger is