X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D86BC395C066 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1606917963; bh=pnpFyDPFtRrdQxkG+lZYDv8ImogzhCtHE06BXkzEJ5s=; h=Date:From:To:Subject:References:In-Reply-To:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: Reply-To:From; b=Mzw/Lcy0hiznojBzad+eOGFWs9O1wBzzkcSJdHHDoGM0xC2q1uFwqsHnLvEkwIxSo AJNcNbhPNmXHD6r+ZzkaYd4tsAO5r1eHYEp58JIXIUOxyu3Cd0oG0WnHOmrgkqYB64 Eii5Y7EOWULkNua3qyTC6Kf0CP1C+EIQBhmkbgWk= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 30948395C02C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=corinna-cygwin AT cygwin DOT com Date: Wed, 2 Dec 2020 15:05:57 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: cygwin1.dll > 3.1.4: Program execution fails if (WSL-)symlink exists and is present in PATH Message-ID: <20201202140557.GQ303847@calimero.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: <3160909720eb427892eb38221a611953 AT frims060 DOT wamas DOT com> <66ac6d01-3ae9-5bd3-46a2-9a4e66647e45 AT cornell DOT edu> <20201202133905 DOT 6355182479af1f61971dc8a4 AT nifty DOT ne DOT jp> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201202133905.6355182479af1f61971dc8a4@nifty.ne.jp> X-Provags-ID: V03:K1:SGKEQn8inPPBoV7vo3sPriTs7XudWJa0CjdgGthE54BwuYbsmE1 v4kNYCEcW2Xpk8+xTDbriN78YHVreoQwDpzriTdaClncWnivjRkxQOFWkAQ7+S9aAU9IyZh XSxVd/dXs5HlFfH3G2ntGj+IMCHq5sVwwCOEuuDTbyzODrux8NFHkdVb0l1viNzD1i7wAAv kh+aUObh7/9V3e5yQRLvQ== X-UI-Out-Filterresults: notjunk:1;V03:K0:wG+RJ2A/RCw=:2nBcamztA25UscKZqo9wl+ QFEfIFNIfOyv9MskKPV4zDeJecvdvaB6MrBSMN/ja5WgJCS4EQIG5DNuGD1SnsNg4zdYYn2jy HLAxPdBsDAdo+DPMwqWvdj3O78s2InofmXqx86z99jT6p9hIT4iY6nAqBd5NQ1u1OJfOcaWDu gKhpyQtIKbq8YVbeITymvk4HxTgC4lTdN7Z8MNS+tXyJdIjY5mWKCCOsqq7Dq12ebclyQxzm7 mu1Qd76UdlYkf0vNgdwrt/P5xp9vvoZItn3ZcxvZZoX+rFi9QHw6Pe9FND0rwg15wz4GMKR30 oBsG6dZnVEQk40N9AwV2MjijaAX7rNbAryBoIJic3SccTpKzU7c3cyKtT6G/QYDcNz3+sT27T 752n8YIumk4JyH5CMztxq/DE8ri6H3PJeOCgKmYlBVTFoi19vv9IaReIFelocbvp6pPL/Ta2S lbB8GniT3g== X-Spam-Status: No, score=-100.8 required=5.0 tests=BAYES_00, GOOD_FROM_CORINNA_CYGWIN, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham 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 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: , Reply-To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" 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. Corinna -- 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