From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-01.nifty.com (conssluserg-01.nifty.com [210.131.2.80]) by sourceware.org (Postfix) with ESMTPS id 394C63858418 for ; Tue, 8 Nov 2022 16:51:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 394C63858418 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 HP-Z230 (aj136180.dynamic.ppp.asahi-net.or.jp [220.150.136.180]) (authenticated) by conssluserg-01.nifty.com with ESMTP id 2A8Goe3Q027009; Wed, 9 Nov 2022 01:50:40 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com 2A8Goe3Q027009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1667926241; bh=vpl2+mQw4z1SV1X44bmInpKVXGhzjfo5k6GM5DCMOXA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=nmDxe4ms2uf+mcZiyF/UK0hIIOTJPHDwQulIpcQfBRwitaKuuTJipS+vB841NDbGp jJIf7Pv4GsK5u+3c4D5xh0OpWKDS8MLzA7MPtVlxY3CREH08tU9FwMG+aZmVo+fmJu JjT0IQWqvEuhR9cEMMqLT1z50+0V1IgCaJStgXNVH2sfm/IZxSzNGjp1hmSxliygTy txYcstO3F8XumaVMj47Q5ww6oOefMhUP4IRWDzIeLp8F4ojnnf/3jpMHpcjRpvksap 12Q7tDx5kgqchTJ/EuGZEBVR78vGHOcNS3PQ5Piv5txWRcDilFdIXG/BhCkWOjvHSM X2azsy0FocplQ== X-Nifty-SrcIP: [220.150.136.180] Date: Wed, 9 Nov 2022 01:50:41 +0900 From: Takashi Yano To: "cygwin@cygwin.com" Cc: Derek Pagel Subject: Re: Cygwin commands are intermittently hanging on Windows Message-Id: <20221109015041.9c450dc916a1a97b88992cee@nifty.ne.jp> In-Reply-To: References: <20221108092420.7e52f3be24171e27b0215a52@nifty.ne.jp> <20221109004127.dea961f4dcb0d354fa3acc5b@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.2 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 autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Tue, 8 Nov 2022 16:00:52 +0000 Derek Pagel wrote: > Even using Strawberry Perl, "" in above lines cause error. > > Oh, I see, when I copy-pasted the script into the thread, it added a few code changes, and I missed cleaning up those ones. The script should be able to run if you remove " ", "" and " " out of the above lines. I ran your script twice, once in command prompt and once in mintty. Both attempts finished without any problems. -- Takashi Yano