Wednesday, September 24, 2008

Core Dump or Core file in Unix

A core file is just a dump of the memory image of a running process[usually created at the time of a crash].Using gdb,dbx and others tools, these core files can be examined to know the state of program at the time of the creation of this core file.

No comments: