|
74 | 74 |
|
75 | 75 | To build the crash utility:
|
76 | 76 |
|
77 |
| - $ tar -xf crash-7.3.0.tar.gz |
78 |
| - $ cd crash-7.3.0 |
| 77 | + $ tar -xf crash-8.0.0.tar.gz |
| 78 | + $ cd crash-8.0.0 |
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-7.3.0/memory_driver subdirectory. |
| 125 | + is included in the crash-8.0.0/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 7.3.0 |
| 136 | + crash 8.0.0 |
137 | 137 | Copyright (C) 2002-2021 Red Hat, Inc.
|
138 | 138 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
139 | 139 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
|
142 | 142 | Copyright (C) 2005, 2011, 2020-2021 NEC Corporation
|
143 | 143 | Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
|
144 | 144 | Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
|
| 145 | + Copyright (C) 2015, 2021 VMware, Inc. |
145 | 146 | This program is free software, covered by the GNU General Public License,
|
146 | 147 | and you are welcome to change it and/or distribute copies of it under
|
147 | 148 | certain conditions. Enter "help copying" to see the conditions.
|
148 | 149 | This program has absolutely no warranty. Enter "help warranty" for details.
|
149 | 150 |
|
150 |
| - GNU gdb 7.6 |
| 151 | + GNU gdb 10.2 |
151 | 152 | Copyright 2013 Free Software Foundation, Inc.
|
152 | 153 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
153 | 154 | This is free software: you are free to change and redistribute it.
|
|
158 | 159 | KERNEL: /boot/vmlinux
|
159 | 160 | DUMPFILE: /dev/mem
|
160 | 161 | CPUS: 1
|
161 |
| - DATE: Tue Apr 27 11:56:11 JST 2021 |
| 162 | + DATE: Wed Nov 24 13:32:11 JST 2021 |
162 | 163 | UPTIME: 10 days, 22:55:18
|
163 | 164 | LOAD AVERAGE: 0.08, 0.03, 0.01
|
164 | 165 | TASKS: 42
|
|
186 | 187 | eval kmem ptob sym wr
|
187 | 188 | exit list ptov sys q
|
188 | 189 |
|
189 |
| - crash version: 7.3.0 gdb version: 7.6 |
| 190 | + crash version: 8.0.0 gdb version: 10.2 |
190 | 191 | For help on any command above, enter "help <command>".
|
191 | 192 | For help on input options, enter "help input".
|
192 | 193 | For help on output options, enter "help output".
|
|
199 | 200 |
|
200 | 201 | $ crash vmlinux vmcore
|
201 | 202 |
|
202 |
| - crash 7.3.0 |
| 203 | + crash 8.0.0 |
203 | 204 | Copyright (C) 2002-2021 Red Hat, Inc.
|
204 | 205 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
205 | 206 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
|
208 | 209 | Copyright (C) 2005, 2011, 2020-2021 NEC Corporation
|
209 | 210 | Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
|
210 | 211 | Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
|
| 212 | + Copyright (C) 2015, 2021 VMware, Inc. |
211 | 213 | This program is free software, covered by the GNU General Public License,
|
212 | 214 | and you are welcome to change it and/or distribute copies of it under
|
213 | 215 | certain conditions. Enter "help copying" to see the conditions.
|
214 | 216 | This program has absolutely no warranty. Enter "help warranty" for details.
|
215 | 217 |
|
216 |
| - GNU gdb 7.6 |
| 218 | + GNU gdb 10.2 |
217 | 219 | Copyright 2013 Free Software Foundation, Inc.
|
218 | 220 | License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
219 | 221 | This is free software: you are free to change and redistribute it.
|
|
0 commit comments