X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 12D193858C56 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 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com 2A8FfQOQ008928 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1667922086; bh=hA5VrS9LlahV1e4ql3cjeXId/QTpqtnomRATGb3Zbm0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=P742Kj0rZ74uBGiGHOGBfJXHE+dGckD9X249jDFg2QVZhDRlyweJj3ZEt2CtQhFqZ P2NCGrugINxupc+g3tcjVXT54jTOohy0ZYJPPwrfCuWz8QamKJ5r5Ce9aaBQ9lA1Cw CECsajFqqbpXg7trlazew5CTrezCYcdeh2PSlYnXss7JnsHycviox54xyUqbpBXvBj 1s5TcZee6P+HrOXaBl52YEk97oJzamJDZ8pCxx8UWKXa3EazV2G9l3IGJ/VlZ0pP75 SLqucA+Q0zzsV0VqmxhIhqA4RyJ6DJVvqy7mJPuonr3ZbK+t74a7zq+YSplYUEbvnc Qm1NmSzRcS5EQ== X-Nifty-SrcIP: [220.150.136.180] Date: Wed, 9 Nov 2022 00:41:27 +0900 From: Takashi Yano To: "cygwin AT cygwin DOT com" Cc: Derek Pagel Subject: Re: Cygwin commands are intermittently hanging on Windows Message-Id: <20221109004127.dea961f4dcb0d354fa3acc5b@nifty.ne.jp> In-Reply-To: References: <20221108092420 DOT 7e52f3be24171e27b0215a52 AT nifty DOT ne DOT jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 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 X-BeenThere: cygwin AT cygwin DOT 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Tue, 8 Nov 2022 13:25:05 +0000 Derek Pagel wrote: > The script was written using Strawberry Perl with Cygwin in the %PATH% variable. Then the script makes system calls using that Cygwin. my $TESTDIR = getcwd() . "\\test"; my $MVCMD = "mv test.txt " . $TESTDIR . "\\test.txt"; my $RMCMD = "rm " . $TESTDIR . "\\test.txt test2.txt"; Even using Strawberry Perl, "" in above lines cause error. -- Takashi Yano -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple