Am 06.03.13 03:27, schrieb Dave Anderson:
> I tried again using kerntypes and it failed with a different error.
>
> # /RedHat/crash-6.1.0-X86/crash vmlinux-2.6.5-7.321-bigsmp dump-pts02504
> Kerntypes-2.6.5-7.321-bigsmp
> ...
> crash: cannot resolve "_stext"
>
>
> Eugene
Try putting *both* the System.map file (required for _stext) and
the Kerntypes file (required for debuginfo data) on the command
line.
If there is really no "_stext" symbol in the System.map file, then
you're screwed. Although, I would have presumed that it could get
the _stext symbol from the stripped vmlinux file. If you do
"nm -Bn vmlinux", does it show an _stext symbol?
Other question: Can lcrash (should be part of 'lkcdutils' on SLES9) open
the dump?
Regards,
Bernhard