Skip to content

Commit ccb285d

Browse files
author
Dave Anderson
committed
crash-7.2.1 -> crash-7.2.2
1 parent e354204 commit ccb285d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.1++
1+
7.2.2

README

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

8181
The initial build will take several minutes because the embedded gdb module
@@ -116,7 +116,7 @@
116116
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
117117
be used as the live memory source. If /proc/kcore is also restricted, then
118118
the Red Hat /dev/crash driver may be compiled and installed; its source
119-
is included in the crash-7.2.1/memory_driver subdirectory.
119+
is included in the crash-7.2.2/memory_driver subdirectory.
120120

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

128128
$ crash
129129

130-
crash 7.2.1
130+
crash 7.2.2
131131
Copyright (C) 2002-2017 Red Hat, Inc.
132132
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
133133
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -152,7 +152,7 @@
152152
KERNEL: /boot/vmlinux
153153
DUMPFILE: /dev/mem
154154
CPUS: 1
155-
DATE: Tue Feb 13 14:42:29 2018
155+
DATE: Wed May 16 15:09:18 2018
156156
UPTIME: 10 days, 22:55:18
157157
LOAD AVERAGE: 0.08, 0.03, 0.01
158158
TASKS: 42
@@ -169,18 +169,18 @@
169169

170170
crash> help
171171

172-
* files mach repeat timer
173-
alias foreach mod runq tree
174-
ascii fuser mount search union
172+
* extend log rd task
173+
alias files mach repeat timer
174+
ascii foreach mod runq tree
175+
bpf fuser mount search union
175176
bt gdb net set vm
176177
btop help p sig vtop
177178
dev ipcs ps struct waitq
178179
dis irq pte swap whatis
179180
eval kmem ptob sym wr
180181
exit list ptov sys q
181-
extend log rd task
182182

183-
crash version: 7.2.1 gdb version: 7.6
183+
crash version: 7.2.2 gdb version: 7.6
184184
For help on any command above, enter "help <command>".
185185
For help on input options, enter "help input".
186186
For help on output options, enter "help output".
@@ -193,7 +193,7 @@
193193

194194
$ crash vmlinux vmcore
195195

196-
crash 7.2.1
196+
crash 7.2.2
197197
Copyright (C) 2002-2017 Red Hat, Inc.
198198
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
199199
Copyright (C) 1999-2006 Hewlett-Packard Co

0 commit comments

Comments
 (0)