sh1nu11bi / sulley

Automatically exported from code.google.com/p/sulley
GNU General Public License v2.0
0 stars 0 forks source link

Additional crash recording criteria #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If an application crashes or bails and pydbg doesn't catch the exception
for some reason, the crash isn't recorded.
2. Right now this can be replicated with applications that throw C++
exceptions, as pydbg doesn't seem to handle them properly.
3.

What is the expected output? What do you see instead?

If the debugger thread exits and has to reattach, this should be recorded
as a potential crash

What version of the product are you using? On what operating system?

My really hacked up version of sulley. :) on Ubuntu

Please provide any additional information below.

Once sulley calls post_send in process_monitor and before it calls
restart_target there should be logic that says:

If dbg.thread = dead && app.pid = gone.
   record.crash to session

Original issue reported on code.google.com by kmx26...@gmail.com on 9 Dec 2007 at 4:59