← Back to issue list

snapcraft configure hook fails: segmentation fault

View original Github issue

Metadata

Project
snapcraft
Number
#4440
Type
issue
State
open
Author
barrettj12
Labels
Created
2023-11-07 11:47:07+00:00
Updated
2025-03-13 18:37:02+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

### Bug Description When installing the `snapcraft` snap on an AWS arm64 GitHub runner, the "configure" hook fails ``` error: cannot perform the following tasks: - Run configure hook of "snapcraft" snap if present (run hook "configure": signal: segmentation fault) ``` ### To Reproduce Run the following GitHub workflow: ```yaml jobs: snap: name: linux-arm64 runs-on: [self-hosted, linux, arm64, aws, large] steps: - name: Install Dependencies shell: bash run: | set -euxo pipefail sudo snap install snapcraft --classic ``` ### Environment Distribution: Ubuntu 22.04.3 LTS Architecture: aarch64 on AWS ### snapcraft.yaml ```shell N/A ``` ### Relevant log output ```shell + sudo snap install snapcraft --classic error: cannot perform the following tasks: - Run configure hook of "snapcraft" snap if present (run hook "configure": signal: segmentation fault) ``` ### Additional context Run here: https://github.com/juju/juju/actions/runs/6783177627/job/18436880350?pr=16548

Evaluation history

No evaluation history available.