11-23-2010 11:23 AM
I have this app that runs on LV 2009 SP1. When I try to exit it just sits there for several minutes, using close to 100% CPU on one or more threads inside NSubArrrayElts. This code is almost identical to one that exits much cleaner on LV 7.1. (with the only changes due to have the code actually run in 2009). Wonder what's going on.
11-23-2010 12:50 PM
Can you post your code?
It could be due to a number of reasons. Without seeing the code, it would be blind guesses.
11-23-2010 12:50 PM
Can you post your code?
It could be due to a number of reasons. Without seeing the code, it would be blind guesses.
11-23-2010 12:54 PM
Can't post the code 🙂 Not only most of it is proprietary, it needs a lot of hardware attached to run it, and it's composed of over a thousand VIs ...
11-24-2010 12:16 PM
Do you have any dynamic VI's?
Do you use property node(s) to close the VI? notice that I did not say "stop the VI"...
Wow, there could be many reasons. You may have to create a VI that verifies for any VI in memory and maybe query it's status (ie running). That VI would run on the side to monitor what is going on..