09-23-2009 06:20 AM
Teststand crashes from time to time for unknown reasons. We think that 'for each' loops could be the reason. By replacing the 'for each' loop with a for loop and iterating using the index the problem is resolved.
Is this a known problem in Teststand? Is it possible that this is resolved in Teststand 4.1 (We use 4.0.1) ?
Kind Regards,
Coulembier Jeroen
Solved! Go to Solution.
09-23-2009 09:41 AM
09-23-2009 10:29 AM
The issue that was fixed occurred when the End step of the foreach loop was the last step in a sequence. You can workaround the problem in 4.0.1 by placing a label step at the end of the sequence so that the foreach's end step is no longer the last step.
Hope this helps,
-Doug
10-02-2009 01:12 PM