Same error message. I'm guessing that I am missing the equivalent to
Redhat's debuginfo files...
Jeff
-----Original Message-----
From: Dave Anderson [mailto:anderson@redhat.com]
Sent: Thursday, September 13, 2007 3:41 PM
To: Discussion list for crash utility usage, maintenance and
development; reagen, jeff
Subject: Re: [Crash-utility] crash 4.0-3.14 and SLES 10
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