Skip to content

Commit faed050

Browse files
committed
crash-8.0.2 -> crash-8.0.3
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent 4721643 commit faed050

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.2++
1+
8.0.3

README

Lines changed: 7 additions & 7 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-8.0.2.tar.gz
78-
$ cd crash-8.0.2
77+
$ tar -xf crash-8.0.3.tar.gz
78+
$ cd crash-8.0.3
7979
$ make
8080

8181
The initial build will take several minutes because the embedded gdb module
@@ -124,7 +124,7 @@
124124
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
125125
be used as the live memory source. If /proc/kcore is also restricted, then
126126
the Red Hat /dev/crash driver may be compiled and installed; its source
127-
is included in the crash-8.0.2/memory_driver subdirectory.
127+
is included in the crash-8.0.3/memory_driver subdirectory.
128128

129129
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
130130
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
@@ -135,7 +135,7 @@
135135

136136
$ crash
137137

138-
crash 8.0.2
138+
crash 8.0.3
139139
Copyright (C) 2002-2022 Red Hat, Inc.
140140
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
141141
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -161,7 +161,7 @@
161161
KERNEL: /boot/vmlinux
162162
DUMPFILE: /dev/mem
163163
CPUS: 1
164-
DATE: Wed Nov 16 13:11:21 JST 2022
164+
DATE: Wed Apr 26 10:51:52 JST 2023
165165
UPTIME: 10 days, 22:55:18
166166
LOAD AVERAGE: 0.08, 0.03, 0.01
167167
TASKS: 42
@@ -190,7 +190,7 @@
190190
exit log repeat timer
191191
extend mach runq tree
192192

193-
crash version: 8.0.2 gdb version: 10.2
193+
crash version: 8.0.3 gdb version: 10.2
194194
For help on any command above, enter "help <command>".
195195
For help on input options, enter "help input".
196196
For help on output options, enter "help output".
@@ -203,7 +203,7 @@
203203

204204
$ crash vmlinux vmcore
205205

206-
crash 8.0.2
206+
crash 8.0.3
207207
Copyright (C) 2002-2022 Red Hat, Inc.
208208
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
209209
Copyright (C) 1999-2006 Hewlett-Packard Co

0 commit comments

Comments
 (0)