Am 10.02.2010 um 19:46 schrieb Sujit V: > Tried readelf on the /proc/vmcore but gave the below error. The > readelf worked correctly on another binary. > > kdump shell>/sbin/readelf -l /proc/vmcore > readelf: Error: Cannot stat input file /proc/vmcore. My only guess is that readelf has no large file support (see http://sourceware.org/ml/binutils/2007-07/msg00087.html). Could you please execute "strace readelf -l /proc/vmcore"? Regards, Bernhard