cvs77 / jchord

Automatically exported from code.google.com/p/jchord
1 stars 2 forks source link

handle dynamic analysis of programs that crash or don't halt #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, Chord's dynamic analyses assume that programs run for a while, and 
then exit with return value 0.

It's often interesting to analyze programs that crash or that sit in a loop 
waiting for input.  This patch adds options to continue after abnormal JVM 
termination, and by terminating programs after a pre-set timeout.

Original issue reported on code.google.com by asrabkin@gmail.com on 11 Jun 2010 at 9:11

Attachments:

GoogleCodeExporter commented 9 years ago
Added patch in revision 789, thanks. 

Original comment by mayur.naik on 14 Jun 2010 at 2:28

GoogleCodeExporter commented 9 years ago

Original comment by mayur.naik on 14 Jun 2010 at 2:29