bug-findutils
[Top][All Lists]
Advanced

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

Re: [bug #34976] find: Failed to save working directory in order to [...


From: Eric Blake
Subject: Re: [bug #34976] find: Failed to save working directory in order to [...]: Too many open files
Date: Fri, 20 Sep 2013 16:14:36 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

On 09/20/2013 04:01 PM, James Youngman wrote:
> Update of bug #34976 (project findutils):
> 
>                 Severity:              3 - Normal => 4 - Important          
>               Item Group:                    None => Wrong result           
>                   Status:                    None => Fixed                  
> 
>     _______________________________________________________
> 
> Follow-up Comment #8:
> 
> I've applied and pushed Bernhard's change (after modifying it to update the
> ChangeLog).
> 
> The applied patch is
> http://git.savannah.gnu.org/cgit/findutils.git/commit/?id=183115d0484816336f9c4d2a3198b5eae2ad4b92

Looking at that link, I see a (pre-existing) typo:

>  /* For -execdir/-okdir predicates, the parser did not fill in
> - the wd_for_exec member of sturct exec_val. So for those
> - predicates, we do so now.
> + the wd_for_exec member of sturct exec_val. So for those
> + predicates, we do so now.

s/sturct/struct/

as well as some non-portable shell:

> + for i in $(seq 0 100) ; do

seq is not POSIX; and I don't know that you can assume that GNU
coreutils are installed everywhere.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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