bug-findutils
[Top][All Lists]
Advanced

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

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


From: Andreas Metzler
Subject: [bug #34976] find: Failed to save working directory in order to [...]: Too many open files
Date: Sun, 04 Dec 2011 13:51:41 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.1.16) Gecko/20111108 Iceweasel/3.5.16 (like Firefox/3.5.16)

Follow-up Comment #2, bug #34976 (project findutils):

Jay wrote
> Can you narrow this down to a simple test case?

A 1111 files tree does the trick:

(SID)address@hidden:/tmp/findtest$ mkdir /tmp/findtest
(SID)address@hidden:/tmp/findtest$ cd /tmp/findtest
(SID)address@hidden:/tmp/findtest$ for a in `seq -w 0 9` A ; do for b in
`seq -w 00 99` ; do mkdir -p $a/$b ; echo blubb > $a/$b/datei${a}${b} ;echo
blubb > $a/datei${a} ; done ; done
(SID)address@hidden:/tmp/findtest$ /tmp/find -type f -execdir bzip2 '{}'
';'
/tmp/find: `./7/74': Too many open files
/tmp/find: `./7/39': Too many open files
[...]

cu andreas

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34976>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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