41ee88b Spawned zombie subprocesses not reaped

Authored and Committed by jrybar 5 years ago
    Spawned zombie subprocesses not reaped
    
    The child watch source attached to thread context didn't work due to the release of it's main loop and context outside. So we attach the source to the global default main context to make it work and avoid zombies.
    
        
file modified
+5 -1