Tagged articles
2 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Sep 29, 2024 · Operations

How to Diagnose Linux Kernel Crashes with kdump and Crash Tool

Learn step‑by‑step how to capture a Linux core dump with kdump, install the crash utility and debuginfo packages, and use commands like sys, bt, ps, files, and sym to trace the root cause of kernel panics, illustrated with a real‑world case study.

KDUMPLinuxcore dump
0 likes · 14 min read
How to Diagnose Linux Kernel Crashes with kdump and Crash Tool
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Dec 15, 2023 · Mobile Development

Using the crash Tool to Analyze Android Kernel Kdump Dumps

The article explains how to use the Linux crash utility for efficient, on‑demand analysis of Android Kdump dumps on MTK and Qualcomm devices, covering dump loading parameters, baseline data collection, stack back‑tracing, local variable recovery, thread searching, and why crash outperforms memory‑heavy tools like trace32.

AndroidKDUMPcrash tool
0 likes · 29 min read
Using the crash Tool to Analyze Android Kernel Kdump Dumps