10-13-2023 12:22 PM
I have a cRIO-9064 running my Target VI and communicating to my Host VI on the PC using network streams. Whenever I run my application and establish a connection between Host & Target, everything runs fine and everything in my application works however if I leave it running for an extended period of time (>30 mins) The Host VI will eventually cause LabVIEW to crash. It seems that the VI running on my RT target is still running though. I have included the Host VI as well as the crash report generated from LV. Anyone have any idea what could cause this? Could I be accumulating memory somewhere that is causing LV to crash? If so is there a way to test this?
10-13-2023 12:35 PM
See Monitor Execution Time and Memory Usage in LabVIEW VIs and Using the Profile Performance and Memory Windowto check for possible memory leaks.