Giter Site home page Giter Site logo

Comments (11)

ale-munozarancibia avatar ale-munozarancibia commented on June 1, 2024 1

Hi, I found the same segmentation fault problem using Fedora Linux 35 x86-64.

from aws-cli.

ragnarkurmwunder avatar ragnarkurmwunder commented on June 1, 2024 1

This works in 3.19: RUN apk add aws-cli

from aws-cli.

kimyu92 avatar kimyu92 commented on June 1, 2024 1

Running into same seg fault core dump issues with alpine 3.19.

from aws-cli.

elliot avatar elliot commented on June 1, 2024 1

Could be an issue with the linker

cbf3a00de678:~# ldd /usr/local/bin/aws
	/lib64/ld-linux-x86-64.so.2 (0x7f5f68ffc000)
	libdl.so.2 => /lib64/ld-linux-x86-64.so.2 (0x7f5f68ffc000)
	libz.so.1 => /lib/libz.so.1 (0x7f5f68fe2000)
	libpthread.so.0 => /lib64/ld-linux-x86-64.so.2 (0x7f5f68ffc000)
	libc.so.6 => /lib64/ld-linux-x86-64.so.2 (0x7f5f68ffc000)
Error relocating /usr/local/bin/aws: __strcat_chk: symbol not found
Error relocating /usr/local/bin/aws: __snprintf_chk: symbol not found
Error relocating /usr/local/bin/aws: __vfprintf_chk: symbol not found
Error relocating /usr/local/bin/aws: __realpath_chk: symbol not found
Error relocating /usr/local/bin/aws: __strdup: symbol not found
Error relocating /usr/local/bin/aws: __memcpy_chk: symbol not found
Error relocating /usr/local/bin/aws: __vsnprintf_chk: symbol not found
Error relocating /usr/local/bin/aws: __strcpy_chk: symbol not found
Error relocating /usr/local/bin/aws: __fprintf_chk: symbol not found

from aws-cli.

LadaVarga avatar LadaVarga commented on June 1, 2024

Hello,
This version is used on CircleCI when we use aws-s3 orb. Is there any workaround for this.

from aws-cli.

RyanFitzSimmonsAK avatar RyanFitzSimmonsAK commented on June 1, 2024

Hi, thanks for reaching out and for your patience. If it produces meaningful logging before the error, could you provide debug logs of a command resulting in a segmentation fault? You can get debug logs by adding --debug to the command. Thanks!

from aws-cli.

ale-munozarancibia avatar ale-munozarancibia commented on June 1, 2024

Thanks @RyanFitzSimmonsAK! I ran /usr/local/bin/aws --version --debug but did not get any logs, only output was Segmentation fault (core dumped)

from aws-cli.

timothybonci avatar timothybonci commented on June 1, 2024

I'm getting seg fault on install, and if I try and run "install --debug", I get "Got an unexpected argument: --debug"

Edit: ^^^ This is install from the download (https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${AWS_CLI_VERSION}.zip). Switching to using the apk in the registry works.

from aws-cli.

cloneluke avatar cloneluke commented on June 1, 2024

bump this, I got the error also and did some investigating

on Dec 7, 3.19 alpine came out

Docker Hub

00c673c8-41dd-4e8d-a562-ab66484b1a11

terraform uses the latest alpine in its docker hub image here:

terraform/Dockerfile at 53c34ff49cfbc1f70d7cdd3dca8040551c53737a ยท hashicorp/terraform (github.com)
image-20240129-192345

terraform 1.66 came out on dec 13 and built on alpine 3.19

Tags ยท hashicorp/terraform (github.com)

fc236446-c94f-42b6-8e9c-2b8a2eb4c7f4

I got the error using the above docker hub image in circle ci which is based on alpine 3.19

image

If I change to terraform 1.65 image (alpine 3.18) all of the above works fine.

I tested with aws-cli 2.15.15 and 2.15.3, both are broken, I did not go furth back than that.

from aws-cli.

cloneluke avatar cloneluke commented on June 1, 2024

This works in 3.19: RUN apk add aws-cli

Installing package is fine, running the cli after install is what throws a segmentation fault for me.

from aws-cli.

cloneluke avatar cloneluke commented on June 1, 2024

if you are on circleci, using the aws cli orb and can go to the latest aws cli 2.13.25 , then you can upgrade your orb:

https://github.com/CircleCI-Public/aws-cli-orb/releases/tag/v4.1.3

@otremblay and @brentmmarks helped fix the orb that had a workaround before for alpine:

CircleCI-Public/aws-cli-orb@c5a792e

of specific interest:

image

CircleCI-Public/aws-cli-orb@c5a792e#diff-f844f8b30ba3e4871302ed76f5c918662bd1e96e57fb7c10ff0cade4ad9e355aL17-L33

upgrade of orb:

image

also this old issue shows that same method of install here:

apk add --no-cache aws-cli

#4971

from aws-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.