aboutsummaryrefslogtreecommitdiffstats
path: root/internal/debug/loudpanic_fallback.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/utils, internal/debug: show all stacks for 10x Ctrl-C induced panicFelix Lange2016-03-121-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.