Re: [Qemu-devel] [PATCH v2 1/1] qemu-iotests: fix cleanup of background processes

2015-10-30 Thread Jeff Cody
On Fri, Oct 30, 2015 at 06:37:34PM +0100, Max Reitz wrote: > On 29.10.2015 12:56, Jeff Cody wrote: > > Commit 934659c switched the iotests to run qemu and qemu-nbd from a bash > > subshell, in order to catch segfaults. Unfortunately, this means the > > process PID cannot be captured via '$!'. We s

Re: [Qemu-devel] [PATCH v2 1/1] qemu-iotests: fix cleanup of background processes

2015-10-30 Thread Max Reitz
On 29.10.2015 12:56, Jeff Cody wrote: > Commit 934659c switched the iotests to run qemu and qemu-nbd from a bash > subshell, in order to catch segfaults. Unfortunately, this means the > process PID cannot be captured via '$!'. We stopped killing qemu and > qemu-nbd processes, leaving a lot of orph

[Qemu-devel] [PATCH v2 1/1] qemu-iotests: fix cleanup of background processes

2015-10-29 Thread Jeff Cody
Commit 934659c switched the iotests to run qemu and qemu-nbd from a bash subshell, in order to catch segfaults. Unfortunately, this means the process PID cannot be captured via '$!'. We stopped killing qemu and qemu-nbd processes, leaving a lot of orphaned, running qemu processes after executing i