Situation
You are writing unit-tests and maybe are refactoring the implementation along the way.
Problem
“All of a sudden” QTAgent32.exe crashes when you run the tests.
Solution
A unit-test (or changed implementation) most probably caused a stack overflow.
Attach the debugger to QTAgent32.exe (use the “Debug” button on the crash-window), so you can see the concrete problem in the Call Stack.
Leave a Reply