-
Notifications
You must be signed in to change notification settings - Fork 26
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
actions/checkout@v4 SIGSEGV (exit code 139) in ubuntu-24.04-arm #47
Comments
I have simplified a test workflow and put it into |
This is probably a duplicate of other issues mentioning segmentation faults in
I don't currently see anybody assigned to any of these issues. Is there somewhere to subscribe to some consolidated place where related issues in Are you officially / unofficially working on this by any chance? |
Also seeing sporadic error, not running parallel tests:
|
We've removed the use of The issues are still reproducible however in a branch of my fork Please let me know if there is anything additional I can do to aid troubleshooting. |
I am also seeing this sporadic Within our orginisation we added new Github Hosted Runners, using the ubuntu-24.04-arm image (as the public runners aren't available to orgs). We have not seen a single instance of either the |
Hi, I met the same problem in my repo. I opened the issue in the wrong repo: actions/runner-images#11558 There were debug logs and log archives there that might help debug. |
I have reproduced this issue again today: https://github.com/bbasata/setup-terraform-issue-459/actions/runs/13310867224. |
|
Thank you. I will contact GitHub Support. |
Issue
The step
sporadically fails in
ubuntu-24.04-arm
.This indicates
SIGSEGV
.If the job is re-run, the step is often successful.
This is in a workflow with parallel runs with the
matrix:
construct. If I strip out the workflow to only include the checkout step and then run it, I got no failure in five attempts.I have also observed it using
matrix:
with only one combination:Logs
See for example https://github.com/cypress-io/cypress-docker-images/actions/runs/13159700085/job/36725026693
Related
The text was updated successfully, but these errors were encountered: