01-09-2010 11:04 AM
We have the weird situation where the sequence will run all the way through, but will stand 'idle' when it reaches the <End Group>. Most steps have 'Do not record results', and there are no sequence callbacks except for Main. It is also impossible to pause, abort, or terminate at this point.
We have to kill TestStand at this point and reboot. Would any of you have any insight on this one?
Thanks,
Ronnie
Solved! Go to Solution.
01-09-2010 11:50 AM
01-09-2010 01:08 PM
Matthew, your thread idea would definetely make sense. I went through the sequences and couldn't find anything - but I did find some Synchronization Lock(s) that TestStand will hang up on occassionally. So I have removed these for the time being to see if it makes any difference. We'll also run with the Threads window showing.
Didn't expect an answer on Saturday morning (PST) !~
Thanks,
Ronnie
10-05-2010 09:13 PM
Please check your post expression or post actions or post substep (if you are using a custom step type). I had a very similar problem, in my case Teststand waits in Endgroup for almost 5 seconds before it comes out of it. I had a custom step type, which had a post substep calling a function with a loop timeout of 5 seconds. After i fixed my post substep, the issue disappeared. Teststand might show as if it is waiting on Endgroup, when it actually finished executing a sequence and returned to the caller execution as tracing may not be enabled for post actions.