Lines Matching refs:crash
14 # echo c > /proc/sysrq-trigger // force trigger a crash
17 Then you will see following message showing that crash is detected and the
21 [ 14.949892][ T148] sysrq: Trigger a crash
22 [ 14.952133][ T148] Kernel panic - not syncing: sysrq triggered crash
69 ### Building the crash(8) tool
71 You first need to build the crash(8) tool for the target architecture, which in most case is aarch6…
76 $ wget https://github.com/crash-utility/crash/archive/refs/tags/8.0.2.tar.gz -O - | tar xzv
77 $ make -j -C crash-8.0.2 target=ARM64
101 ### Running crash(8) with the RAM dump and the kernel image
104 $ crash-8.0.2/crash ramdump vmlinux
107 You can now analyze the RAM dump using the various commands that crash(8) provides. For example, `b…
110 crash> bt
142 actually triggered a crash in the kernel.
144 For more commands of crash(8), refer to the man page, or embedded `help` command.