https://issues.apache.org/bugzilla/show_bug.cgi?id=51973
Bug #: 51973
Summary: StackOverflowError with JMeter 2.5 on script that
works with 2.4 and previous versions
Product: JMeter
Version: 2.5
Platform: PC
Status: NEW
Severity: regression
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 27704
--> https://issues.apache.org/bugzilla/attachment.cgi?id=27704
jmeter script, log files, and screenshots
A simple script that runs two threads causes stack overflow error using JMeter
2.5.
jmeter.log contains a traceback for the stack overflow that has a large number
of lines like this
at
org.apache.jmeter.control.GenericController.reInitializeSubController(GenericController.java:229)
at
org.apache.jmeter.control.GenericController.reInitializeSubController(GenericController.java:230)
The script has one thread group with two threads. Each thread should write a
total of 5 labels, 4 of which are written by a foreach controller.
When run on JMeter 2.5 the thread threadnumber=1 works correctly, whereas
threadnumber=2 fails. It only writes the first label, but none of the labels
controlled by the foreach controller.
In the attached zip file there is also
- a word document containing screen dumps of the result on running with 2.4
and 2.5
- jmeter log files from both runs
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]