Diablo
unread,Oct 28, 2008, 5:07:43 AM10/28/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ReCrash
Hi,
I'm trying out reCrash with some examples. Class test invokes two
threads A and B in its main method, and B throw an catched exception,
with the statement "reCrash with".equals(e); like the example.
But when I use java -javaagent:reCrash.jar test, it doesn't print a
crash test case.(Indeed it crashed). Did reCrash can only catch the
exception in the main() method in class test? Or if I want to catch
the exception in threadB, should I add a main() method in that class
and use the command : java -javaagent:reCrash.jar threadB?
Thank you very much. I was trying to see the capability of reCrash in
multi-threaded application.
Qingzhou Luo