From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-04.nifty.com (conssluserg-04.nifty.com [210.131.2.83]) by sourceware.org (Postfix) with ESMTPS id 2FEB63858C52 for ; Mon, 18 Apr 2022 16:10:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2FEB63858C52 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from Express5800-S70 (ak044095.dynamic.ppp.asahi-net.or.jp [119.150.44.95]) (authenticated) by conssluserg-04.nifty.com with ESMTP id 23IG9kl1015764 for ; Tue, 19 Apr 2022 01:09:46 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com 23IG9kl1015764 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1650298186; bh=eHQA0dlT3LhOBYGNcu5j0nhDTRmeH25YIjFCk+dgub0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=i9IDqZPHR8zKvtscai7Kr2qMgyc/77QzE4GgmP7yIO/FrEmq/RxnsMPeSSNt3wm5T 1p3NhuW8DONXS5AR7fKDpcty7P6C8UTwOuT622KYJOLbLkNymIO++6CRufjry0YOmM EAeQXYe8Aif2ycwRqkICWZbpEcAPc5FBQpMlNAHrokONZaRNX/CtT55fT/+4Mi6StK VYaQ7VHPOJ4vNruLuqJJ9NPL4lzTKMEj6H1tsw7Ot+23mBTyTDDLn4QNRnprbnlXFV pPhzMvEgoclzsYAHf380y4VDPNx57dYx6phc9wdideCM8IPfqdtG+MTNVx16FA7cmx 8BvdL7fncW27A== X-Nifty-SrcIP: [119.150.44.95] Date: Tue, 19 Apr 2022 01:09:52 +0900 From: Takashi Yano To: cygwin@cygwin.com Subject: Re: [ANNOUNCEMENT] gdb 11.2-1 (TEST) Message-Id: <20220419010952.c571904befa0a4172fe06e2d@nifty.ne.jp> In-Reply-To: <20220125000153.b8d754c0019ffa73a2fd87f0@nifty.ne.jp> References: <20220119183911.3ef67396328c33cccd83a050@nifty.ne.jp> <8797cebf-5904-552b-8ec8-833d597daec9@dronecode.org.uk> <20220125000153.b8d754c0019ffa73a2fd87f0@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.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: , X-List-Received-Date: Mon, 18 Apr 2022 16:10:06 -0000 On Tue, 25 Jan 2022 00:01:53 +0900 Takashi Yano wrote: > On Mon, 24 Jan 2022 14:46:20 +0000 > Jon Turney wrote: > > On 19/01/2022 09:39, Takashi Yano wrote: > > > > > > However, I noticed another problem in signal handling. > > > > > > Even with the following setting (by default), > > > (gdb) info signal SIGINT > > > Signal Stop Print Pass to program Description > > > SIGINT Yes Yes No Interrupt > > > > > > inferior receives SIGINT when Ctrl-C is pressed. > > > Due to this behaviour, inferior cannot be continued > > > by 'cont' command after Ctrl-C. Is this the known issue? > > > > Not known by me. > > > > Are you saying this is a new issue in this gdb package? > > Probably, this is not a new issue. But, it was hidden by: > > * Use cygwin pgid if inferior is a cygwin process (Takashi Yano) > > Addresses: https://cygwin.com/pipermail/cygwin/2021-January/247640.html This problem was solved in cygwin1.dll side by adding workaround for GDB. https://cygwin.com/pipermail/cygwin-patches/2022q1/011778.html https://cygwin.com/pipermail/cygwin-patches/2022q2/011876.html etc. The workaraound will be available in upcomming cygwin 3.3.5. -- Takashi Yano