-
Notifications
You must be signed in to change notification settings - Fork 858
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
JVM crashes on Windows when using CRT client (AwsCrtAsyncHttpClient) for S3AsyncClient #5713
Comments
@accelariosoftware thank you for the CRT logs.
|
I can reproduce the issue reliably. The JVM crashes 9 times out of 10. The real size of the file on S3 is 390MB There is no JVM crash report file generated (no
|
A tip from me. We also use JNI and JNA functions in our software and sometimes we need more information in the event of a crash. For this we use the tool “procdump (sysinternals)” with the parameters |
@nedy13 to the rescue! @accelariosoftware we'll need more logs to troubleshoot this further. I don't see anything standing out in the CRT logs. Can you try to generate a memory dump with |
@debora-ito Here it is: dump file |
Describe the bug
I am downloading files from S3 to local server using the AWS java SDK.
When using standard
NettyNioAsyncHttpClient
- everything works.When using
AwsCrtAsyncHttpClient
- the JVM crashesThe error that is shown :
The trace for CRT is attached
crt_trace.log
Regression Issue
Expected Behavior
CRT client works and JVM does not crash
Current Behavior
JVM crashes
Reproduction Steps
Run the code specified above
Possible Solution
No response
Additional Information/Context
No response
AWS Java SDK version used
0.33.0
JDK version used
java version "1.8.0_421" Java(TM) SE Runtime Environment (build 1.8.0_421-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.421-b09, mixed mode)
Operating System and version
Windows Server 2016
The text was updated successfully, but these errors were encountered: