On Tue, 8 Mar 2005 09:17:32 +0100, Mallku Caballero <[EMAIL PROTECTED]> wrote: > I have also had problems with the while loop and running through the > code I found out that it did indded not reevaluate its condition > properly. I had posted on that subject some time ago not sure whether I > was misusing the function but did not get a response. > > In the meantime I have successfully patched my own JMeter by adding the > following line: > > // clear cached condition > getProperty(CONDITION).recoverRunningVersion(null); > > at the very beginning of the conditionTrue true method of the > WhileController and now get the behavior I expected.
Thanks! I'll try adding that. However, I've found another problem - on can get a stack overflow error if the thread group that contains the while controller has a large (or infinte) loop count. Under debug, it looks like some unintended recursion is happening. The controller logic is very complicated (to my mind, anyway) so dunno how long it will take to find a fix... The stack overflow message currently goes to the console, which is a separate (easily solved) bug. S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

