Search Results

3
votes

How can I guarantee catching a EXCEPTION_STACK_OVERFLOW structured exception in C++ under Visual Studio 2005?

Everything prior to windows xp would not (or would be harder) generally be able to trap stack overflows. With the advent of xp, you can set …
2
votes

Help catching StackOverflowException with WinDbg and ADPlus

<ADPlus> <!-- Add log entry, log faulting thread stack and dump full on first chance StackOverflow --> <Exceptions> <Config> <!-- This is for the stack …