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)ametzler@argenau:/tmp/findtest$ mkdir /tmp/findtest
(SID)ametzler@argenau:/tmp/findtest$ cd /tmp/findtest
(SID)ametzler@argenau:/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)ametzler@argenau:/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