What I usually do is head the file. Thus "head -# corefile" this will give you the first # of lines of the file. You can usually get an idea of what caused the core file in the first 25 lines or so.
The program that uses the core files is called crash.
the core file itself is a snapshot of memory and various other things at the time of the crash.
It is somewhat a pain to use (well) so i generally just look to see what else has happened recently (if the crashing program has been running successfully before).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.