Roy Marples wrote:
> On Saturday 26 January 2008 17:01:26 walter harms wrote:
>> Roy Marples wrote:
>>> Hi List.
>>>
>>> I'm trying to track down a memory corruption when using the following
>>>
>>> /tmp/bb $ touch a b
>>> /tmp/bb $ find . -type f -exec rm -rf -- {} \;
>>> /tmp/bb $ touch a b c
>>> /tmp/bb $ find . -type f -exec rm -rf -- {} \;
>>> rm: invalid option --
>>> BusyBox v1.9.0 (2008-01-25 14:43:46 GMT) multi-call binary
>> works for me:
>>
>> ~/src/busybox/busybox-1.9.0/check> touch a b
>> /check> ../busybox find . -type f -exec rm -rf -- {} \;
>> /check> ll
>> insgesamt 0
>> /check> touch a b c
>> /check> ../busybox find . -type f -exec rm -rf -- {} \;
>> /check> ll
>> insgesamt 0
>>
>> what version of gcc you are using ?
> 
> gcc (GCC) 4.2.2 (Gentoo 4.2.2 p1.0)
> Interestingly I cannot replicate it on my amd64, but can on my i386 :/
> 
strange: i used
model name      Intel(R) Pentium(R) 4 CPU 2.80GHz
gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)

Works also with gcc 3.2

re,
 wh


_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to