Do the errors occur still occur if you attach the debugger after starting the application?
rpetrich
2008-09-11 18:43:42
Do the errors occur still occur if you attach the debugger after starting the application?
a debug version of a linked dll could be compiled with signaling nan support, see http://blogs.msdn.com/oldnewthing/archive/2008/07/02/8679191.aspx for an example of this problem.
that heisenbug was caused by uninitialized variables, here there could be a linked dll enabling the snan feature of the cpu and forgetting to disable it upon returning