search for: 88f69eb03160a62d38

Displaying 1 result from an estimated 1 matches for "88f69eb03160a62d38".

2011 Mar 11
1
setpgid() before exec'ing qemu
..., however I was looking in libquestfs code and saw: #if 0 /* Set up a new process group, so we can signal this process * and all subprocesses (eg. if qemu is really a shell script). */ setpgid (0, 0); #endif Any reason this is "if def'ed" out? this was done in commit 88f69eb03160a62d38 I was thinking this might prevent my problem from occuring in the first place? Chris: Any special reason you are using kill_subprocess()? def kill_subprocess (self): u"""This kills the qemu subprocess. You should never need to call this. "&quot...