09-22-2016 07:55 AM
Hi,
Is there any specific reason you're using LabVIEW 2014 64bit? I noticed earlier in your post if you built in 32 bit everything seemed to function normally. Is that still the case?
09-23-2016 08:54 AM
Hi, Da_Parrot!
I'm using LabVIEW x64 because of Windows x64 architecture and some specific drivers which also for 64-bit system.
09-23-2016 09:47 AM
Update.
Additional information from windbg, after viewing callstack:
# Child-SP RetAddr Call Site
00 00000000`0e1ebcb8 00007ffc`71ce0d50 lvalarms!FPGASimulationTimingSourceManager__NATIONAL_INSTRUMENTS_lvalarms+0x19c
01 00000000`0e1ebcc0 00007ffc`71ce0883 ntdll!RtlReportExceptionEx+0x480
02 00000000`0e1ec2e0 00007ffc`71cfe752 ntdll!RtlReportException+0xc3
03 00000000`0e1ec370 00007ffc`71ca5b26 ntdll!RtlReportCriticalFailure$filt$0+0x33
04 00000000`0e1ec3a0 00007ffc`71cb4c52 ntdll!_C_specific_handler+0x96
05 00000000`0e1ec410 00007ffc`71cb9afd ntdll!_GSHandlerCheck_SEH+0x76
06 00000000`0e1ec440 00007ffc`71c44fe9 ntdll!RtlpExecuteHandlerForException+0xd
07 00000000`0e1ec470 00007ffc`71c46c94 ntdll!RtlDispatchException+0x3a9
08 00000000`0e1ecb80 00007ffc`71cfe6fc ntdll!RtlRaiseException+0x324
09 00000000`0e1ed460 00007ffc`71d00dba ntdll!RtlReportCriticalFailure+0x8c
0a 00000000`0e1ed570 00007ffc`71cb4baa ntdll!RtlpHeapHandleError+0x12
0b 00000000`0e1ed5a0 00007ffc`71c30ff6 ntdll!RtlpLogHeapFailure+0x96
0c 00000000`0e1ed5d0 00007ffc`71c30abd ntdll!RtlpLowFragHeapFree+0x4f6
0d 00000000`0e1ed640 00000000`09f5805c ntdll!RtlFreeHeap+0x2fd
0e 00000000`0e1ed6b0 00000000`2c1f8670 NIVisSvc+0x51805c
0f 00000000`0e1ed6b8 00000000`02fd26a0 0x2c1f8670
10 00000000`0e1ed6c0 00000000`00000000 0x2fd26a0
So, presumably, application crash caused by NIVisSvc...
This problem also occurs in executables built using LabVIEW 2015 SP1 f2 (64-bit), VDM 2015/2016...
Any suggestions?