[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: How to capture an Application Crash (coredump)?



Core file is a sort of log in itself. What else do you want to log? If you
just want what app crashed, you can do 'gdb -c core' to get the app name.

Sharad.


On Mon, 21 Aug 2000, Muthu Mohan wrote:

+    I want to write an utility which will capture an Linux Application 
+ Crash(coredump) and log the details in a text file. Is there any method to 
+ do so? Please enlighten me with some ideas / pointers.