reagen_jeff(a)emc.com wrote:
I am trying to look at a live SLES 10 system using crash. Crash fails
to
start successfully. It returns:
crash: /boot/vmlinux: no debugging data available
The vmlinux file in question is not stripped.
Has anyone else been able to get this to work? If so what did you do?
Jeff
Just for sanity's sake, what happens when you:
$ gdb /boot/vmlinux
...
(gdb) ptype struct task_struct
Dave