Concurrent modification exception when exiting IRB
--------------------------------------------------

                 Key: JRUBY-1110
                 URL: http://jira.codehaus.org/browse/JRUBY-1110
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.0.0RC3
            Reporter: Nick Sieger
            Assignee: Thomas E Enebo


As of 3834, I'm seeing this when exiting IRB.

{noformat}
$ bin/jruby -S irb 
irb(main):001:0> quit
Exception in thread "main" java.util.ConcurrentModificationException
        at java.util.WeakHashMap$HashIterator.remove(WeakHashMap.java:759)
        at org.jruby.Ruby.tearDown(Ruby.java:1429)
        at org.jruby.Main.runInterpreter(Main.java:232)
        at org.jruby.Main.runInterpreter(Main.java:173)
        at org.jruby.Main.run(Main.java:120)
        at org.jruby.Main.main(Main.java:95)
{noformat}

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to