Skip to content
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

Observed a panic: sync: WaitGroup is reused before previous Wait has returned goroutine 1 #99

Open
PascalBourdier opened this issue Jan 26, 2022 · 0 comments

Comments

@PascalBourdier
Copy link
Contributor

E0126 11:08:40.081575       1 runtime.go:76] Observed a panic: sync: WaitGroup is reused before previous Wait has returned
goroutine 1 [running]:
k8s.io/apimachinery/pkg/util/runtime.logPanic(0x1998fe0, 0x1f270b0)
	/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:74 +0x95
k8s.io/apimachinery/pkg/util/runtime.HandleCrash(0x0, 0x0, 0x0)
	/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:48 +0x89
panic(0x1998fe0, 0x1f270b0)
	/usr/local/go/src/runtime/panic.go:969 +0x175
sync.(*WaitGroup).Wait(0xc00034df80)
	/usr/local/go/src/sync/waitgroup.go:132 +0xae
github.com/estafette/estafette-foundation.HandleGracefulShutdown(0xc0006d80c0, 0xc00034df80, 0x0, 0x0, 0x0)
	/go/pkg/mod/github.com/estafette/[email protected]/foundation.go:50 +0x11e
main.main()
	/estafette-work/main.go:197 +0x474
panic: sync: WaitGroup is reused before previous Wait has returned [recovered]
	panic: sync: WaitGroup is reused before previous Wait has returned

goroutine 1 [running]:
k8s.io/apimachinery/pkg/util/runtime.HandleCrash(0x0, 0x0, 0x0)
	/go/pkg/mod/k8s.io/[email protected]/pkg/util/runtime/runtime.go:55 +0x10c
panic(0x1998fe0, 0x1f270b0)
	/usr/local/go/src/runtime/panic.go:969 +0x175
sync.(*WaitGroup).Wait(0xc00034df80)
	/usr/local/go/src/sync/waitgroup.go:132 +0xae
github.com/estafette/estafette-foundation.HandleGracefulShutdown(0xc0006d80c0, 0xc00034df80, 0x0, 0x0, 0x0)
	/go/pkg/mod/github.com/estafette/[email protected]/foundation.go:50 +0x11e
main.main()
	/estafette-work/main.go:197 +0x474
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant