Skip to content

Commit 64f6efd

Browse files
committed
crash-8.0.6 -> crash-9.0.0
Signed-off-by: Lianbo Jiang <[email protected]>
1 parent 42fbae4 commit 64f6efd

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.6++
1+
9.0.0

README

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080

8181
To build the crash utility:
8282

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
8585
$ make
8686

8787
To cross compile the crash utility for aarch64 on x86_64:
@@ -137,7 +137,7 @@
137137
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
138138
be used as the live memory source. If /proc/kcore is also restricted, then
139139
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.
141141

142142
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
143143
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
@@ -148,8 +148,8 @@
148148

149149
$ crash
150150

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.
153153
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
154154
Copyright (C) 1999-2006 Hewlett-Packard Co
155155
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
@@ -163,7 +163,7 @@
163163
certain conditions. Enter "help copying" to see the conditions.
164164
This program has absolutely no warranty. Enter "help warranty" for details.
165165

166-
GNU gdb 10.2
166+
GNU gdb 16.2
167167
Copyright 2013 Free Software Foundation, Inc.
168168
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
169169
This is free software: you are free to change and redistribute it.
@@ -174,7 +174,7 @@
174174
KERNEL: /boot/vmlinux
175175
DUMPFILE: /dev/mem
176176
CPUS: 1
177-
DATE: Tue Nov 12 09:25:55 CST 2024
177+
DATE: Fri Apr 25 09:47:38 CST 2025
178178
UPTIME: 10 days, 22:55:18
179179
LOAD AVERAGE: 0.08, 0.03, 0.01
180180
TASKS: 42
@@ -203,7 +203,7 @@
203203
exit log repeat timer
204204
extend mach runq tree
205205

206-
crash version: 8.0.6 gdb version: 10.2
206+
crash version: 9.0.0 gdb version: 16.2
207207
For help on any command above, enter "help <command>".
208208
For help on input options, enter "help input".
209209
For help on output options, enter "help output".
@@ -216,8 +216,8 @@
216216

217217
$ crash vmlinux vmcore
218218

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.
221221
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
222222
Copyright (C) 1999-2006 Hewlett-Packard Co
223223
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
@@ -231,7 +231,7 @@
231231
certain conditions. Enter "help copying" to see the conditions.
232232
This program has absolutely no warranty. Enter "help warranty" for details.
233233

234-
GNU gdb 10.2
234+
GNU gdb 16.2
235235
Copyright 2013 Free Software Foundation, Inc.
236236
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
237237
This is free software: you are free to change and redistribute it.
@@ -242,7 +242,7 @@
242242
KERNEL: vmlinux
243243
DUMPFILE: vmcore
244244
CPUS: 4
245-
DATE: Tue Mar 2 13:57:09 2004
245+
DATE: Fri Apr 25 09:49:38 CST 2025
246246
UPTIME: 00:02:40
247247
LOAD AVERAGE: 2.24, 0.96, 0.37
248248
TASKS: 70

0 commit comments

Comments
 (0)