1ABRT-ACTION-ANALYZ(1) ABRT Manual ABRT-ACTION-ANALYZ(1)
2
3
4
6 abrt-action-analyze-vmcore - Extracts the oops message from the kernel
7 core and install the kernel debuginfo if needed
8
10 abrt-action-analyze-vmcore [-v] [-d PROBLEM_DIR] [--tmpdir=TMPDIR]
11 [--cache=DIR1[:DIR2]]
12
14 The tool reads the file named vmcore from a problem data directory,
15 processes it and the oops message from it. Then it saves this data as
16 new element backtrace.
17
18 Integration with ABRT events
19 abrt-action-analyze-vmcore can be used as an analyzer for critical
20 kernel crashes which dump core.
21
22 Example usage in report_event.conf:
23
24 EVENT=analyze_VMcore analyzer=vmcore
25 abrt-action-analyze-vmcore
26
28 -d DIR
29 Path to a problem directory. Current working directory is used when
30 this option is not provided.
31
32 -v
33 Be more verbose. Can be given multiple times.
34
35 --cache=DIR1[:DIR2]
36 Additional debuginfo directories (Default: /var/cache/abrt-di)
37
38 --core=VMCORE
39 Path to vmcore to analyze (Default: ./vmcore)
40
41 --tmpdir=TMPDIR
42 Where to store temporary files (Default:
43 /tmp/abrt-tmp-debuginfo-<time>-<pid>)
44
46 ยท ABRT team
47
48
49
50abrt 2.0.8 06/19/2018 ABRT-ACTION-ANALYZ(1)