LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

closing EXE causes Crash with exception 0xC0000005

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

0 Kudos
Message 1 of 2
(2,095 Views)

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!

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 2
(2,030 Views)