Skip to content
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

java/security/SecureRandom/NoSync hang #17576

Open
pshipton opened this issue Jun 12, 2023 · 0 comments
Open

java/security/SecureRandom/NoSync hang #17576

pshipton opened this issue Jun 12, 2023 · 0 comments

Comments

@pshipton
Copy link
Member

https://openj9-jenkins.osuosl.org/job/Test_openjdk11_j9_sanity.openjdk_x86-64_linux_Release/62 - ub18-x86-2
jdk_security1_1
java/security/SecureRandom/NoSync.java

https://openj9-artifactory.osuosl.org/artifactory/ci-openj9/Test/Test_openjdk11_j9_sanity.openjdk_x86-64_linux_Release/62/openjdk_test_output.tar.gz

Likely a dup of #16720

Timeout. I believe the following is the hanging thread, and everything else is blocked on this.

22:44:36  "Thread-62" prio=5 Id=86 RUNNABLE
22:44:36  	at java.base@11.0.20-internal/java.util.Arrays.fill(Arrays.java:3525)
22:44:36  	at java.base@11.0.20-internal/com.sun.crypto.provider.HmacCore.engineInit(HmacCore.java:147)
22:44:36  	at java.base@11.0.20-internal/javax.crypto.Mac.init(Mac.java:433)
22:44:36  	at java.base@11.0.20-internal/sun.security.provider.HmacDrbg.update(HmacDrbg.java:73)
22:44:36  	at java.base@11.0.20-internal/sun.security.provider.HmacDrbg.generateAlgorithm(HmacDrbg.java:195)
22:44:36  	- locked sun.security.provider.HmacDrbg@218844
22:44:36  	at java.base@11.0.20-internal/sun.security.provider.AbstractDrbg.engineNextBytes(AbstractDrbg.java:394)
22:44:36  	at java.base@11.0.20-internal/sun.security.provider.AbstractDrbg.engineNextBytes(AbstractDrbg.java:334)
22:44:36  	at java.base@11.0.20-internal/sun.security.provider.DRBG.engineNextBytes(DRBG.java:233)
22:44:36  	at java.base@11.0.20-internal/java.security.SecureRandom.nextBytes(SecureRandom.java:770)
22:44:36  	at app//NoSync$1.run(NoSync.java:81)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant