Re: what is core dump



On Fri, 2002-01-18 at 09:08, Dinuj Nath wrote:

What is a core dump and can anything be inferred from it ?

When your (or some) program crashed it dumped core.  Basically the
corefile contains state information on the program, so if you fire up
gdb with the corefile as an additional argument 
    % gdb program core
you can get access to some info like where the program died (this is
really only useful if you compiled in debugging info with -g to the
compiler).

For more info, refer to the gdb man/info pages.

-- 
Against stupidity the very Gods themselves contend in vain.

Attachment: pgpfj9X2oWbFO.pgp
Description: PGP signature



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