How to check the backtrace of a "USER process" in the Linux Kernel Crash Dump
- by Biswajit
I was trying to debug a USER Process in Linux Crash Dump.
The normal steps to go to the crash dump are:
Go to the path where the dump is located.
Use the command crash kernel_link dump.201104181135.
Where kernel_link is a soft link I have created for vmlinux image.
Now you will be in the CRASH prompt.
If you run the command foreach <PID…