Documentation ¶
Overview ¶
panicparse: analyzes stack dump of Go processes and simplifies it.
It is mostly useful on servers will large number of identical goroutines, making the crash dump harder to read than strictly necesary.
Colors:
- Magenta: first goroutine to be listed.
- Yellow: main package.
- Green: standard library.
- Red: other packages.
Bright colors are used for exported symbols.
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
pp
panicparse: analyzes stack dump of Go processes and simplifies it.
|
panicparse: analyzes stack dump of Go processes and simplifies it. |
Package internal implements panicparse It is mostly useful on servers will large number of identical goroutines, making the crash dump harder to read than strictly necesary.
|
Package internal implements panicparse It is mostly useful on servers will large number of identical goroutines, making the crash dump harder to read than strictly necesary. |
panic
Panic crashes in various ways.
|
Panic crashes in various ways. |
Package stack analyzes stack dump of Go processes and simplifies it.
|
Package stack analyzes stack dump of Go processes and simplifies it. |
Click to show internal directories.
Click to hide internal directories.