Linux command
abrt-action-analyze-backtrace 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
abrt-action-analyze-backtrace
Example
abrt-action-analyze-backtrace -d [path/to/directory]
Example
abrt-action-analyze-backtrace -v
说明
abrt-action-analyze-backtrace analyzes C/C++ backtraces and generates a duplication hash, backtrace rating, and identifies the crash function. The data is saved as new elements duphash, rating, and crash_function in the problem directory. This tool works as a secondary analyzer after backtrace generation. The rating prevents low-quality backtraces from being reported, while the duplication hash helps identify previously filed similar crash reports.
参数
- -d DIR
- Specifies the path to the problem directory; defaults to current working directory
- -v
- Enables verbose output; can be used multiple times for increased verbosity
FAQ
What is the abrt-action-analyze-backtrace command used for?
abrt-action-analyze-backtrace analyzes C/C++ backtraces and generates a duplication hash, backtrace rating, and identifies the crash function. The data is saved as new elements duphash, rating, and crash_function in the problem directory. This tool works as a secondary analyzer after backtrace generation. The rating prevents low-quality backtraces from being reported, while the duplication hash helps identify previously filed similar crash reports.
How do I run a basic abrt-action-analyze-backtrace example?
Run `abrt-action-analyze-backtrace` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -d DIR do in abrt-action-analyze-backtrace?
Specifies the path to the problem directory; defaults to current working directory