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

panic on program exit #3

Closed
mischief opened this issue Nov 14, 2014 · 0 comments
Closed

panic on program exit #3

mischief opened this issue Nov 14, 2014 · 0 comments

Comments

@mischief
Copy link

when the program run by dockerize exits, dockerize panics with a deadlock.

fatal error: all goroutines are asleep - deadlock!

goroutine 16 [semacquire, 35 minutes]:
sync.runtime_Semacquire(0xc208034298)
/usr/local/go/src/pkg/runtime/sema.goc:199 +0x30
sync.(*WaitGroup).Wait(0x651980)
/usr/local/go/src/pkg/sync/waitgroup.go:129 +0x14b
main.main()
/home/jwilder/go/src/github.com/jwilder/dockerize/dockerize.go:93 +0x983

goroutine 19 [finalizer wait, 37 minutes]:
runtime.park(0x415720, 0x6511d0, 0x64fd29)
/usr/local/go/src/pkg/runtime/proc.c:1369 +0x89
runtime.parkunlock(0x6511d0, 0x64fd29)
/usr/local/go/src/pkg/runtime/proc.c:1385 +0x3b
runfinq()
/usr/local/go/src/pkg/runtime/mgc0.c:2644 +0xcf
runtime.goexit()
/usr/local/go/src/pkg/runtime/proc.c:1445

@jwilder jwilder closed this as completed Jul 25, 2015
sychan added a commit to sychan/dockerize that referenced this issue Nov 8, 2018
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

2 participants