-
-
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
JavaLang::NullPointerException in RubySymbol.javaStringHashCode() #3086
Comments
... likely need to be warmed as these pass fine (without previous fix)
Looks like it's still broken as of today: Failure: https://travis-ci.org/guard/guard/jobs/69653719 Version: jruby 9.0.0.0-SNAPSHOT (2.2.2) 2015-07-04 dfdfb54 Java HotSpot(TM) 64-Bit Server VM 24.76-b04 on 1.7.0_76-b13 +jit [linux-amd64] (@dfdfb54 - is HEAD at the moment) Link to commit/source where it's crashing:
|
well, I only guessed what the guard spec is doing underneath so its possible I missed, thanks for verifying |
No prob. Let me know if I can shed some more light on this. |
Investigating. |
I've fixed where I think the problem was, added a regression spec, and bulletproofed the code leading to this NPE. It should be fine now, but let us know ASAP if it is not. |
Happened on Travis here: https://travis-ci.org/guard/guard/jobs/68593045#L270
JRuby version: jruby 9.0.0.0-SNAPSHOT (2.2.2) 2015-06-27 e3ffe94 Java HotSpot(TM) 64-Bit Server VM 24.76-b04 on 1.7.0_76-b13 +jit [linux-amd64]
I couldn't find a duplicate issue. Meanwhile, I'll try and reproduce this locally.
Backtrace (extracted from above link):
The text was updated successfully, but these errors were encountered: