Created
December 5, 2012 08:10
-
-
Save davecheney/4213697 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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