https://issues.apache.org/bugzilla/show_bug.cgi?id=56160
--- Comment #3 from [email protected] --- The proposed patch makes the IfController return null if the condition is false on the first invocation of it's next method. This should prevent Jmeter to dive into the children of the IfController and call their next method. So child-controllers which always return an element and never null (e.g. WhileController with condition that is always true) won't result in a StackOverflow. The issue may persist if the whileController is supposed to loop forever and and the if controller's condition is true. -- You are receiving this mail because: You are the assignee for the bug.
