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

amd64 binary segfaults on alpine #266

Closed
pratikmallya opened this issue Nov 28, 2018 · 2 comments
Closed

amd64 binary segfaults on alpine #266

pratikmallya opened this issue Nov 28, 2018 · 2 comments

Comments

@pratikmallya
Copy link

Trying to run the latest build (alpine docker image running on docker on mac) throws error:

/ # wget https://github.com/barnybug/cli53/releases/download/0.8.12/cli53-linux-amd64
Connecting to github.com (192.30.255.112:443)
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.110.179:443)
cli53-linux-amd64    100% |*********************************************************************************************************************************************************************************************|  3275k  0:00:00 ETA
/ # chmod +x cli53-linux-amd64
/ # ./cli53-linux-amd64 -h
Segmentation fault
@barnybug
Copy link
Owner

Alpine is a slightly odd beast (musl not glibc, etc). Could you verify the same binary on minimal Debian image or alternatively try building cli53 from source and try that on alpine?

@pratikmallya
Copy link
Author

Verified that it did work on native Ubuntu; it worked after compiling on Alpine.

@pratikmallya pratikmallya changed the title amd64 binary segfaults amd64 binary segfaults on alpine Nov 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants