[Crash-utility] how to use crash utility to parse the binary memory dump

Dave Anderson anderson at redhat.com
Tue May 27 13:32:06 UTC 2014



----- Original Message -----
> Hi:
> 
> my HW is like this:
> 
> DDR starts from physical address 0x80000000, size is 1GB.
> after crash, there are two dump files: ddr1.bin and ddr2.bin.
> each binary file is 512MB.
> 
> the vmlinux is on my hand.
> 
> how can i use crash utility to parse these two binary?
> thanks.
> 
> Best Regards

I'm presuming that these binary files are generated from a 32-bit ARM
machine?

Anyway, if it's just a raw dump of physical memory, the crash utility
cannot do anything with them.  Crash supports over 20 different dumpfile
formats, but they all have dumpfile headers that describe what's 
contained in the file.  

It seems to me that there might have been a discussion on this list
a while ago about the pre-pending of an ELF header to a raw, memory-only,
ARM dump?  Perhaps the ARM users on this list have some recollection?

Dave




More information about the Crash-utility mailing list