1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-30 23:15:23 +02:00

abrt-action-analyze-backtrace: add page (#14108)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Wiktor Perskawiec 2024-10-11 19:33:31 +02:00 committed by GitHub
parent cd47ade4b6
commit dae6d42732
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,18 @@
# abrt-action-analyze-backtrace
> Analyze C/C++ backtrace.
> Generate duplication hash, backtrace rating, and identify crash function.
> Save the data as new elements `duphash`, `rating`, `crash_function` in the problem directory.
> More information: <https://manned.org/abrt-action-analyze-backtrace>.
- Analyze backtrace for the current working directory:
`abrt-action-analyze-backtrace`
- Analyze backtrace for a specific directory:
`abrt-action-analyze-backtrace -d {{path/to/directory}}`
- Analyze backtrace verbosely:
`abrt-action-analyze-backtrace -v`