-
-
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
NullPointerException in CachingCallSite.pollAndGetClass #885
Comments
Note that this doesn't happen on every run with every document, it will show up after a minute or two. Also:
The current workaround seems to be:
|
Usually this means that a null is getting into the call path somewhere. I don't suppose you can try building JRuby yourself, so we could add some monitoring code and figure out what is happening? |
I could try it once I get my hands on a bit of free time :) |
There's pretty good instructions in BUILDING.md. Let me know if you have trouble. |
coming on 3 years with no more info to act on. If this problem still exists then please open a new issue. |
I ran into this:
The line 344 is this piece of code:
The text was updated successfully, but these errors were encountered: