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 necessary.
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
|
|
panic
panic crashes in various ways.
|
panic crashes in various ways. |
panic/internal
Package internal is for use for panic.
|
Package internal is for use for panic. |
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 necessary.
|
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 necessary. |
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.