Skip to content

Commit a25aa4b

Browse files
committed
crash-7.2.8 -> crash-7.2.9
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent 46cfe1f commit a25aa4b

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.8++
1+
7.2.9

README

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
can be found here:
3434

3535
https://crash-utility.github.io/crash_whitepaper.html
36-
3736

3837
These are the current prerequisites:
3938

@@ -75,8 +74,8 @@
7574

7675
To build the crash utility:
7776

78-
$ tar -xf crash-7.2.8.tar.gz
79-
$ cd crash-7.2.8
77+
$ tar -xf crash-7.2.9.tar.gz
78+
$ cd crash-7.2.9
8079
$ make
8180

8281
The initial build will take several minutes because the embedded gdb module
@@ -119,7 +118,7 @@
119118
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
120119
be used as the live memory source. If /proc/kcore is also restricted, then
121120
the Red Hat /dev/crash driver may be compiled and installed; its source
122-
is included in the crash-7.2.8/memory_driver subdirectory.
121+
is included in the crash-7.2.9/memory_driver subdirectory.
123122

124123
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
125124
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
@@ -130,7 +129,7 @@
130129

131130
$ crash
132131

133-
crash 7.2.8
132+
crash 7.2.9
134133
Copyright (C) 2002-2020 Red Hat, Inc.
135134
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
136135
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -155,7 +154,7 @@
155154
KERNEL: /boot/vmlinux
156155
DUMPFILE: /dev/mem
157156
CPUS: 1
158-
DATE: Thu Jan 30 13:58:56 2020
157+
DATE: Fri Nov 20 08:31:51 JST 2020
159158
UPTIME: 10 days, 22:55:18
160159
LOAD AVERAGE: 0.08, 0.03, 0.01
161160
TASKS: 42
@@ -183,7 +182,7 @@
183182
eval kmem ptob sym wr
184183
exit list ptov sys q
185184

186-
crash version: 7.2.8 gdb version: 7.6
185+
crash version: 7.2.9 gdb version: 7.6
187186
For help on any command above, enter "help <command>".
188187
For help on input options, enter "help input".
189188
For help on output options, enter "help output".
@@ -196,7 +195,7 @@
196195

197196
$ crash vmlinux vmcore
198197

199-
crash 7.2.8
198+
crash 7.2.9
200199
Copyright (C) 2002-2020 Red Hat, Inc.
201200
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
202201
Copyright (C) 1999-2006 Hewlett-Packard Co

0 commit comments

Comments
 (0)