Change the background color!

SuperLinux Encyclopedia - File-related topics


Misc:


core files:

A "core" file is created by most program when they crash. They contain debugging information and a complete copy of the program's run-time memory. Commonly, the "gdb" debugger is used to read the core file simply to determine which program created the file and why it crashed. The debugger can be used, if the program which created the core file has the debugging info, to examine program variables and even continue execution of the program. Core files may be freely removed, with the slight risk that someone stupidly names something else "core", like the Linux kernel source tree had a directory by that name.

To inhibit creation of core files: Use bash built-in "ulimit -c 0". (csh has "limit")

To test the most common use:


File Conversion:


File Formats:


File Managers:


Last Modified 13-Feb-1999

End of page.