logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

panicparse - parses panic stack traces from golang programs

Description

       This manual page documents briefly the panicparse command.

       panicparse  parses  panic  stack traces, densifies and deduplicates goroutines with similar stack traces.
       Helps debugging crashes and deadlocks in heavily parallelized processes.

Name

       panicparse - parses panic stack traces from golang programs

Options

       A summary of options is included below.

       -aggressive
              Aggressive deduplication including non pointers

       -fstring
              Regexp to filter out headers that match, ex: -f 'IO wait|syscall'

       -force-color
              Forcibly enable coloring when with stdout is redirected

       -full-path
              Print full sources path

       -htmlstring
              Output an HTML file

       -mstring
              Regexp to filter by only headers that match, ex: -m 'semacquire'

       -no-color
              Disable coloring

       -parse Parses source files to deduct types; use  -parse=false  to  work  around  bugs  in  source  parser
              (default true)

       -rebase
              Guess GOROOT and GOPATH (default true)

       -v     Enables verbose logging output

                                                   2019-09-07                                      PANICPARSE(1)

Synopsis

panicparse [options] filego test -v 2>&1 | panicparse

See Also