X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 27160396EC74
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1606987874;
	bh=TqgXGvJpsKJwS3jBMTBP7vuURwLB0Hpt6AYX3PYmFrU=;
	h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=WwDL4BUyNgFJNu+DEL3n6FezPK2gLXJ3inZvkKZmbhkVJK5TdawPUbhFFSXOmJLyq
	 Jqrx1dq/Rbv0orcXdg1sXVNoZSWdz3R9mJsMsqIbegCgJRXFOFCV2V4tZPj+1rOnFO
	 FA7c7zXY48Rsg8Dwfv4s2l4xmzojB8TH9CVjYinM=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 22944396EC61
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
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
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 <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: Takashi Yano via Cygwin <cygwin@cygwin.com>
Reply-To: Takashi Yano <takashi.yano@nifty.ne.jp>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cygwin-bounces@cygwin.com
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

On Wed, 2 Dec 2020 16:35:02 +0100
Corinna Vinschen via Cygwin <cygwin@cygwin.com> 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 <cygwin@cygwin.com> 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 <takashi.yano@nifty.ne.jp>
--
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
