Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panic | Felix Lange | 2016-03-12 | 1 | -0/+24 |
Go 1.6 only prints stacks for the current goroutine by default, but for this panic we want to see all of them. |