09-07-2017 09:42 AM
CVI 2015 crashes with following errors:
Build Status (crash.prj - Debug) emf.c - 19 warnings [...warnings cut...] 1, 1 Instruction does not dominate all uses! 1, 1 %13298 = call %3* @_PtrCastToScalar(%3* inttoptr (i32 3 to %3*), { i8*, i32 }* %827, i32 2), !dbg !2461 1, 1 %13745 = call %3* @_PtrCastToScalar(%3* %13298, { i8*, i32 }* %827, i32 2), !dbg !2533 1, 1 Instruction does not dominate all uses! 1, 1 %13745 = call %3* @_PtrCastToScalar(%3* %13298, { i8*, i32 }* %827, i32 2), !dbg !2533 1, 1 %14123 = call %3* @_PtrCastToScalar(%3* %13745, { i8*, i32 }* %827, i32 2), !dbg !2594 1, 1 Instruction does not dominate all uses! 1, 1 %14123 = call %3* @_PtrCastToScalar(%3* %13745, { i8*, i32 }* %827, i32 2), !dbg !2594 1, 1 %14719 = call %3* @_PtrCastToScalar(%3* %14123, { i8*, i32 }* %827, i32 2), !dbg !2685 1, 1 Instruction does not dominate all uses! 1, 1 %14719 = call %3* @_PtrCastToScalar(%3* %14123, { i8*, i32 }* %827, i32 2), !dbg !2685 1, 1 %15178 = call %3* @_PtrCastToScalar(%3* %14719, { i8*, i32 }* %827, i32 2), !dbg !2757 1, 1 Broken module found, compilation aborted! 1, 1 This application has requested the Runtime to terminate it in an unusual way. 1, 1 Please contact the application's support team for more information. Build failed.
Steps to reproduce:
Build succedes when using Release mode.
09-10-2017 08:00 AM
The last time I had an issue like this and no forum topics reflecting my issue, I reinstalled CVI. The root cause of the issue was never running a test install from a much older version of CVI that rewrote path variables and overwriting newer dll's.
09-28-2017 06:08 AM
I tried it in a clean VM. It happens there, too.