|
74 | 74 |
|
75 | 75 | To build the crash utility:
|
76 | 76 |
|
77 |
| - $ tar -xf crash-7.2.9.tar.gz |
78 |
| - $ cd crash-7.2.9 |
| 77 | + $ tar -xf crash-7.3.0.tar.gz |
| 78 | + $ cd crash-7.3.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.2.9/memory_driver subdirectory. |
| 125 | + is included in the crash-7.3.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.2.9 |
137 |
| - Copyright (C) 2002-2020 Red Hat, Inc. |
| 136 | + crash 7.3.0 |
| 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
|
140 | 140 | Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
|
141 | 141 | Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.
|
142 |
| - Copyright (C) 2005, 2011 NEC Corporation |
| 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 | 145 | This program is free software, covered by the GNU General Public License,
|
|
158 | 158 | KERNEL: /boot/vmlinux
|
159 | 159 | DUMPFILE: /dev/mem
|
160 | 160 | CPUS: 1
|
161 |
| - DATE: Fri Nov 20 08:31:51 JST 2020 |
| 161 | + DATE: Tue Apr 27 11:56:11 JST 2021 |
162 | 162 | UPTIME: 10 days, 22:55:18
|
163 | 163 | LOAD AVERAGE: 0.08, 0.03, 0.01
|
164 | 164 | TASKS: 42
|
|
186 | 186 | eval kmem ptob sym wr
|
187 | 187 | exit list ptov sys q
|
188 | 188 |
|
189 |
| - crash version: 7.2.9 gdb version: 7.6 |
| 189 | + crash version: 7.3.0 gdb version: 7.6 |
190 | 190 | For help on any command above, enter "help <command>".
|
191 | 191 | For help on input options, enter "help input".
|
192 | 192 | For help on output options, enter "help output".
|
|
199 | 199 |
|
200 | 200 | $ crash vmlinux vmcore
|
201 | 201 |
|
202 |
| - crash 7.2.9 |
203 |
| - Copyright (C) 2002-2020 Red Hat, Inc. |
| 202 | + crash 7.3.0 |
| 203 | + Copyright (C) 2002-2021 Red Hat, Inc. |
204 | 204 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
205 | 205 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
206 | 206 | Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
|
207 | 207 | Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.
|
208 |
| - Copyright (C) 2005, 2011 NEC Corporation |
| 208 | + Copyright (C) 2005, 2011, 2020-2021 NEC Corporation |
209 | 209 | Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
|
210 | 210 | Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
|
211 | 211 | This program is free software, covered by the GNU General Public License,
|
|
0 commit comments