You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2007/09/20 03:28:47 UTC

DO NOT REPLY [Bug 43431] New: - ConcurrentModificationException in StandardJMeterEngine.verifyThreadsStopped

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: jmeter-dev@jakarta.apache.org
        ReportedBy: sebb@apache.org


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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 43431] - ConcurrentModificationException in StandardJMeterEngine.verifyThreadsStopped

Posted by bu...@apache.org.
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





------- Additional Comments From sebb@apache.org  2008-01-30 16:38 -------
See also bug 44126

-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org