-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 at Java8StepDefinition.isDefinedAt #1217
Comments
Well, technically |
I'll look into reproducing this. |
I'm stumped.
This all leads me to thinking that it might be specific jdk version of the buildserver that has an issue in combination with some jdk jit magic. Despite being unable to properly diagnose this I think following the technical specification would the right solution so: |
The api allows `StackTraceElement.getFileName()`[1] to return null. We were not able to reproduce this problem reliably but it occurred in production environments anyway. Fixes #1217 References: 1. docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html#getFileName()
The api allows `StackTraceElement.getFileName()`[1] to return null. We were not able to reproduce this problem reliably but it occurred in production environments anyway. Fixes #1217 References: 1. docs.oracle.com/javase/7/docs/api/java/lang/StackTraceElement.html#getFileName()
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Test failure produces this stack trace. Not sure about the circumstances:
Your Environment
The text was updated successfully, but these errors were encountered: