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 --core=VMCORE
36 Path to vmcore to analyze (Default: ./vmcore)
37
39 ยท ABRT team
40
41
42
43abrt 2.12.0 02/05/2019 ABRT-ACTION-ANALYZ(1)