ConcurrentModificationException when using ObjectSpace
------------------------------------------------------

                 Key: JRUBY-5192
                 URL: http://jira.codehaus.org/browse/JRUBY-5192
             Project: JRuby
          Issue Type: Bug
          Components: Interpreter
    Affects Versions: JRuby 1.5.3
            Reporter: Tony Arcieri


Ran into the following exception when using Test::Unit, which uses ObjectSpace:

https://gist.github.com/704323

Charlie managed to reproduce it with the following:

ObjectSpace.each_object(Class) {|c| puts c; eval "class X#{c.object_id}; end" }


-- 
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