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