04-09-2021 12:44 AM
Hi
I have a complex project that sometimes freezes.
'Abort execution' does not work when freezing occurs.
PC resource usage:
CPU: 12%
Memory: 66%
I use WIN10 x64.
It takes a lot of time to Lv to close, it shows for a long time as 'Resetting VI: xxx.'
Any ideas why 'Abort execution' not working?
04-09-2021 02:02 AM
Could be many possible reasons. For example, if you're inside of the DLL call, which takes long time. When you hit "Abort" button, then LabVIEW unable to interrupt external code and will wait until execution is completed.