abrt-action-analyze-python - Man Page

Calculate and save UUID and duplicate hash for a problem data directory DIR with Python crash data.

Synopsis

abrt-action-analyze-python [-v] [-d DIR]

Description

The tool reads the file named backtrace from a problem data directory, parses it as a Python exception and generates a duplication hash and a universally unique identifier (UUID). Then it saves this data as new elements duphash and uuid.

Integration with ABRT events

abrt-action-analyze-python can be used to generate the duplication hash of a newly discovered Python crash.

EVENT=post-create analyzer=Python   abrt-action-analyze-python

Options

-d DIR

Path to a problem directory. Current working directory is used when this option is not provided.

-v

Be more verbose. Can be given multiple times.

Authors

Info

02/19/2024 abrt 2.17.5 ABRT Manual