Skip to content

Instantly share code, notes, and snippets.

@davecheney
Created December 5, 2012 08:10
Show Gist options
  • Select an option

  • Save davecheney/4213697 to your computer and use it in GitHub Desktop.

Select an option

Save davecheney/4213697 to your computer and use it in GitHub Desktop.
lucky(~/src) % go run panic.go
throw: all goroutines are asleep - deadlock!
Go runtime version: devel +a32219a715c5 Wed Dec 05 15:26:18 2012 +1100 linux/amd64
goroutine 1 [select (no cases)]:
main.main()
/home/dfc/src/panic.go:3 +0x18
goroutine 2 [syscall]:
created by runtime.main
/home/dfc/go/src/pkg/runtime/proc.c:225
exit status 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment