Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 7 Nov 2002 10:46:16 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: 1.3.13 bug with arguments for "ls *" etc. where * is >900 chars Message-ID: <20021107154616.GA27716@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.1i On Thu, Nov 07, 2002 at 09:57:26AM -0500, Willis, Matthew wrote: >I reported a strange hang with nt4 yesterday and have more information on >how to replicate. Basically, long command line globs seem to cause the >system to get locked up at 100%. The following can replicate > >mkdir tmp; cd tmp >for k in 0 1 2 3 4 5 6 7 8 9 a b c d e f >do > for j in 0 1 2 3 4 5 6 7 8 9 a b c d e f > do > touch $j.$k > done >done > >Now, when I do > >ls * - this hangs (ctrl-c to get out) >ls [0-9a-f].[0-9a-f] - this hangs too >ls [0-9a-e].[0-9a-e] - but this works fine I have no problem whatsoever with this. >My cygcheck.out is attached to a post I made yesterday. And it reveals that you have an old version of the DLL and have two versions of the DLL in your path, one in C:\WINNT\System32\cygwin1.dll, which setup.exe should have warned you about. Putting the DLL there is something that we've repeatedly stressed is a bad idea (tm). cgf -- Please do not send me personal email with cygwin questions or observations. Use the resources at http://cygwin.com/ . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/