Application crashes on release mode configuration in some seemingly random part of code (sometimes ml::Timer::getTime(), sometimes dynamic initializer of std::cout) during application initialization.
Tested on Intel Xeon X5650
Disabling AVX instructions (setting Project Settings > C/C++ > Code Generation > Enable Enhanced Instruction Set to "Not Set") seems to resolve this problem.
Application crashes on release mode configuration in some seemingly random part of code (sometimes ml::Timer::getTime(), sometimes dynamic initializer of std::cout) during application initialization. Tested on Intel Xeon X5650
Disabling AVX instructions (setting Project Settings > C/C++ > Code Generation > Enable Enhanced Instruction Set to "Not Set") seems to resolve this problem.