Am Donnerstag, 23. Mai 2002 19:22 schrieb Rob Hillis:
> Forgive the possibly silly question from someone not entirely familliar
> with linux programming tools, but how do we make use of a core dump file?
>  (even just a pointer to a website would be appreciated)

When you've got the source code of a program and a core file that resulted 
from a program crash, you can start up your favourite debugger (GDB, DDD, 
KDbg etc) and load that core file. The debugger then shows you where exactly 
the crash happened and what the program state was at that particular moment.

Cheers,

        Arne

-- 
Acid -- better living through chemistry.

[--- PGP key available on http://www.root42.de/ ---]


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to