-
-
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
Dir['{}'] crashes with java.lang.ArrayIndexOutOfBoundsException: 0 #2922
Comments
without trying it out ... do you happen to know if this was present in 1.7.19 ? |
@kares yes, I discovered it in 1.7.19 initially. |
can confirm it's a
|
kares
changed the title
JRuby 1.7.x crashes with java.lang.ArrayIndexOutOfBoundsException: 0 when booting rails with spring and dotenv-rails loaded
Dir['{}'] crashes with java.lang.ArrayIndexOutOfBoundsException: 0
May 13, 2015
resolved on jruby-1_7 with 0da8bff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Repro: https://github.com/mjc/dotenv-jruby1720
Trace: https://gist.github.com/mjc/24fa1402bf4571c7c8cb
Removing either spring or dotenv-rails makes it go away.
The text was updated successfully, but these errors were encountered: