https://issues.apache.org/bugzilla/show_bug.cgi?id=55817
Bug ID: 55817
Summary: If controller throws a
jmeter.control.GenericController: StackOverflowError
detected
Product: JMeter
Version: 2.10
Hardware: Macintosh
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31075
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31075&action=edit
Test plan with IF Controller using property with default or null value
I am running a very simple test that uses an "If Controller" to add a condition
that allows a sampler to run based on the evaluation of a property.
The if controller has a condition like this:
"${__P(injector,i0)}" == "i1"
When the evaluation is FALSE, Jmeter throws the StackOverflowError detected in
the jmeter.log
This is the command to launch Jmeter in Non-GUI mode, but I have tested also in
GUI mode and produce the same error. As result my MacBook laptop suddenly
stress out and consume 100% of the CPU.
./jmeter -n -t ../test_plans/remote_plan.jmx -l ../test_plans/log4.txt
-Jinjector=i2
I have used this approach in the past to split the load using a single test
plan, but it is now producing this issue.
--
You are receiving this mail because:
You are the assignee for the bug.