DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43431>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43431 Summary: ConcurrentModificationException in StandardJMeterEngine.verifyThreadsStopped Product: JMeter Version: unspecified Platform: Other OS/Version: other Status: NEW Severity: normal Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Following was seen in JMeter 2.1.1, but the code is still the same in 2.3. Access to the "allThreads" Map needs to be synchronised. Exception in thread "Thread-903" java.util.ConcurrentModificationException at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841) at java.util.HashMap$KeyIterator.next(HashMap.java:877) at java.util.AbstractCollection.addAll(AbstractCollection.java:318) at java.util.HashSet.<init>(HashSet.java:100) at org.apache.jmeter.engine.StandardJMeterEngine.verifyThreadsStopped (StandardJMeterEngine.java:448) at org.apache.jmeter.engine.StandardJMeterEngine.access$600 (StandardJMeterEngine.java:51) at org.apache.jmeter.engine.StandardJMeterEngine$StopTest.run (StandardJMeterEngine.java:280) at java.lang.Thread.run(Thread.java:595) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
