-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
controller panic: nil pointer dereference
on DAG processedTmpl
#13547
Labels
Milestone
Comments
Recovered from panic stack: goroutine 268 [running]:
runtime/debug.Stack()
/usr/local/go/src/runtime/debug/stack.go:24 +0x64
github.com/argoproj/argo-workflows/v3/workflow/controller.(*wfOperationCtx).operate.func2()
/go/src/github.com/argoproj/argo-workflows/workflow/controller/operator.go:196 +0x88
panic({0x1dc2200?, 0x390cab0?})
/usr/local/go/src/runtime/panic.go:770 +0x124
github.com/argoproj/argo-workflows/v3/workflow/controller.(*wfOperationCtx).executeDAGTask(0x40006f40c0, {0x2566fe0, 0x39ce820}, 0x400031e770, {0x40008ba421, 0x1})
/go/src/github.com/argoproj/argo-workflows/workflow/controller/dag.go:453 +0xeb8
github.com/argoproj/argo-workflows/v3/workflow/controller.(*wfOperationCtx).executeDAGTask(0x40006f40c0, {0x2566fe0, 0x39ce820}, 0x400031e770, {0x3897ef0, 0x1})
/go/src/github.com/argoproj/argo-workflows/workflow/controller/dag.go:517 +0x2600
github.com/argoproj/argo-workflows/v3/workflow/controller.(*wfOperationCtx).executeDAG(0x40006f40c0, {0x2566fe0, 0x39ce820}, {0x3897fe8, 0x1}, 0x400087e2c0, {0x4000a8e370, 0x7}, 0x4000cefd48, {0x256d550, ...}, ...)
/go/src/github.com/argoproj/argo-workflows/workflow/controller/dag.go:269 +0x31c
github.com/argoproj/argo-workflows/v3/workflow/controller.(*wfOperationCtx).executeTemplate(0x40006f40c0, {0x2566fe0, 0x39ce820}, {0x3897fe8, 0x1}, {0x256d550, 0x4000972000}, 0x400087e240, {{0x0, 0x0, ...}, ...}, ...)
/go/src/github.com/argoproj/argo-workflows/workflow/controller/operator.go:2207 +0x2594
github.com/argoproj/argo-workflows/v3/workflow/controller.(*wfOperationCtx).operate(0x40006f40c0, {0x2566fe0, 0x39ce820})
/go/src/github.com/argoproj/argo-workflows/workflow/controller/operator.go:372 +0x1744
github.com/argoproj/argo-workflows/v3/workflow/controller.(*WorkflowController).processNextItem(0x4000471608, {0x2566fe0, 0x39ce820})
/go/src/github.com/argoproj/argo-workflows/workflow/controller/controller.go:888 +0x57c
github.com/argoproj/argo-workflows/v3/workflow/controller.(*WorkflowController).runWorker(0x4000471608)
/go/src/github.com/argoproj/argo-workflows/workflow/controller/controller.go:803 +0x88
k8s.io/apimachinery/pkg/util/wait.BackoffUntil.func1(0x30?)
/go/pkg/mod/k8s.io/apimachinery@v0.26.15/pkg/util/wait/wait.go:157 +0x40
k8s.io/apimachinery/pkg/util/wait.BackoffUntil(0x40009614e0, {0x253b0e0, 0x40008d6150}, 0x1, 0x4000563b60)
/go/pkg/mod/k8s.io/apimachinery@v0.26.15/pkg/util/wait/wait.go:158 +0x90
k8s.io/apimachinery/pkg/util/wait.JitterUntil(0x40009614e0, 0x3b9aca00, 0x0, 0x1, 0x4000563b60)
/go/pkg/mod/k8s.io/apimachinery@v0.26.15/pkg/util/wait/wait.go:135 +0x80
k8s.io/apimachinery/pkg/util/wait.Until(...)
/go/pkg/mod/k8s.io/apimachinery@v0.26.15/pkg/util/wait/wait.go:92
created by github.com/argoproj/argo-workflows/v3/workflow/controller.(*WorkflowController).Run in goroutine 56
/go/src/github.com/argoproj/argo-workflows/workflow/controller/controller.go:367 +0x128c cause panic: argo-workflows/workflow/controller/dag.go Lines 452 to 454 in 8a67009
|
agilgur5
changed the title
workflow controller panic: invalid memory address or nil pointer dereference
controller panic: Sep 2, 2024
nil pointer dereference
with processedTmpl
agilgur5
changed the title
controller panic:
controller panic: Sep 2, 2024
nil pointer dereference
with processedTmpl
nil pointer dereference
on processedTmpl
agilgur5
changed the title
controller panic:
controller panic: Sep 2, 2024
nil pointer dereference
on processedTmpl
nil pointer dereference
on DAG processedTmpl
6 tasks
This was referenced Nov 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pre-requisites
:latest
image tag (i.e.quay.io/argoproj/workflow-controller:latest
) and can confirm the issue still exists on:latest
. If not, I have explained why, in detail, in my description below.What happened? What did you expect to happen?
kubectl get workflow
kubectl get workflow a -o yaml
Version(s)
latest(sha256:f61c2eaf06294f38dc66f7519ae2c3af916ce7dcde8322999789bd39c29e983c)
Paste a minimal workflow that reproduces the issue. We must be able to run the workflow; don't enter a workflows that uses private images.
Logs from the workflow controller
Logs from in your workflow's wait container
The text was updated successfully, but these errors were encountered: