On Wed, 9 Feb 2000, Harish wrote:

> Hi !
> What does the message "core dumped" mean ?
> 
> Harish

        In very simple terms, your program performed an invalid
operation, say access a memory region which it is not allowed to
access. The Unix kernel detected this 'tresspassing' and 
immediately terminated your program (to prevent your program
from crashing other programs or even interfere with the functioning
of the OS). The dead body of your program is stored in a file called
'core'. This 'dead body' can be used to perform 'post-mortem' analysis
using tools like gdb to detect the cause of death.
                                                        pramode.
        

> 
> 
> --------------------------------------------------------------------------
> LI is all for free speech, but this list was created for a purpose --
> to help popularise Linux in India. If your messages are counterproductive
> to that purpose, your privileges to submit messages can and will be revoked.
> 


--------------------------------------------------------------------------
LI is all for free speech, but this list was created for a purpose --
to help popularise Linux in India. If your messages are counterproductive
to that purpose, your privileges to submit messages can and will be revoked.

Reply via email to