Dear all,

I would like to implement a crash feedback agent in my xpcom for
handling my module when it crashed.  However, I do not know how to
catch and transform it into meaningful data.  I know how to catch all
the error like the following:

} catch(...) //end try
{

}

However, how do I know the last line number of the crashed
instruction, the variable or address place and the callstack?  Any
idea is welcome!

Regards,
yueweng
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to