DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 65ODdAYX3073895 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 65ODdAYX3073895 Authentication-Results: delorie.com; dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=aPMVYQlY X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F064A4BA2E19 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1782308349; bh=KgdMTKf215i6VIJ/9WEQJ6Pb5THpZ4q2n8g02hujP8Q=; 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=aPMVYQlYKrKEDWmrmDA9QBCXq3177vAoAyQq0bdxI+FxGEt6ROqmYz16A54Pm3DRm 8z7oCNvgjTZWhlNHdAu2pP2w5DXz/3fpyegzCgZR3zLr4cIHQQvbD9ADUSpXlUsZSC HMmDA97TIoRNVPuDg6OT3L5bVxNnlAeSe/8tkly0= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E1E324BA5435 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E1E324BA5435 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1782308329; cv=none; b=gOhBzzB36P7vlqr42VxpTwF4y1wHMbZf7XLVa5USdXLBB8FwAdxKDZwqZ/iSk75VRZ5PTOm0/EQtU0UMa1rcKUoNBzn6GiIIgd7phDmoSUjjxCCth4dH1gUg/YFh2AXALfliRHlnkMXZ0GuCCRmG7y088Yuc9D3baTFPXhrL7jM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1782308329; c=relaxed/simple; bh=h8+mcMLRsLHLOmoaaCg0/lucYZBH4kQK1XTIFscs69w=; h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature; b=eOzZi/SBwSft86zZ0+hlvW6DF9Vs/cTonlrogOKQCHsmqVhXZ6e+n6ONk7cerAIRfq6wmEB5enV3x5/jZvdZKgUYcYIaLEhWlRTlJ6dorVibOvjJNpP0ZQtKCPTXNzhNsh2yPmETvmWdcJzMP5nsuTBvvcvQbY5hb+dMyyzatKs= ARC-Authentication-Results: i=1; sourceware.org; dkim=pass (2048-bit key, unprotected) header.d=nifty.ne.jp header.i=@nifty.ne.jp header.a=rsa-sha256 header.s=default-1th84yt82rvi header.b=kDgt8nJB DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1E324BA5435 Date: Wed, 24 Jun 2026 22:38:44 +0900 To: cygwin AT cygwin DOT com Subject: Re: (Remote) X11 xterm/konsole hang with non-cygwin processes... Message-Id: <20260624223844.b088082a80e2b80a1a54a386@nifty.ne.jp> In-Reply-To: <20260624073755.bc661d94b5e1c8bec64ab77a@nifty.ne.jp> References: <20260624073755 DOT bc661d94b5e1c8bec64ab77a AT nifty DOT ne DOT jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Takashi Yano via Cygwin Reply-To: Takashi Yano 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" Hi Roland, On Wed, 24 Jun 2026 07:37:55 +0900 Takashi Yano wrote: > On Tue, 23 Jun 2026 17:54:24 +0200 > Roland Mainz via Cygwin wrote: > > Hi! > > > > ---- > > > > Today I've updated my Cygwin installation on the development machines > > to cygwin 3.7.0-0.527.gd21aaac37996.x86_64 (previous version was > > around ~~four months old 3.7.0), and was immediately greeted with a > > hang when trying to build run a powershell command. > > Note that $DISPLAY points to a remote machine. Doing the same with a > > local mintty.exe sesstion does NOT trigger the hang. > > > > Steps to reproduce: > > $ uname -a > > CYGWIN_NT-10.0-19045 winbloodbathmonster02 > > 3.7.0-0.527.gd21aaac37996.x86_64 2026-06-23 01:36 UTC x86_64 Cygwin > > > > # start xterm or konsole, and then run: > > $ export PATH="/cygdrive/c/Program Files (x86)/Microsoft Visual > > Studio/2019/Community/MSBuild/Current/Bin/:$PATH" > > CERTIFICATE_THUMBPRINT="$(powershell -c 'Get-ChildItem -Path > > Cert:\CurrentUser\My | Where-Object {$_.Subject -like "*WDKTestCert*"} > > | Select-Object -ExpandProperty Thumbprint')" > > Thanks for the report. I could reproduce the issue with > 3.7.0-0.527.gd21aaac37996.x86_64. > > However, I could not with the local build with the patches: > https://cygwin.com/pipermail/cygwin-patches/2026q2/015092.html > > So I think it will be fixed soon. > > Thanks! Could you please test 3.7.0-0.532.gfac73911f5a0? -- 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