-
-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ObjectSpace.each_object.to_a
raises ArrayIndexOutOfBoundsException
#4461
Milestone
Comments
ObjectSpace.each_object
raises ArrayIndexOutOfBoundsException
ObjectSpace.each_object.to_a
raises ArrayIndexOutOfBoundsException
For me it happens just for
|
Confirmed. AIOOBE for me both with and without |
Thanks a lot!! 💞 |
Thanks for fixing it! Does it make sense to add a regression test? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
jruby 9.1.5.0 (2.3.1) 2016-09-07 036ce39 Java HotSpot(TM) 64-Bit Server VM 24.65-b04 on 1.7.0_67-b01 +jit [darwin-x86_64]
Darwin MacBook-Air-de-Javier-3.local 16.1.0 Darwin Kernel Version 16.1.0: Wed Oct 19 20:31:56 PDT 2016; root:xnu-3789.21.4~4/RELEASE_X86_64 x86_64
Expected Behavior
Should print all living objects.
Actual Behavior
An
ArrayIndexOutOfBounds
Exception is raisedThe text was updated successfully, but these errors were encountered: