Skip to content
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

Segmentation fault with alpine #43

Closed
rezen opened this issue Oct 12, 2022 · 1 comment
Closed

Segmentation fault with alpine #43

rezen opened this issue Oct 12, 2022 · 1 comment
Assignees
Labels
bug Something isn't working p2 This is a standard priority issue

Comments

@rezen
Copy link

rezen commented Oct 12, 2022

Howdy! I've tried aws-crt with multiple ruby versions & multiple alpine versions & end up with segmentation fault each time. In this gist you can see logs from the segmentation fault https://gist.github.com/rezen/eb54ea3e972b09bfae153f2534729dbf

Steps to Reproduce

Create Dockerfile

FROM ruby:3.1.2-alpine3.16

ENV LAMBDA_TASK_ROOT=/var/task
ENV LAMBDA_RUNTIME_DIR=/var/runtime
ENV CRT=true

RUN apk --no-cache  add build-base cmake libffi-dev git bash libstdc++ gcc g++ make gcompat musl
RUN gem install aws_lambda_ric aws-crt:0.1.5 aws-sigv4
RUN ruby -e "require 'aws-sigv4'"

Build image.

docker build -t aws-crt-sad-alpine . > log.txt 2>&1
@jmklix jmklix self-assigned this Jan 10, 2024
@jmklix jmklix added bug Something isn't working p2 This is a standard priority issue labels Jan 10, 2024
@jmklix
Copy link
Member

jmklix commented Jan 11, 2024

Sorry, but this repo doesn't currently support alpine linux and we don't currently have any plans to do so. Closing this issue

@jmklix jmklix closed this as completed Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants