From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Sat, 28 Feb 2015 20:28:05 +0100 Subject: [Buildroot] [PATCH v5 10/11] autobuild-run: kill all children on SIGTERM In-Reply-To: <1418414696-32584-11-git-send-email-patrickdepinguin@gmail.com> References: <1418414696-32584-1-git-send-email-patrickdepinguin@gmail.com> <1418414696-32584-11-git-send-email-patrickdepinguin@gmail.com> Message-ID: <20150228202805.50d377d3@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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