Skip to content

Commit 4076ebe

Browse files
author
Dave Anderson
committed
crash-7.2.5 -> crash-7.2.6
1 parent 04be3e9 commit 4076ebe

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.5++
1+
7.2.6

README

Lines changed: 9 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-7.2.5.tar.gz
78-
$ cd crash-7.2.5
77+
$ tar -xf crash-7.2.6.tar.gz
78+
$ cd crash-7.2.6
7979
$ make
8080

8181
The initial build will take several minutes because the embedded gdb module
@@ -96,6 +96,8 @@
9696
32-bit ppc dumpfiles may be built by typing "make target=PPC".
9797
o On an x86_64 host, an x86_64 binary that can be used to analyze
9898
arm64 dumpfiles may be built by typing "make target=ARM64".
99+
o On an x86_64 host, an x86_64 binary that can be used to analyze
100+
ppc64le dumpfiles may be built by typing "make target=PPC64".
99101

100102
Traditionally when vmcores are compressed via the makedumpfile(8) facility
101103
the libz compression library is used, and by default the crash utility
@@ -116,7 +118,7 @@
116118
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
117119
be used as the live memory source. If /proc/kcore is also restricted, then
118120
the Red Hat /dev/crash driver may be compiled and installed; its source
119-
is included in the crash-7.2.5/memory_driver subdirectory.
121+
is included in the crash-7.2.6/memory_driver subdirectory.
120122

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

128130
$ crash
129131

130-
crash 7.2.5
132+
crash 7.2.6
131133
Copyright (C) 2002-2019 Red Hat, Inc.
132134
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
133135
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -152,7 +154,7 @@
152154
KERNEL: /boot/vmlinux
153155
DUMPFILE: /dev/mem
154156
CPUS: 1
155-
DATE: Thu Jan 10 14:39:19 2019
157+
DATE: Fri May 3 13:57:10 2019
156158
UPTIME: 10 days, 22:55:18
157159
LOAD AVERAGE: 0.08, 0.03, 0.01
158160
TASKS: 42
@@ -180,7 +182,7 @@
180182
eval kmem ptob sym wr
181183
exit list ptov sys q
182184

183-
crash version: 7.2.5 gdb version: 7.6
185+
crash version: 7.2.6 gdb version: 7.6
184186
For help on any command above, enter "help <command>".
185187
For help on input options, enter "help input".
186188
For help on output options, enter "help output".
@@ -193,7 +195,7 @@
193195

194196
$ crash vmlinux vmcore
195197

196-
crash 7.2.5
198+
crash 7.2.6
197199
Copyright (C) 2002-2019 Red Hat, Inc.
198200
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
199201
Copyright (C) 1999-2006 Hewlett-Packard Co

0 commit comments

Comments
 (0)