From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-04.nifty.com (conssluserg-04.nifty.com [210.131.2.83]) by sourceware.org (Postfix) with ESMTPS id CD1193857C67 for ; Wed, 16 Feb 2022 10:01:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CD1193857C67 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from Express5800-S70 (ak036016.dynamic.ppp.asahi-net.or.jp [119.150.36.16]) (authenticated) by conssluserg-04.nifty.com with ESMTP id 21GA16vT010644 for ; Wed, 16 Feb 2022 19:01:06 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com 21GA16vT010644 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1645005666; bh=DDQnBB1l8ZIY6uGEX1lXJFlDLFFND5mbImeNwTNtE/Q=; h=Date:From:To:Subject:In-Reply-To:References:From; b=GHhzaY3mu7gBZJQ1avYFbPZYeOpZ3sKEa5A59clKXNUk1PJ3FS1x+law+vi+hUUqn ZgCPh9x0PtSwWFSNguTnEVUjaMk3O57weRpoLHVZU1pCDG4edUSQJM8rw/mOvrrnEH RrQ/aw44ClMq9WtJtUrdrxpq8ImN7EEZOhTXWLULJ+wHxEqtND7WCiLyaCGdAhRIvt gbBphKtEj2L4xhFyorHLP6IMJmC4CKk9Ne80fGCt6bN6wztpFdGDYTryitjVAVqpWU Wv+lXi5tiEURWqKoXg8bn9G1PxbeeZVs+tR2BW7AMx15UKscGgtdn9Vhy2s0qHVawf uPdtPVZbstdNw== X-Nifty-SrcIP: [119.150.36.16] Date: Wed, 16 Feb 2022 19:01:07 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: Console output hangs in the middle of a line Message-Id: <20220216190107.b8728721c320a2a06cf30290@nifty.ne.jp> In-Reply-To: <20220216185905.06b32cba3523fb612bf4d042@nifty.ne.jp> References: <20220216185905.06b32cba3523fb612bf4d042@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Feb 2022 10:01:36 -0000 On Wed, 16 Feb 2022 18:59:05 +0900 Takashi Yano wrote: > On Wed, 16 Feb 2022 11:49:36 +0200 > Orgad Shaneh wrote: > > I'm using cygwin runtime 3.3.4-2. CYGWIN env variable is empty. > > Running in Windows Terminal. > > > > When I run git clean -dfx on a Node.JS project, which has huge > > node_modules directories, that produces a lot of output in high rate, > > the console seems to freeze for very long in the middle of a line, and > > continues after a while. If I get it correctly, the writes are done in > > 4K chunks, freezing for a few seconds after each chunk. > > > > The output looks more or less like this: > > > > Removing common/auth.js > > Removing common/auth.js.map > > ... > > Removing common/bar.js > > Removing common/bar.js.map > > Remo > > ving common/foo.js (continued on the same line) > > Removing common/foo.js.map > > ... > > etc. > > > > No output was lost. > > > > Is this a known issue? > > Could you please provide reproducible steps for the issue? And, also please check if this issue occurs in command prompt? (I mean not in Windows Terminal, but cmd.exe.) -- Takashi Yano