Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

core file

Status
Not open for further replies.

rajesh139

Technical User
May 1, 2001
10
0
0
US
How to find out which program has generated the core file
 
Try issuing the command:

file core

in the directory where the core file is located. Good luck.
 
I'll try this out tomorrow

Thanx In advance

Ken
 
you should be able to get the ELF Header info from doing the file core.....but try gdb core, then once in gdb, type where and it will tell you where the core started


\mike
 
Another way is to run the command "strings" to get any readable text from the corefile. If youre lucky the program have left a signature in the corefile.

/Danne
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top