12-05-2019 09:11 AM
Hello,
when I close my executable , the EXE crashes with the exception 0xC0000005.
The crash happens imediately after I close the program.
I ran the program thr' WinDbg tool and got a report. The report I have attached as a file.
The Analysis of the exception is also in the "crash report.txt" file.
Hope some one will look thr' this mirage.
regards,
Akshay
12-07-2019 04:41 AM
This crash can be caused by lots of things. Corrupted OS file, corrupted LabVIEW installation, buggy drivers, and my favorite: badly configured Call Library Nodes in your VIs.
If your program uses self made (or from somewhere downloaded or otherwise “inherited”) VIs that call into DLLs, the last possibility has a pretty high chance of being the culprit!