-
Notifications
You must be signed in to change notification settings - Fork 956
Closed
Labels
crt-clientdependenciesThis issue is a problem in a dependency.This issue is a problem in a dependency.feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue
Description
Describe the bug
When using the AWS CRT Http Client on an alpine Linux docker container (such as openjdk:17-alpine3.14) an SIGSEGV error occurs.
Expected behavior
After installing the required libraries on an alpine linux container, the aws-crt-client should be able to execute http requests.
Current behavior
When using the AWS CRT Http Client on an alpine Linux docker container (such as openjdk:17-alpine3.14) an SIGSEGV error occurs.
The output and the corresponding log could be found in out.txt and hs_err_pid1 (1).log
Steps to Reproduce
- Create a docker base image using alpine linux (such as openjdk:17-alpine3.14) where all required libraries are installed (gcompat)
- Create actual service using the AWS-CRT-Http-client on top of the base image created in step 1.
- Run the service.
A minimal example could be found here:
aws-crt-example.zip
Possible Solution
No response
Context
No response
AWS Java SDK version used
2.17.44
JDK version used
openjdk 17-ea 2021-09-14
Operating System and version
openjdk:17-alpine3.14
rvalkenaers, chrisxaustin, mpanzner, pebarna and joaofouyer
Metadata
Metadata
Assignees
Labels
crt-clientdependenciesThis issue is a problem in a dependency.This issue is a problem in a dependency.feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issue