Hello - Just wanted to ask if the exception thrown to stdout below is worth a bugzilla entry - it apparently took place when shutting down a load test.
I found this bug report which had the same exception in a different scenario: "Exception when running multiple tests in same remote engine" http://issues.apache.org/bugzilla/show_bug.cgi?id=43168 I was running multiple JMeter local instances based off the same codebase directory but pointed to use different parameter files, logfiles and test scripts. I haven't seen this exception before and it is likely to be difficult to replicate. Kind regards, Sonam Chauhan -- Corporate Express Australia Ltd. Phone: +61-2-93350725, Email: [EMAIL PROTECTED] 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(Stand ardJMeterEngine.java:448) at org.apache.jmeter.engine.StandardJMeterEngine.access$600(StandardJMeterE ngine.java:51) at org.apache.jmeter.engine.StandardJMeterEngine$StopTest.run(StandardJMete rEngine.java:280) at java.lang.Thread.run(Thread.java:595)

