mirror of https://github.com/crash-utility/crash
crash-8.0.5 -> crash-8.0.6
Signed-off-by: Lianbo Jiang <lijiang@redhat.com>
This commit is contained in:
parent
db0077614a
commit
f13853cef5
|
@ -1 +1 @@
|
|||
8.0.5++
|
||||
8.0.6
|
||||
|
|
14
README
14
README
|
@ -74,8 +74,8 @@
|
|||
|
||||
To build the crash utility:
|
||||
|
||||
$ tar -xf crash-8.0.5.tar.gz
|
||||
$ cd crash-8.0.5
|
||||
$ tar -xf crash-8.0.6.tar.gz
|
||||
$ cd crash-8.0.6
|
||||
$ make
|
||||
|
||||
The initial build will take several minutes because the embedded gdb module
|
||||
|
@ -126,7 +126,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-8.0.5/memory_driver subdirectory.
|
||||
is included in the crash-8.0.6/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
|
||||
|
@ -137,7 +137,7 @@
|
|||
|
||||
$ crash
|
||||
|
||||
crash 8.0.5
|
||||
crash 8.0.6
|
||||
Copyright (C) 2002-2022 Red Hat, Inc.
|
||||
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
||||
Copyright (C) 1999-2006 Hewlett-Packard Co
|
||||
|
@ -163,7 +163,7 @@
|
|||
KERNEL: /boot/vmlinux
|
||||
DUMPFILE: /dev/mem
|
||||
CPUS: 1
|
||||
DATE: Tue Apr 23 13:04:34 JST 2024
|
||||
DATE: Tue Nov 12 09:25:55 CST 2024
|
||||
UPTIME: 10 days, 22:55:18
|
||||
LOAD AVERAGE: 0.08, 0.03, 0.01
|
||||
TASKS: 42
|
||||
|
@ -192,7 +192,7 @@
|
|||
exit log repeat timer
|
||||
extend mach runq tree
|
||||
|
||||
crash version: 8.0.5 gdb version: 10.2
|
||||
crash version: 8.0.6 gdb version: 10.2
|
||||
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".
|
||||
|
@ -205,7 +205,7 @@
|
|||
|
||||
$ crash vmlinux vmcore
|
||||
|
||||
crash 8.0.5
|
||||
crash 8.0.6
|
||||
Copyright (C) 2002-2022 Red Hat, Inc.
|
||||
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
|
||||
Copyright (C) 1999-2006 Hewlett-Packard Co
|
||||
|
|
2
help.c
2
help.c
|
@ -8513,7 +8513,7 @@ display_version(void)
|
|||
static
|
||||
char *version_info[] = {
|
||||
|
||||
"Copyright (C) 2002-2024 Red Hat, Inc.",
|
||||
"Copyright (C) 2002-2025 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",
|
||||
|
|
Loading…
Reference in New Issue