DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 53AHeB3k3378138 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 53AHeB3k3378138 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=q/W9suAF X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 72D183836C2B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1744306810; bh=G9+53nkTJe1DMd/u1TRijW91CA3fkWt0cw9U/b5yyKs=; h=Date:To:cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From:Reply-To:From; b=q/W9suAF2BFS8YNZPSXfxpATcXqRbCLD7wFE9aXgjK5X4Eg4mXqZursi5tODP4Gm1 +nkkQLUY+6qnmYfzR3VhItTJ/q3laJ9VXyn74LhJDH1Ce8sqVTEgksE06zgZcCYxOt 2EX+bEsDd7LCs2UOHiJSVKvnS2fuj1mYDDN10uh8= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org AE3233836C25 ARC-Filter: OpenARC Filter v1.0.0 sourceware.org AE3233836C25 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1744306742; cv=none; b=F4fUOt7U/0wm8p5vxxWpdCZDsAIxVA/RoOCsIfyT3VzyxXXXgFKmvJEqaKdnyNe3wBGXcJiqtS8U/G8pnPx2DW7COumWwxjS6vELp27/+3d/5+eYEWN/NU+LW1BHg1LRi59Uu55O8ihbPTIAVlgbbWztPzb9QGQwktYDyUSxoQ0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1744306742; c=relaxed/simple; bh=cjS7CfBy3Sja1OYdFkW+e0yFuESSpnHR7IQrfeIfGDw=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=uRUR6IMgwd1Vj6xN5Vp2EZU4Kzpwb2gM1yKHpOhwp/lY60LiO5VownWaFXgihYCi0c7JsgvTnVC4A+P2wcCZXlv72kGorZpTiMu+SF9nkM0nS9r96TDNF+5DFtDwJA6V4l4ssPJLsqEENrp4jCQrmkr3jsD92mWQvte/61g61WI= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE3233836C25 Date: Thu, 10 Apr 2025 10:39:02 -0700 (PDT) X-X-Sender: jeremyd AT resin DOT csoft DOT net To: Takashi Yano cc: cygwin AT cygwin DOT com Subject: Re: ctrl-c issues in 3.6.1? In-Reply-To: <20250410161641.a7f72d99fb2e834de8732982@nifty.ne.jp> Message-ID: <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> 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: Jeremy Drake via Cygwin Reply-To: Jeremy Drake 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, 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! -- 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