delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/01/07/17:14:31

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 48114396ECAC
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1610057631;
bh=qcgv65MNSOPAsNLazHPiSrUdBNAP4i6xNxzQhUr0RlI=;
h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post:
List-Help:List-Subscribe:From:Reply-To:From;
b=wxmjEysPqRDqAJNh3B+YF62gL723A1GdnofJPy7k3VLH91detwRZd0LyKU5aKETaL
sQkhC4viRxauomAOG8RwffkRR+3k76nyg76sy9f533fwnhZWzRoQ2xJb3tpS8Qo9hp
gpSO4nkDvQ1vwsX3fYU+vP7TUJLNQ45PUhh7Ys+U=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 14C89386F03C
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:mime-version:from:date:message-id:subject:to;
bh=wZKMw55A5AOKjqJ2tLLoVDX2V3HtvtL8hHyoEsDnbmg=;
b=AHhFAMlD0FEg8tGdJnCwdoFbH9Khb5X6VyaENBXVtUnIXihqBrUMquWGxA6ynBL7F2
ZtuGkPqElNVLScKX+Po3ug9gf8j9QjckGw+1GL+5LZgZkfzlBIjCbYEgQ2OxIhLTKcmT
g0vWdHQjT0wGQE7/DyjFIM/iLlrNslovl0ndBUw2Hmuvqodd9KSD5BGNFSRwYkuCHNOm
TxXV6MpxISylnxPwC/L73DHSjhmqWY2NMAvYG5uphfV/nkDmthdqqyBjrKFoRbMq1HTA
RnJfiD8JxH/bSd2zwlQxLde/jxSy8Jy3gCm+VrFHOEXweh66tWQKFhmM88osxe7Aky5X
F0FA==
X-Gm-Message-State: AOAM531gbwc4oljKJ6oMT4Tu/v9tvbVfOHupOAb8I2qly5BQYHZgDode
R4y8B4CYtW8158tgsBQ0/8g9D1dtMu8jUdq91dp5KyR8CayUPw==
X-Google-Smtp-Source: ABdhPJx5OFGSvU3BiH6mPJjjkrXBMgBPnF85Vg3fXFihFbbKZHSKUUtC8UfGiWLsExgRxVZYYwZvo+//hnL2yCKsyxE=
X-Received: by 2002:aa7:9784:0:b029:1a6:5fb2:ecee with SMTP id
o4-20020aa797840000b02901a65fb2eceemr755343pfp.41.1610057626515; Thu, 07 Jan
2021 14:13:46 -0800 (PST)
MIME-Version: 1.0
Date: Thu, 7 Jan 2021 17:13:35 -0500
Message-ID: <CANQs7dBzxSq+yC0Euc_mmUgxU0nrxWptwY=bzOWaoAvUVj6ZrA@mail.gmail.com>
Subject: FAST_CWD warning on 64-bit Cygwin + Windows for ARM64
To: cygwin AT cygwin DOT com
X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_NUMSUBJECT,
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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Tres Finocchiaro via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Tres Finocchiaro <tres DOT finocchiaro AT gmail DOT com>
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

Running cygwin64 on Windows for ARM64 using the new, experimental
x86_64 emulation layer, the following warning is shown:

> Cygwin WARNING:
>    Couldn't compute FAST_CWD pointer.  This typically occurs if you're using
>    an older Cygwin version on a newer Windows.  Please update to the latest
>    available Cygwin version from https://cygwin.com/.  If the problem persists,
>    please see https://cygwin.com/problems.html

So far, the problem seems to be mostly benign, however was observed by
a build system which doesn't properly sanitize stderr (the project
used grep through ant's ExecTask which combines stdout and stderr by
default).

I don't require help with this issue, but wanted to report it.  As
Windows on ARM64 becomes more popular, the number of users moving from
cygwin32 to cygwin64 will increase, and the problem is likely to be
reported (or at least experienced) more and more.

I did browse the archives and found this message:
https://cygwin.com/pipermail/cygwin/2020-October/246434.html

However it didn't mention Windows ARM64 by name, so I wanted to share,
I wasn't sure if this is due to a Win32 API change, a bug in x86_64
emulation for this particular OS or an unforeseen edge-case within the
cygwin codebase.

Slightly unrelated, but if a particular project volunteer requires
ARM64 hardware to reproduce and resolve the above issue, please reply
to me privately, I'd be happy to help.  Also, thanks for the hard work
maintaining the project!

- Tres DOT Finocchiaro AT gmail DOT com
--
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019