1ABRT-ACTION-ANALYZ(1) ABRT Manual ABRT-ACTION-ANALYZ(1)
2
3
4
6 abrt-action-analyze-python - Calculate and save UUID and duplicate hash
7 for a problem data directory DIR with Python crash data.
8
10 abrt-action-analyze-python [-v] [-d DIR]
11
13 The tool reads the file named backtrace from a problem data directory,
14 parses it as a Python exception and generates a duplication hash and a
15 universally unique identifier (UUID). Then it saves this data as new
16 elements duphash and uuid.
17
18 Integration with ABRT events
19 abrt-action-analyze-python can be used to generate the duplication hash
20 of a newly discovered Python crash.
21
22 EVENT=post-create analyzer=Python abrt-action-analyze-python
23
25 -d DIR
26 Path to a problem directory. Current working directory is used when
27 this option is not provided.
28
29 -v
30 Be more verbose. Can be given multiple times.
31
33 ยท ABRT team
34
35
36
37abrt 2.0.8 06/19/2018 ABRT-ACTION-ANALYZ(1)