mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1140] Issue: signal SIGSEGV: segmentation violation #644
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#644
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rainabba on GitHub (Apr 26, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1140
System information
Windows + WSL2x64 (64-bit)no20.10.14nektos/act-environments-ubuntu:20.040.2.26Expected behavior
act -n -P self-hosted=nektos/act-environments-ubuntu:20.04should dryrun all workflows/jobs or report an error.Actual behaviour
act begins to run and appears to process some jobs, then segfault crashes
Workflow and/or repository
Working on a repo that's publicly accessible.
workflow
Steps to reproduce
act -v -n -P self-hosted=nektos/act-environments-ubuntu:20.04actoutputSee log
Log
Workflow and/or repository
Repo is private and complex so reproducing in full detail will be a challenge so I'm giving you the thinnest version that runs (no syntax errors and leads to crash).
@rainabba commented on GitHub (Apr 26, 2022):
Hit Ctrl-Enter meaning to provide a new-line as I continued testing, instead is submitted so I apologize in advance if this ends up being needless noise. I've got a reporoducable repo already, but that's allowing me to debug further so perhaps I'll be able to close this soon (with something helpful hopefully).
@ChristopherHX commented on GitHub (Apr 27, 2022):
Oh that's how I broke DRYRUN last year in https://github.com/nektos/act/pull/719.
If you do a normal run it should just work.
@rainabba commented on GitHub (Apr 27, 2022):
Looks like we were trying to use a local action, which is broken per #719. Thanks for clarifying and for the project!