mirror of
https://github.com/crash-utility/crash
synced 2025-02-02 06:12:49 +00:00
crash-7.0.8 -> crash-7.0.9
This commit is contained in:
parent
51e17d89d7
commit
8cccbed4cb
@ -1 +1 @@
|
|||||||
7.0.8
|
7.0.9
|
||||||
|
3
Makefile
3
Makefile
@ -566,7 +566,8 @@ do_release:
|
|||||||
.rh_rpm_package crash.8 ${EXTENSION_SOURCE_FILES} ${MEMORY_DRIVER_FILES} | \
|
.rh_rpm_package crash.8 ${EXTENSION_SOURCE_FILES} ${MEMORY_DRIVER_FILES} | \
|
||||||
(cd ./RELDIR/${PROGRAM}-${VERSION}; tar xf -)
|
(cd ./RELDIR/${PROGRAM}-${VERSION}; tar xf -)
|
||||||
@cp ${GDB}.tar.gz ./RELDIR/${PROGRAM}-${VERSION}
|
@cp ${GDB}.tar.gz ./RELDIR/${PROGRAM}-${VERSION}
|
||||||
@./${PROGRAM} --no_scroll --no_crashrc -h README > ./RELDIR/${PROGRAM}-${VERSION}/README
|
@./${PROGRAM} --no_scroll --no_crashrc -h README > README
|
||||||
|
@cp README ./RELDIR/${PROGRAM}-${VERSION}/README
|
||||||
@(cd ./RELDIR; find . -exec chown root {} ";")
|
@(cd ./RELDIR; find . -exec chown root {} ";")
|
||||||
@(cd ./RELDIR; find . -exec chgrp root {} ";")
|
@(cd ./RELDIR; find . -exec chgrp root {} ";")
|
||||||
@(cd ./RELDIR; find . -exec touch {} ";")
|
@(cd ./RELDIR; find . -exec touch {} ";")
|
||||||
|
14
README
14
README
@ -74,8 +74,8 @@
|
|||||||
|
|
||||||
To build the crash utility:
|
To build the crash utility:
|
||||||
|
|
||||||
$ tar -xf crash-7.0.8.tar.gz
|
$ tar -xf crash-7.0.9.tar.gz
|
||||||
$ cd crash-7.0.8
|
$ cd crash-7.0.9
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
The initial build will take several minutes because the embedded gdb module
|
The initial build will take several minutes because the embedded gdb module
|
||||||
@ -114,7 +114,7 @@
|
|||||||
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
|
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
|
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
|
the Red Hat /dev/crash driver may be compiled and installed; its source
|
||||||
is included in the crash-7.0.8/memory_driver subdirectory.
|
is included in the crash-7.0.9/memory_driver subdirectory.
|
||||||
|
|
||||||
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
|
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
|
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
|
||||||
@ -125,7 +125,7 @@
|
|||||||
|
|
||||||
$ crash
|
$ crash
|
||||||
|
|
||||||
crash 7.0.8
|
crash 7.0.9
|
||||||
Copyright (C) 2002-2014 Red Hat, Inc.
|
Copyright (C) 2002-2014 Red Hat, Inc.
|
||||||
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
||||||
Copyright (C) 1999-2006 Hewlett-Packard Co
|
Copyright (C) 1999-2006 Hewlett-Packard Co
|
||||||
@ -150,7 +150,7 @@
|
|||||||
KERNEL: /boot/vmlinux
|
KERNEL: /boot/vmlinux
|
||||||
DUMPFILE: /dev/mem
|
DUMPFILE: /dev/mem
|
||||||
CPUS: 1
|
CPUS: 1
|
||||||
DATE: Thu Sep 11 14:22:14 2014
|
DATE: Thu Nov 13 15:39:01 2014
|
||||||
UPTIME: 10 days, 22:55:18
|
UPTIME: 10 days, 22:55:18
|
||||||
LOAD AVERAGE: 0.08, 0.03, 0.01
|
LOAD AVERAGE: 0.08, 0.03, 0.01
|
||||||
TASKS: 42
|
TASKS: 42
|
||||||
@ -178,7 +178,7 @@
|
|||||||
exit list ptov sys q
|
exit list ptov sys q
|
||||||
extend log rd task
|
extend log rd task
|
||||||
|
|
||||||
crash version: 7.0.8 gdb version: 7.6
|
crash version: 7.0.9 gdb version: 7.6
|
||||||
For help on any command above, enter "help <command>".
|
For help on any command above, enter "help <command>".
|
||||||
For help on input options, enter "help input".
|
For help on input options, enter "help input".
|
||||||
For help on output options, enter "help output".
|
For help on output options, enter "help output".
|
||||||
@ -191,7 +191,7 @@
|
|||||||
|
|
||||||
$ crash vmlinux vmcore
|
$ crash vmlinux vmcore
|
||||||
|
|
||||||
crash 7.0.8
|
crash 7.0.9
|
||||||
Copyright (C) 2002-2014 Red Hat, Inc.
|
Copyright (C) 2002-2014 Red Hat, Inc.
|
||||||
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
||||||
Copyright (C) 1999-2006 Hewlett-Packard Co
|
Copyright (C) 1999-2006 Hewlett-Packard Co
|
||||||
|
Loading…
Reference in New Issue
Block a user