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]

Re: wildcard expansion once more


David Robinow wrote:
> 
> --- Andre Berton <andre.berton@gmx.de> wrote:
> > While processing large amounts of data, cygwin runs
> > into trouble with
> > wildcard expansion (it happens only while processing
> > thousands of files). For example:
> >        ls */*.txt
> > comes up with
> > bash: //c/cygtools/....bin/ls: Invalid argument
> >
>  This is a bug. It should say "Arg list too long." or
> something similar.

Assuming that the error was from 'ls', I'd agree.  But when I run 'ls'
with an invalid argument, it reports:

	x*x: No such file or directory

It does not prepend "bash:" as seen in this error message.  I would
assume any other errors from 'ls' would be handled the same.  I'm
wondering if there is some problem with the "//c/cygtools/...bin/ls"
part itself?  Put another way, 'bash' is complaining about
"//c/cygtools/...bin/ls" being invalid.

Seems that there is a need here for some further info, such as the
output of:

	cygcheck  -r -s -v

---deleted---


-- 
Bob McGowan
Staff Software Quality Engineer
VERITAS Software
rmcgowan@veritas.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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