-
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
Application crashes with an image base liberica-openjre-alpine in s3Transfer
copy operation
#659
Comments
Hi @waahm7! Thanks for the quick reply. I made a mistake by saying that it was introduced at v0.24.0. On further investigation, I realized that the version we used was actually 0.22.2, not 0.23.2. Based on my testing, it appears that the bug is present in [v0.23.0] (cenkakin/aws-crt-liberica-problem@bb2db7d), while the previous version, v0.22.5, is functioning properly (cenkakin/aws-crt-liberica-problem@main...ver0.22.5).
We have decided to roll back the update temporarily. We will wait for you to fix the issue. Thank you for your suggestion. |
Ok, try the latest release 0.25.0. But also you can now manually set the Please let us know if the new automatic detection works or not. |
Yes, it's working smoothly! Thank you for the fast turnaround, we appreciate it. |
Describe the bug
Since the release of version
0.24.00.23.0, our application has been crashing during the execution ofs3Transfer
copy operation.It's running on JDK 17 and we use
bellsoft/liberica-openjre-alpine:17.0.8
as a base image.The code has been tested and confirmed to run smoothly on
amazoncorretto:17.0.8
and may also work on other base images.Expected Behavior
It doesn't crash in liberica images.
Current Behavior
The application crashes. Here are the logs:
Reproduction Steps
I have created a sample project along with a guide on how to run it: https://github.com/cenkakin/aws-crt-liberica-problem
Please let me know if you need further assistance.
Possible Solution
No response
Additional Information/Context
No response
aws-crt-java version used
0.24.00.23.0Java version used
17
Operating System and version
FROM bellsoft/liberica-openjre-alpine:17.0.8
The text was updated successfully, but these errors were encountered: