This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xargs problems


When installing Octave w/ Cyg19.1B I have found that the script
install_octave failed because in line 

find $fcnfiledir -type f -print | xargs chmod 0644	

xargs received in input a bit more that 9K of filenames.
any input > of this resulted in 

XARGS provoked a stack error in module KERNEL32.DLL at 0137:bff725c5.

obviously all went right when I changed the line 

find $fcnfiledir -type f -print | xargs --max-args=50 chmod 0644

but isn't it a bug?

------
dm2@unipg.it is Daniele Mezzetti
Strada delle Pulite 50
06125 Perugia, Italy
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]