Don't install twisted signal handlers, to fix restarting syscalls on SIGCHLD.
[vuplus_dvbapp] / mytest.py
index b40552c..88c035a 100644 (file)
--- a/mytest.py
+++ b/mytest.py
@@ -61,7 +61,7 @@ try:
        from twisted.internet import reactor
 
        def runReactor():
-               reactor.run()
+               reactor.run(installSignalHandlers=False)
 except ImportError:
        print "twisted not available"
        def runReactor():