SupySandbox: Bug fix.

master
Valentin Lorentz 2011-08-28 15:10:01 +02:00
parent eef1bb254e
commit c0e5566827
1 changed files with 1 additions and 0 deletions

View File

@ -161,6 +161,7 @@ def handleChild(childpid, r):
time.sleep(.5)
n += 1
if not pid:
import signal
os.kill(childpid, signal.SIGKILL)
raise SandboxError('Timeout')
elif os.WIFEXITED(status):