Skip to content

Commit

Permalink
crash-7.1.3 -> crash-7.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Anderson committed Dec 16, 2015
1 parent 2515ef3 commit fd6c2a8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .rh_rpm_package
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.3
7.1.4
18 changes: 9 additions & 9 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@

To build the crash utility:

$ tar -xf crash-7.1.3.tar.gz
$ cd crash-7.1.3
$ tar -xf crash-7.1.4.tar.gz
$ cd crash-7.1.4
$ make

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

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

$ crash

crash 7.1.3
Copyright (C) 2002-2014 Red Hat, Inc.
crash 7.1.4
Copyright (C) 2002-2015 Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
Copyright (C) 1999-2006 Hewlett-Packard Co
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
Expand All @@ -152,7 +152,7 @@
KERNEL: /boot/vmlinux
DUMPFILE: /dev/mem
CPUS: 1
DATE: Wed Sep 2 15:38:32 2015
DATE: Wed Dec 16 10:59:36 2015
UPTIME: 10 days, 22:55:18
LOAD AVERAGE: 0.08, 0.03, 0.01
TASKS: 42
Expand Down Expand Up @@ -180,7 +180,7 @@
exit list ptov sys q
extend log rd task

crash version: 7.1.3 gdb version: 7.6
crash version: 7.1.4 gdb version: 7.6
For help on any command above, enter "help <command>".
For help on input options, enter "help input".
For help on output options, enter "help output".
Expand All @@ -193,8 +193,8 @@

$ crash vmlinux vmcore

crash 7.1.3
Copyright (C) 2002-2014 Red Hat, Inc.
crash 7.1.4
Copyright (C) 2002-2015 Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
Copyright (C) 1999-2006 Hewlett-Packard Co
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
Expand Down
2 changes: 1 addition & 1 deletion help.c
Original file line number Diff line number Diff line change
Expand Up @@ -7316,7 +7316,7 @@ display_version(void)
static
char *version_info[] = {

"Copyright (C) 2002-2014 Red Hat, Inc.",
"Copyright (C) 2002-2015 Red Hat, Inc.",
"Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation",
"Copyright (C) 1999-2006 Hewlett-Packard Co",
"Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited",
Expand Down

0 comments on commit fd6c2a8

Please sign in to comment.