-
Notifications
You must be signed in to change notification settings - Fork 39
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
Seg Fault on Java 21 JRE #748
Comments
aws/aws-sdk-java-v2#4833 this PR from aws-sdk-java-v2 probably fixes the issue |
Thanks, if there’s a newer sdk version I’ll try it today to see if things won’t crash again |
Hi, I also hit this (on
|
The most recent merged PR should fix this Seg Fault. Please use the most recent version of the java-v2 sdk and let us know if you run into any problems |
To add more detail. aws/aws-sdk-java-v2#4839 PR from java SDK is supposed to fix the issue. They plan to release another version today. |
Hey all, a fix has been released as part of |
I have not been able to reproduce the issue on Thank you for the quick fix/release cycle! |
Hello Team, |
Describe the bug
This is an error message from a job that I run in a container in AWS batch. I don't have the core dump and just the message:
The core interaction with AWS involves DynamoDB as a cache, SSM parameter stores, secret values, etc. nothing special there. We heavily use virtual threads for non-blocking network IO with high parallelism. This was working fine using the default Apache Http client but we wanted the newer non-blocking http client so this is disappointing.
JRE Version: Temurin-21.0.1+12 running on Redhat UBI9 image.
Expected Behavior
It should not seg fault.
Current Behavior
It killed the vm.
Reproduction Steps
No way to reproduce thus far.
Possible Solution
No response
Additional Information/Context
No response
aws-crt-java version used
2.22.13
Java version used
21.0.1+12
Operating System and version
Redhat UBI9
The text was updated successfully, but these errors were encountered: