From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-06.nifty.com (conssluserg-06.nifty.com [210.131.2.91]) by sourceware.org (Postfix) with ESMTPS id 22944396EC61 for ; Thu, 3 Dec 2020 09:31:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 22944396EC61 Received: from Express5800-S70 (v038192.dynamic.ppp.asahi-net.or.jp [124.155.38.192]) (authenticated) by conssluserg-06.nifty.com with ESMTP id 0B39Ut6n023470 for ; Thu, 3 Dec 2020 18:30:55 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com 0B39Ut6n023470 X-Nifty-SrcIP: [124.155.38.192] Date: Thu, 3 Dec 2020 18:30:56 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: cygwin1.dll > 3.1.4: Program execution fails if (WSL-)symlink exists and is present in PATH Message-Id: <20201203183056.cf04c7f14f557c860cf1b4fe@nifty.ne.jp> In-Reply-To: <20201202153502.GS303847@calimero.vinschen.de> References: <3160909720eb427892eb38221a611953@frims060.wamas.com> <66ac6d01-3ae9-5bd3-46a2-9a4e66647e45@cornell.edu> <20201202133905.6355182479af1f61971dc8a4@nifty.ne.jp> <20201202140557.GQ303847@calimero.vinschen.de> <20201202153502.GS303847@calimero.vinschen.de> 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=-1.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Thu, 03 Dec 2020 09:31:13 -0000 On Wed, 2 Dec 2020 16:35:02 +0100 Corinna Vinschen via Cygwin wrote: > On Dec 2 15:05, Corinna Vinschen wrote: > > On Dec 2 13:39, Takashi Yano via Cygwin wrote: > > > On Tue, 1 Dec 2020 19:13:39 -0500 > > > Ken Brown via Cygwin wrote: > > > > On 12/1/2020 4:24 AM, Mattl Mario wrote: > > > > > Hello, > > > > > > > > > > Since cygwin1.dll version 3.1.5, I observed the following behavior: > > > > > If a symbolic link is existing in the PATH environment, programs (external from Cygwin's system directory) using cygwin1.dll cannot be executed anymore. > > > > > Possibly, because the Cygwin-DLL isn't found anymore. > > > > > > > > > > Steps to reproduce: > > > > > > > > > > cd / > > > > > mkdir link_test > > > > > cp /usr/bin/sed.exe link_test > > > > > ln -s link_test test > > > > > export PATH=/test:/link_test:/usr/bin:/bin > > > > > > > > > > /link_test/sed cannot be executed > > > > > $ ldd /link_test/sed > > > > > ntdll.dll => /cygdrive/c/WINDOWS/SYSTEM32/ntdll.dll (0x7ffffd960000) > > > > > KERNEL32.DLL => /cygdrive/c/WINDOWS/System32/KERNEL32.DLL (0x7ffffd140000) > > > > > KERNELBASE.dll => /cygdrive/c/WINDOWS/System32/KERNELBASE.dll (0x7ffffa8e0000) > > > > > SYSFER.DLL => /cygdrive/c/WINDOWS/System32/SYSFER.DLL (0x550c0000) > > > > > > > > > > -> no cygwin- DLLs found > > > > > [...] > > > > I think this was fixed by commit 4b4fffe0f2390be6a5be27b6a3ceaa212a3724b2, but I > > > > don't have time to check carefully, and I'm going to be AFK for a few days > > > > starting tomorrow. > > > > > > I can reproduce this issue with current git head even with > > > the commit 4b4fffe0f2390be6a5be27b6a3ceaa212a3724b2. > > > > Just looking into it. It has something to do with missing to resolve > > a WSL symlinks to a Windows path, but I'm not sure yet where this occurs. > > I pushed a patch and uploaded new developer snapshots to > https://cygwin.com/snapshots/ > > Please give it a try. I have confirmed that the issue has been resolved on current git head. -- Takashi Yano