> Whoops <ducking> (and laughing) that went over my head. Can you tell me how=
>  to=20
> do whatever it is you mentioned?

Well, first start your app. Note the process id (PID) by top or ps or
other method. 

Start up gdb in a terminal window, and then do 'attach PID' where PID
is the process id you wrote down in step #1.

Now if the process crashes you will be able to do an analysis of it in
gdb. However, if the app doesn't come with source and (more
importantly) isn't compiled in debug mode, it's often not very helpful
doing this. 


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to