|
74 | 74 |
|
75 | 75 | To build the crash utility:
|
76 | 76 |
|
77 |
| - $ tar -xf crash-7.2.5.tar.gz |
78 |
| - $ cd crash-7.2.5 |
| 77 | + $ tar -xf crash-7.2.6.tar.gz |
| 78 | + $ cd crash-7.2.6 |
79 | 79 | $ make
|
80 | 80 |
|
81 | 81 | The initial build will take several minutes because the embedded gdb module
|
|
96 | 96 | 32-bit ppc dumpfiles may be built by typing "make target=PPC".
|
97 | 97 | o On an x86_64 host, an x86_64 binary that can be used to analyze
|
98 | 98 | arm64 dumpfiles may be built by typing "make target=ARM64".
|
| 99 | + o On an x86_64 host, an x86_64 binary that can be used to analyze |
| 100 | + ppc64le dumpfiles may be built by typing "make target=PPC64". |
99 | 101 |
|
100 | 102 | Traditionally when vmcores are compressed via the makedumpfile(8) facility
|
101 | 103 | the libz compression library is used, and by default the crash utility
|
|
116 | 118 | If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
|
117 | 119 | be used as the live memory source. If /proc/kcore is also restricted, then
|
118 | 120 | the Red Hat /dev/crash driver may be compiled and installed; its source
|
119 |
| - is included in the crash-7.2.5/memory_driver subdirectory. |
| 121 | + is included in the crash-7.2.6/memory_driver subdirectory. |
120 | 122 |
|
121 | 123 | If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
|
122 | 124 | or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
|
|
127 | 129 |
|
128 | 130 | $ crash
|
129 | 131 |
|
130 |
| - crash 7.2.5 |
| 132 | + crash 7.2.6 |
131 | 133 | Copyright (C) 2002-2019 Red Hat, Inc.
|
132 | 134 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
133 | 135 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
|
152 | 154 | KERNEL: /boot/vmlinux
|
153 | 155 | DUMPFILE: /dev/mem
|
154 | 156 | CPUS: 1
|
155 |
| - DATE: Thu Jan 10 14:39:19 2019 |
| 157 | + DATE: Fri May 3 13:57:10 2019 |
156 | 158 | UPTIME: 10 days, 22:55:18
|
157 | 159 | LOAD AVERAGE: 0.08, 0.03, 0.01
|
158 | 160 | TASKS: 42
|
|
180 | 182 | eval kmem ptob sym wr
|
181 | 183 | exit list ptov sys q
|
182 | 184 |
|
183 |
| - crash version: 7.2.5 gdb version: 7.6 |
| 185 | + crash version: 7.2.6 gdb version: 7.6 |
184 | 186 | For help on any command above, enter "help <command>".
|
185 | 187 | For help on input options, enter "help input".
|
186 | 188 | For help on output options, enter "help output".
|
|
193 | 195 |
|
194 | 196 | $ crash vmlinux vmcore
|
195 | 197 |
|
196 |
| - crash 7.2.5 |
| 198 | + crash 7.2.6 |
197 | 199 | Copyright (C) 2002-2019 Red Hat, Inc.
|
198 | 200 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
199 | 201 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
|
0 commit comments