DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 53AJikkt3423618 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 53AJikkt3423618 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=Xtsj/y4N X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1706E383581C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1744314284; bh=Pd287Phr+tL/IFXaACznwGaC3+b/4ppVhCrhxZLD+/Y=; 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=Xtsj/y4NjeJRKHdR29kOumUfdk4x0UpUzfedHmV7u4FfesC93w4CIiX+8NK0lNhNG mBwbRiFpn7D2CD0IS0ayCNtvm2aND1+iBcfCckcys8jHxpdtcFilX/ZUJW4u6VBC33 hd3kJNazXC/pKidPNupyQpYOsqpDhxwgdubi7JEE= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 901F03858C31 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 901F03858C31 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1744314210; cv=none; b=bWaciA2ZMalbv7AO9eA9wpy9beMNzN5nHAAzYZ0beN/ExH2S3ye6LYkmzQYKRpyp9z5+gX+sOrgEcyAju6fOEhNCgC9gk3A5AgaTwt7wV8kYnPmX7cLJqrndjeivMMpv7bA449k1hWQVL93qSN25jiOoIfMRBUQ9sCLij6A6B+s= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1744314210; c=relaxed/simple; bh=RZrDhBp3bRDRFxmIun2W93Yv1pseKvHLSqWnSkDMVhA=; h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature; b=xln47hrZcLgbTsZNQMzmCPbsTu6kFikFDdPsASNsDcD+YDZjtd/kgnDKWNZc/DND7uZexO9VfP4RFdPTAvRK1gN3R7J37ploR75HJoyfoYpbc0hPQQsCyetgN/nrxHpRMX38cEdRE/q7H/jX7mmyoEa2tclptxLfO/wYOSXvHdU= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 901F03858C31 Date: Fri, 11 Apr 2025 04:43:24 +0900 To: cygwin AT cygwin DOT com Subject: Re: ctrl-c issues in 3.6.1? Message-Id: <20250411044324.72d7a20f18c94c946bd645aa@nifty.ne.jp> In-Reply-To: <8b359f02-6bde-0b05-b704-e00ea7222600@jdrake.com> References: <1bfafd4d-aa11-0af6-511c-f22fb962193f AT jdrake DOT com> <20250410161641 DOT a7f72d99fb2e834de8732982 AT nifty DOT ne DOT jp> <8b359f02-6bde-0b05-b704-e00ea7222600 AT jdrake DOT com> 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" On Thu, 10 Apr 2025 10:39:02 -0700 (PDT) Jeremy Drake wrote: > On Thu, 10 Apr 2025, Takashi Yano via Cygwin wrote: > > > On Wed, 9 Apr 2025 16:41:18 -0700 (PDT) > > Jeremy Drake wrote: > > > I've been doing some building with cmake 4.0.0 and ninja 1.12.1 (of > > > llvm/clang, we've got something that seems to mostly work for a cygwin > > > target), and I'm noticing after updating to 3.6.1 it no longer seems to > > > cancel the build when I hit Ctrl-C (previously I was still on 3.5 due to > > > the cmake/ninja issue which was fixed in 3.6.1). This is from Windows > > > Terminal. > > > > > > Has anyone else noticed issues with Ctrl-C being ignored in 3.6? > > > > This may occur if the parent process is exited befor the child process > > exits. This is due to a bug introduced by: > > 3312f2d21f13 ("Cygwin: console: Redesign mode set strategy on close().") > > > > Could you please test if the patch attached helps? > > That fixes what I was seeing, thanks! Thanks for testing! The patch pushed. -- 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