-
-
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
NPE when printing a variable in a view #4641
Comments
seems like its coming from an executor ( you could try |
Thank you @kares. New information, but not too much:
|
@alaz thanks, this time we were right its smt about native ext ... and actually this time not in JRuby |
|
If it's easy for you to reproduce, could you perhaps bisect JRuby between 9.1.8.0 and 9.1.9.0 and see what we changed? We might get better stack traces with Without a local reproduction it will be a bit tricky to sort out, but it shouldn't be too tough to find the issue if you bisect. |
Result:
Log:
|
@alaz ah excellent. That commit stopped null checking and if we look here: Boom. I will add a null check to the constructor and convert it to a nil if present so we don't break this. |
Environment
Behavior
MRI and 9.1.8 show the template fine. 9.1.9 and 9.1.10 genrate a NPE:
Sorry I failed to build a minimal example. Please tell me what options I should use to create a stack trace.
The text was updated successfully, but these errors were encountered: