Scroll to navigation

btparser(1) General Commands Manual btparser(1)

NAME

btparser - a backtrace analyzer

SYNOPSIS

btparser [option]... [FILE]...

DESCRIPTION

btparser is a command line tool that analyzes backtraces produced by GDB and provides their textual representation useful for crash duplication detection.

By default, btparser prints the backtrace tree created by parsing the input file.

OPTIONS

Basic startup options

Displays version of btparser.
-?, --help
Print a help message describing all of btparser’s command-line options.

Actions

Print a float number between 0 and 1, representing the quality of the backtrace.
Print the name of the function where the program crashed, if it's successfully detected.
Print a short, textual representation of the backtrace, useful for detecting the backtrace duplicates.
Print Damerau–Levenshtein distances between the backtraces specified on the command line.
Cluster backtraces by their distance and print an ASCII representation of the dendrogram.
Print clusters cut from the dendrogram at the specified level.

Additional options

Read input from the standard input rather than file.
When creating optimized backtrace or preparing backtrace for comparison, limit the number of frames to FRAMES. (default 8)
When printing clusters, ignore clusters that contain fewer than SIZE objects. (default 2)
Prints debug information when scanning/parsing the backtrace.
Print more output than usual.
24 May 2010 btparser 0.17