Hi: I got a "core" file in my home directory...it comes from a core dump, right?? Now how do I "analyze" that file?? it is 1.6mb so its kind of big, I tried using gdb once but it didnt feel the expectations...perhaps doing a hexdump?? What is the best way to analyze a piece of memory(core) and extract usefull info of it?? Thanks, Raul
On Fri, Dec 28, 2001 at 01:31:15PM -0300, Raúl Gutiérrez Segalés wrote:
Hi:
I got a "core" file in my home directory...it comes from a core dump, right?? Now how do I "analyze" that file?? it is 1.6mb so its kind of big, I tried using gdb once but it didnt feel the expectations...perhaps doing a hexdump?? What is the best way to analyze a piece of memory(core) and extract usefull info of it??
gdb -c <name of file> That will at least give you some info. -v -- Victor R. Cardona Powered by SuSE Linux 7.1 (i386) Professional GPG key ID E81B3A1C Key fingerprint = 0147 A234 99C3 F4C5 BC64 F501 654F DB49 E81B 3A1C
participants (2)
-
Raúl Gutiérrez Segalés
-
Victor R. Cardona