niessner / VoxelHashing

[Siggraph Asia 2013] Large-Scale, Real-Time 3D Reconstruction
Other
670 stars 201 forks source link

Illegal Instruction Crash in Release mode #1

Open TheHugeManatee opened 10 years ago

TheHugeManatee commented 10 years ago

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.