Skip to content

Commit

Permalink
crash-8.0.3 -> crash-8.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuhito Hagio <k-hagio-ab@nec.com>
  • Loading branch information
k-hagio committed Nov 16, 2023
1 parent 262b1c7 commit a6832f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .rh_rpm_package
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.3++
8.0.4
14 changes: 7 additions & 7 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-8.0.3.tar.gz
$ cd crash-8.0.3
$ tar -xf crash-8.0.4.tar.gz
$ cd crash-8.0.4
$ make

The initial build will take several minutes because the embedded gdb module
Expand Down Expand Up @@ -124,7 +124,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.3/memory_driver subdirectory.
is included in the crash-8.0.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 @@ -135,7 +135,7 @@

$ crash

crash 8.0.3
crash 8.0.4
Copyright (C) 2002-2022 Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
Copyright (C) 1999-2006 Hewlett-Packard Co
Expand All @@ -161,7 +161,7 @@
KERNEL: /boot/vmlinux
DUMPFILE: /dev/mem
CPUS: 1
DATE: Wed Apr 26 10:51:52 JST 2023
DATE: Wed Nov 15 14:57:01 JST 2023
UPTIME: 10 days, 22:55:18
LOAD AVERAGE: 0.08, 0.03, 0.01
TASKS: 42
Expand Down Expand Up @@ -190,7 +190,7 @@
exit log repeat timer
extend mach runq tree

crash version: 8.0.3 gdb version: 10.2
crash version: 8.0.4 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".
Expand All @@ -203,7 +203,7 @@

$ crash vmlinux vmcore

crash 8.0.3
crash 8.0.4
Copyright (C) 2002-2022 Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
Copyright (C) 1999-2006 Hewlett-Packard Co
Expand Down

0 comments on commit a6832f6

Please sign in to comment.