|
74 | 74 |
|
75 | 75 | To build the crash utility:
|
76 | 76 |
|
77 |
| - $ tar -xf crash-7.3.1.tar.gz |
78 |
| - $ cd crash-7.3.1 |
| 77 | + $ tar -xf crash-7.3.2.tar.gz |
| 78 | + $ cd crash-7.3.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-7.3.1/memory_driver subdirectory. |
| 125 | + is included in the crash-7.3.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 7.3.1 |
137 |
| - Copyright (C) 2002-2021 Red Hat, Inc. |
| 136 | + crash 7.3.2 |
| 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
|
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, 2020-2021 NEC Corporation |
| 142 | + Copyright (C) 2005, 2011, 2020-2022 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: Wed Nov 24 13:34:08 JST 2021 |
| 161 | + DATE: Mon Apr 25 15:46:13 JST 2022 |
162 | 162 | UPTIME: 10 days, 22:55:18
|
163 | 163 | LOAD AVERAGE: 0.08, 0.03, 0.01
|
164 | 164 | TASKS: 42
|
|
175 | 175 |
|
176 | 176 | crash> help
|
177 | 177 |
|
178 |
| - * extend log rd task |
179 |
| - alias files mach repeat timer |
180 |
| - ascii foreach mod runq tree |
181 |
| - bpf fuser mount search union |
182 |
| - bt gdb net set vm |
183 |
| - btop help p sig vtop |
184 |
| - dev ipcs ps struct waitq |
185 |
| - dis irq pte swap whatis |
186 |
| - eval kmem ptob sym wr |
187 |
| - exit list ptov sys q |
| 178 | + * files mod sbitmapq union |
| 179 | + alias foreach mount search vm |
| 180 | + ascii fuser net set vtop |
| 181 | + bpf gdb p sig waitq |
| 182 | + bt help ps struct whatis |
| 183 | + btop ipcs pte swap wr |
| 184 | + dev irq ptob sym q |
| 185 | + dis kmem ptov sys |
| 186 | + eval list rd task |
| 187 | + exit log repeat timer |
| 188 | + extend mach runq tree |
188 | 189 |
|
189 |
| - crash version: 7.3.1 gdb version: 7.6 |
| 190 | + crash version: 7.3.2 gdb version: 7.6 |
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.1 |
203 |
| - Copyright (C) 2002-2021 Red Hat, Inc. |
| 203 | + crash 7.3.2 |
| 204 | + Copyright (C) 2002-2022 Red Hat, Inc. |
204 | 205 | Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
205 | 206 | Copyright (C) 1999-2006 Hewlett-Packard Co
|
206 | 207 | Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
|
207 | 208 | Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.
|
208 |
| - Copyright (C) 2005, 2011, 2020-2021 NEC Corporation |
| 209 | + Copyright (C) 2005, 2011, 2020-2022 NEC Corporation |
209 | 210 | Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
|
210 | 211 | Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
|
211 | 212 | This program is free software, covered by the GNU General Public License,
|
|
0 commit comments