-
-
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
Bundle fails with Java::JavaLang::StackOverflowError with git-hosted gems #2185
Comments
Thanks Michael, would be great to know what gem as this seems like not JRuby's fault on first sight ... |
It seems to work now as of 9e6c2be. |
@mjc Can we close this issue out? Also I'm assuming by the commit you've referenced that this is just an issue relating to JRuby 9.0.0.0 |
Yes we can close this. sorry for the delay. |
I'm seeing this on one of my machines under JRuby 9.0.3.0, but not on the other. I thought it was due to it being on Java 7, but after upgrading to Java 8 i'm seeing the same thing.
|
My bad. I had the -Xss thread stack size option set too large for my laptop, so I guess it was running out of memory. |
With a rails project that includes one gem hosted on a git repository, bundle fails:
Java::JavaLang::StackOverflowError: An error occurred while installing example (0.0.example), and Bundler cannot continue.
Removing that gem from the gemfile allows the bundle to complete successfully.
The text was updated successfully, but these errors were encountered: