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

Thomas De Schampheleire patrickdepinguin at gmail.com
Sun Mar 1 20:02:55 UTC 2015


Hi Thomas,

On Sat, Feb 28, 2015 at 8:28 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> 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 :-/

Naturally I did test this series, and this patch, but I must have made
a final 'fixup' before submitting without retesting. Shame on me,
sorry :-s


More information about the buildroot mailing list