This sounds silly, I'm sure, but I don't have any clue what they are or what I'm supposed to do with them. They cost me a meg on the server and I open them up to find about 6 ASCII characters, any help on how to look at them proper?
What do I do with core files again?
Posted by Aqueus on Fri 23 Feb 2007 02:04 AM — 2 posts, 13,565 views.
A core file is a dump of your program at the time it crashed. You use it, combined with a debugger such as gdb, to figure out why the crash happened.
You might want to look through:
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=3653
Nick has some pretty good information there, and it should help you get started if you want to debug.
You might want to look through:
http://www.gammon.com.au/forum/bbshowpost.php?bbsubject_id=3653
Nick has some pretty good information there, and it should help you get started if you want to debug.