what is CoreDumps ?
When a program terminates abnormally, it may make a file named "core" in the process's working directory. The core file is a memory image of a process that terminated when any of various errors occurred. The most common types of errors which cause core dumps are memory violations, illegal instructions, bus errors, and user-generated quit signals.
please refer to http://acs.ucsd.edu/info/coredump.php
posted on 2007-04-24 11:55 丑石 閱讀(700) 評論(9) 編輯 收藏 引用 所屬分類: Programing experience