#what is the main function of the core file?
#
#"core file size (blocks)  1000000"
#
#what does it do for the system? Is it like the swap file of the system?
#

The core file is a snapshot/dump of the application's allocated memory
space (stack, data, etc).  It's very, very useful when debugging an
application -- the core file is loaded in a debugger (e.g. gdb), and can 
be cross-referenced with the source code of the same version.  This
rebuilds the application's state just before the OS terminated it.  After
that, debug, debug..  

stay cool.

jeff --


#
#_
#Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
#To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]
#

-- 
Jeff Gutierrez
Mapua Online! 
http://www.mapua.org
http://www.mapua.com


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

Reply via email to