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: Jonathan Nieder
Subject: Re: [bug #34976] find: Failed to save working directory in order to [...]: Too many open files
Date: Sat, 3 Dec 2011 17:13:42 -0600
User-agent: Mutt/1.5.21+46 (b01d63af6fea) (2011-07-01)

James Youngman wrote:

> Can you narrow this down to a simple test case?   With specific instructions
> to reproduce it?

Here's one:

 $ tar -Jxf testcase.tar.xz
 $ ulimit -n 1024
 $ find 
'debian/linux-patch-debian-2.6.32/usr/src/kernel-patches/all/2.6.32/debian' \
   ! -path '*/series/*' \
   -type f -execdir bzip2 '{}' ';' -execdir chmod 644 '{}.bz2' ';'

It's probably possible to reduce it more, but I'm lazy.

Thanks for looking into it.  If there's any other information I can
provide that would be useful, feel free to ask.

Regards,
Jonathan

 $ uname -a
 Linux elie 3.1.0-1-amd64 #1 SMP Tue Nov 29 13:47:12 UTC 2011 x86_64 GNU/Linux
 $ dpkg-query --show findutils
 findutils      4.5.10-1
 $ ulimit -a
 core file size          (blocks, -c) 1024
 data seg size           (kbytes, -d) unlimited
 scheduling priority             (-e) 0
 file size               (blocks, -f) unlimited
 pending signals                 (-i) 13961
 max locked memory       (kbytes, -l) 64
 max memory size         (kbytes, -m) unlimited
 open files                      (-n) 1024
 pipe size            (512 bytes, -p) 8
 POSIX message queues     (bytes, -q) 819200
 real-time priority              (-r) 0
 stack size              (kbytes, -s) 8192
 cpu time               (seconds, -t) unlimited
 max user processes              (-u) 13961
 virtual memory          (kbytes, -v) unlimited
 file locks                      (-x) unlimited

Attachment: testcase.tar.xz
Description: Binary data


reply via email to

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