https://issues.apache.org/bugzilla/show_bug.cgi?id=56160
Bug ID: 56160
Summary: StackOverflowError when using WhileController within
IfController
Product: JMeter
Version: 2.10
Hardware: PC
OS: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31332
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31332&action=edit
Testplan to reproduce
I got a Testplan that contains a WhileController below an IfController.
The condition of the IfController is false and the WhileController uses the
__javaScript function to evaluate the content of a variable.
If the variable is not set (for example because it's set below the IfController
before the WhileController) JMeter logs the line
WARN - jmeter.control.GenericController: StackOverflowError detected
The Error doesn't bubble up but it slows down test execution.
Furthermore it's strange something below the IfController is executed/evaluated
even if the condition of the if is false.
--
You are receiving this mail because:
You are the assignee for the bug.