[Buildroot] [PATCH v5 10/11] autobuild-run: kill all children on SIGTERM

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Feb 28 19:28:05 UTC 2015


Dear Thomas De Schampheleire,

On Fri, 12 Dec 2014 21:04:55 +0100, Thomas De Schampheleire wrote:

> -from multiprocessing import Process
> +import multiprocessing

This change...

>      for i in range(0, int(args['--ninstances'])):
>          p = Process(target=run_instance, kwargs=dict(

Breaks this, it should be changed to multiprocessing.Process.

I've fixed that up locally for now, but it essentially means that your
patch series was never executed, as it basically cannot work at all :-/

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list