-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Bouncycastle JSSE native IT test fails with latest Mandrel master #32680
Comments
/cc @sberyozkin |
This DRBG class has
where I guess we can fix it with a substitution like this:
I can give it a try if it makes sense |
Or make |
We only see this occasionally in CI, which seems to indicate that it's entropy availability related. Would that make sense, @sberyozkin ? Fails: Pass: |
Hi @jerboaa Interesting, it would explain the randomness |
Should be fixed with: #32683 |
Describe the bug
The bouncycastle JSSE integration test fails generating the native image due to a filedescriptor leak:
Expected behavior
Native image generation passes
Actual behavior
Fails due to a file descriptor leak
How to Reproduce?
Run the
bouncycastle-jsse
integration test from quarkus in native mode.Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
graalvm master
Quarkus version or git rev
main
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
See the CI failure here:
https://github.com/graalvm/mandrel/actions/runs/4719124540/jobs/8370028509#step:11:481
The text was updated successfully, but these errors were encountered: