[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Core files



Aciel wrote:
I've got about 9 core files in my home directory. core, core.1292,
core.1531, core.1816, etc. What are they for? They're taking up huge
amounts of space. Can I delete them?

Core files are images of programs that died abnormally. If you want to know what program generated them, try "gdb -c corefilename".

Yes, you can delete them.  Unless you want to debug the application
that caused them.  In that case, you use them during the debug
phase to see where it died.
----------------------------------------------------------------------
- Rick Stevens, SSE, VitalStream, Inc.      rstevens vitalstream com -
- 949-743-2010 (Voice)                    http://www.vitalstream.com -
-                                                                    -
-     Better to understand a little than to misunderstand a lot.     -
----------------------------------------------------------------------





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]