|
80 | 80 |
|
81 | 81 | To build the crash utility:
|
82 | 82 |
|
83 |
| - $ tar -xf crash-8.0.6.tar.gz |
84 |
| - $ cd crash-8.0.6 |
| 83 | + $ tar -xf crash-9.0.0.tar.gz |
| 84 | + $ cd crash-9.0.0 |
85 | 85 | $ make
|
86 | 86 |
|
87 | 87 | To cross compile the crash utility for aarch64 on x86_64:
|
|
137 | 137 | If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
|
138 | 138 | be used as the live memory source. If /proc/kcore is also restricted, then
|
139 | 139 | the Red Hat /dev/crash driver may be compiled and installed; its source
|
140 |
| - is included in the crash-8.0.6/memory_driver subdirectory. |
| 140 | + is included in the crash-9.0.0/memory_driver subdirectory. |
141 | 141 |
|
142 | 142 | If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
|
143 | 143 | or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
|
|
148 | 148 |
|
149 | 149 | $ crash
|
150 | 150 |
|
151 |
| - crash 8.0.6 |
152 |
| - Copyright (C) 2002-2022 Red Hat, Inc. |
| 151 | + crash 9.0.0 |
| 152 | + Copyright (C) 2002-2025 Red Hat, Inc. |
153 | 153 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
154 | 154 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
155 | 155 | Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
|
|
163 | 163 | certain conditions. Enter "help copying" to see the conditions.
|
164 | 164 | This program has absolutely no warranty. Enter "help warranty" for details.
|
165 | 165 |
|
166 |
| - GNU gdb 10.2 |
| 166 | + GNU gdb 16.2 |
167 | 167 | Copyright 2013 Free Software Foundation, Inc.
|
168 | 168 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
169 | 169 | This is free software: you are free to change and redistribute it.
|
|
174 | 174 | KERNEL: /boot/vmlinux
|
175 | 175 | DUMPFILE: /dev/mem
|
176 | 176 | CPUS: 1
|
177 |
| - DATE: Tue Nov 12 09:25:55 CST 2024 |
| 177 | + DATE: Fri Apr 25 09:47:38 CST 2025 |
178 | 178 | UPTIME: 10 days, 22:55:18
|
179 | 179 | LOAD AVERAGE: 0.08, 0.03, 0.01
|
180 | 180 | TASKS: 42
|
|
203 | 203 | exit log repeat timer
|
204 | 204 | extend mach runq tree
|
205 | 205 |
|
206 |
| - crash version: 8.0.6 gdb version: 10.2 |
| 206 | + crash version: 9.0.0 gdb version: 16.2 |
207 | 207 | For help on any command above, enter "help <command>".
|
208 | 208 | For help on input options, enter "help input".
|
209 | 209 | For help on output options, enter "help output".
|
|
216 | 216 |
|
217 | 217 | $ crash vmlinux vmcore
|
218 | 218 |
|
219 |
| - crash 8.0.6 |
220 |
| - Copyright (C) 2002-2022 Red Hat, Inc. |
| 219 | + crash 9.0.0 |
| 220 | + Copyright (C) 2002-2025 Red Hat, Inc. |
221 | 221 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
222 | 222 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
223 | 223 | Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
|
|
231 | 231 | certain conditions. Enter "help copying" to see the conditions.
|
232 | 232 | This program has absolutely no warranty. Enter "help warranty" for details.
|
233 | 233 |
|
234 |
| - GNU gdb 10.2 |
| 234 | + GNU gdb 16.2 |
235 | 235 | Copyright 2013 Free Software Foundation, Inc.
|
236 | 236 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
237 | 237 | This is free software: you are free to change and redistribute it.
|
|
242 | 242 | KERNEL: vmlinux
|
243 | 243 | DUMPFILE: vmcore
|
244 | 244 | CPUS: 4
|
245 |
| - DATE: Tue Mar 2 13:57:09 2004 |
| 245 | + DATE: Fri Apr 25 09:49:38 CST 2025 |
246 | 246 | UPTIME: 00:02:40
|
247 | 247 | LOAD AVERAGE: 2.24, 0.96, 0.37
|
248 | 248 | TASKS: 70
|
|
0 commit comments