June 19, 2011
11:43 a.m.
On Sun, Jun 19, 2011 at 9:33 AM, Amit Nagal <helloin.amit@gmail.com> wrote:
Hi ,
What are the best tools to trace linux kernel panics and system hangs for linux kernel . please recommend for x86 as well as arm platforms .
Look under kernel hacking. There are a lot of useful tools like: kmemcheck, lockdep, slab debug. thanks, Daniel.