|
74 | 74 |
|
75 | 75 | To build the crash utility:
|
76 | 76 |
|
77 |
| - $ tar -xf crash-8.0.2.tar.gz |
78 |
| - $ cd crash-8.0.2 |
| 77 | + $ tar -xf crash-8.0.3.tar.gz |
| 78 | + $ cd crash-8.0.3 |
79 | 79 | $ make
|
80 | 80 |
|
81 | 81 | The initial build will take several minutes because the embedded gdb module
|
|
124 | 124 | If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
|
125 | 125 | be used as the live memory source. If /proc/kcore is also restricted, then
|
126 | 126 | the Red Hat /dev/crash driver may be compiled and installed; its source
|
127 |
| - is included in the crash-8.0.2/memory_driver subdirectory. |
| 127 | + is included in the crash-8.0.3/memory_driver subdirectory. |
128 | 128 |
|
129 | 129 | If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
|
130 | 130 | or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
|
|
135 | 135 |
|
136 | 136 | $ crash
|
137 | 137 |
|
138 |
| - crash 8.0.2 |
| 138 | + crash 8.0.3 |
139 | 139 | Copyright (C) 2002-2022 Red Hat, Inc.
|
140 | 140 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
141 | 141 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
|
161 | 161 | KERNEL: /boot/vmlinux
|
162 | 162 | DUMPFILE: /dev/mem
|
163 | 163 | CPUS: 1
|
164 |
| - DATE: Wed Nov 16 13:11:21 JST 2022 |
| 164 | + DATE: Wed Apr 26 10:51:52 JST 2023 |
165 | 165 | UPTIME: 10 days, 22:55:18
|
166 | 166 | LOAD AVERAGE: 0.08, 0.03, 0.01
|
167 | 167 | TASKS: 42
|
|
190 | 190 | exit log repeat timer
|
191 | 191 | extend mach runq tree
|
192 | 192 |
|
193 |
| - crash version: 8.0.2 gdb version: 10.2 |
| 193 | + crash version: 8.0.3 gdb version: 10.2 |
194 | 194 | For help on any command above, enter "help <command>".
|
195 | 195 | For help on input options, enter "help input".
|
196 | 196 | For help on output options, enter "help output".
|
|
203 | 203 |
|
204 | 204 | $ crash vmlinux vmcore
|
205 | 205 |
|
206 |
| - crash 8.0.2 |
| 206 | + crash 8.0.3 |
207 | 207 | Copyright (C) 2002-2022 Red Hat, Inc.
|
208 | 208 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
209 | 209 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
|
0 commit comments