Skip to content

Commit ec568e2

Browse files
committed
crash-7.3.0 -> crash-8.0.0
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent 6bc1040 commit ec568e2

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.0++
1+
8.0.0

README

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474

7575
To build the crash utility:
7676

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
7979
$ make
8080

8181
The initial build will take several minutes because the embedded gdb module
@@ -122,7 +122,7 @@
122122
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
123123
be used as the live memory source. If /proc/kcore is also restricted, then
124124
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.
126126

127127
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
128128
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
@@ -133,7 +133,7 @@
133133

134134
$ crash
135135

136-
crash 7.3.0
136+
crash 8.0.0
137137
Copyright (C) 2002-2021 Red Hat, Inc.
138138
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
139139
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -142,12 +142,13 @@
142142
Copyright (C) 2005, 2011, 2020-2021 NEC Corporation
143143
Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
144144
Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
145+
Copyright (C) 2015, 2021 VMware, Inc.
145146
This program is free software, covered by the GNU General Public License,
146147
and you are welcome to change it and/or distribute copies of it under
147148
certain conditions. Enter "help copying" to see the conditions.
148149
This program has absolutely no warranty. Enter "help warranty" for details.
149150

150-
GNU gdb 7.6
151+
GNU gdb 10.2
151152
Copyright 2013 Free Software Foundation, Inc.
152153
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
153154
This is free software: you are free to change and redistribute it.
@@ -158,7 +159,7 @@
158159
KERNEL: /boot/vmlinux
159160
DUMPFILE: /dev/mem
160161
CPUS: 1
161-
DATE: Tue Apr 27 11:56:11 JST 2021
162+
DATE: Wed Nov 24 13:32:11 JST 2021
162163
UPTIME: 10 days, 22:55:18
163164
LOAD AVERAGE: 0.08, 0.03, 0.01
164165
TASKS: 42
@@ -186,7 +187,7 @@
186187
eval kmem ptob sym wr
187188
exit list ptov sys q
188189

189-
crash version: 7.3.0 gdb version: 7.6
190+
crash version: 8.0.0 gdb version: 10.2
190191
For help on any command above, enter "help <command>".
191192
For help on input options, enter "help input".
192193
For help on output options, enter "help output".
@@ -199,7 +200,7 @@
199200

200201
$ crash vmlinux vmcore
201202

202-
crash 7.3.0
203+
crash 8.0.0
203204
Copyright (C) 2002-2021 Red Hat, Inc.
204205
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
205206
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -208,12 +209,13 @@
208209
Copyright (C) 2005, 2011, 2020-2021 NEC Corporation
209210
Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
210211
Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
212+
Copyright (C) 2015, 2021 VMware, Inc.
211213
This program is free software, covered by the GNU General Public License,
212214
and you are welcome to change it and/or distribute copies of it under
213215
certain conditions. Enter "help copying" to see the conditions.
214216
This program has absolutely no warranty. Enter "help warranty" for details.
215217

216-
GNU gdb 7.6
218+
GNU gdb 10.2
217219
Copyright 2013 Free Software Foundation, Inc.
218220
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
219221
This is free software: you are free to change and redistribute it.

0 commit comments

Comments
 (0)