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: Fri, 17 Jun 2005 18:41:31 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Andreas Eibach cc: cygwin AT cygwin DOT com Subject: Re: Sensitive/critical bug found? In-Reply-To: <510129965@web.de> Message-ID: References: <510129965 AT web DOT de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 17 Jun 2005, Andreas Eibach wrote: > It looks that I have. > First of all, ALL version numbers of the tools I used: > > GNU find version 4.2.11 (cvs) > GNU xargs version 4.2.11 (cvs) > glib version 2.6.5 (the bug might also appear with other packages) > > [snip] > $ cd glib-2.6.5 > $ find . -name '*' | xargs grep -i 'threads_got_initialized' > out2.log > > ATTENTION. out2.log will grow and grow ... and grew more than 2 GB here, > until I got a "No space left on device". , and not Cygwin-specific, either. Of course grep would look for "threads_got_initialized" in every file in the current directory, *including out2.log*! And it'll keep appending the results to that same out2.log. > $ find . -name '*' | xargs grep -i 'threads_got_initialized' | tee out2.log > > works, though. > > Can anyone of you reproduce this behavior? HTH, Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/