pombreda / sulley

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

Ctrl-C not handled gracefully in sulley fuzzie scripts. #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ctrl-C a running fuzzy
2.
3.

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

Application should clean up, disconnect from all attached pedrpc services,
store it's current session state and exit cleanly.

Currently application doesn't handle KeyboardInterrupt or SystemExit
exceptions properly, so when you control-c your fuzzie because you gooffed
something up it throws KeyboardInterrupt error and you get to sit and wait
until everything timesout, or you have to killall python to get it to
finish exiting. 

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

Please provide any additional information below.

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