-
Notifications
You must be signed in to change notification settings - Fork 720
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
JDK18 jdk_security4_0_FAILED sun/security/krb5/auto/BasicProc.java Exception: Proc abnormal end #14803
Comments
@JasonFengJ9 the grinder failed consistently. I assume the test used to pass. Does it still pass on the older build, can we find a good/bad build? |
It has been failed since earliest test history Feb. 1st |
Java 11, 17 have a test with the same name, what is the status on those versions? |
JDK 11/17 |
@tajila this needs investigation. I've added it to the 0.31 milestone plan. |
15x grinder w/ RI - |
@JasonFengJ9 is this related to |
This failure wasn't seen in pre-JDK18 like jdk_security4 test failed with credential exception because server returned HTTP response code 401 which was due to a This is to test interop between Java GSS and native GSS, and |
Not sure if this is setup related though RI JDK18 passed as per #14803 (comment) |
So far Ive been able to narrow it down to https://github.com/ibmruntimes/openj9-openjdk-jdk18/blob/742164f41ccbae087b64a8f282ff98d610ab3f14/src/java.base/unix/native/libnio/ch/DatagramChannelImpl.c#L101 It is failing with |
Docs:
|
Not sure what would be sending a signal, and why it occurs consistently. @JasonFengJ9 any ideas? |
It is unlikely due to random machine issue considering this error is consistent and across platforms. |
This is a Next step is to investigate why the code (bootstrap w/ all permissions) doesn't have Since |
Although it's deprecated for removal, it's still supported and usable in jdk18. |
This still fails with |
I verified that as well ( |
Moving to 0.32 while the investigation continues. |
Moving to 0.33 while the investigation continues. |
Just to clarify, this OpenJ9 failure is due to an unexpected hotspot behaviour being tracked at an internal RTC workitem 147318, currently awaiting for Oracle response. |
Failure link
From an internal build
job/Test_openjdk18_j9_extended.openjdk_x86-64_linux/13/
:Rerun in Grinder - Change TARGET to run only the failed test targets.
Optional info
Failure output (captured from console output)
This appears a machine/network issue however the failure is across platform.
Note: this is a different test in same test suite as JDK18 jdk_security4_FAILED Server returned HTTP response code: 401 for URL - RuntimeException: Failed to login as subject
50x grinder - job/Grinder/22086/
The text was updated successfully, but these errors were encountered: