bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] md5: accepts a new --threads option


From: Pádraig Brady
Subject: Re: [PATCH] md5: accepts a new --threads option
Date: Wed, 21 Oct 2009 15:22:26 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20071008)

Jim Meyering wrote:
> Pádraig Brady wrote:
> ...
>>> Odd... that doesn't fail on any of the systems where I tried it:
>>> rawhide, fedora 11, debian unstable.
>> Yep I noticed it triggered on my linux-2.6.22 glibc-2.6-1 box
>> but not on my F11 laptop. I've setup the test in the attached
>> to output more than 16KiB per process which triggers on F11 at least.
> ...
>> +(mkdir tmp && cd tmp && seq 500 | xargs touch)
>> +
>> +# This will output at least 16KiB per process
>> +# which is enough to trigger on Fedora 11 at least
>> +(find tmp tmp -type f | xargs -n500 -P2 md5sum) |
>> +sed -n '/[0-9a-f]\{32\}  /!p' |
>> +grep . > /dev/null && fail=1
> 
> Thanks.  That's better.
> However, it too sometimes fails to fail:
> [here, the grep matched nothing 2 of 200 times]

Wow that's much too infrequent and suggests your
system is very fast and getting xargs to reap
and start another process, perturbs the buffering
enough. I'll add "tmp tmp tmp" to the test.

thanks,
Pádraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]