-
-
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
JRuby HEAD gets NPE when running bundle install
#4171
Comments
Could not reproduce on OS X with a Gemfile generated like travis-rubies does it:
If we could get a backtrace with -Xjit.threshold=0 it would help. If we can reproduce this without being in a Travis env it would also be helpful :-) |
@headius Or, I can get you an interactive shell to debug it further. :-) Remind me on Monday! |
That would be helpful. I believe @eregon managed to see it too, and I probably know what's causing it, but we have no non-travis runtime. |
I got it quite reproducible on Travis on the truffle-head branch: |
@headius It can reproduce reliably at me on Fedora 22 with the Gemfile you tried. |
It does not happen with |
This is likely the same issue was saw and fixed in IR. The problems are varied, but generally involve optionally-assigned variables (e.g. FWIW, it only ever affected master. The optimization pass in question was not shipped in 9.1.5.0. |
Environment
@cc619c0 on Ubuntu Precise
See https://travis-ci.org/travis-ci/travis-rubies/jobs/161991548#L676
With
bundle install
:Expected Behavior
With @08deac7
rack
,tilt
, etc.)Actual Behavior
The text was updated successfully, but these errors were encountered: