X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF5143851C22 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1618370020; bh=EdIdRFrPH+ZepSjUpkMtLimC1T24aK9ZPtX/nbC9NrA=; 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=OMf/7dsJQiOLoHGr3MtLH1WLg9PzJm5EuaVAtwKbOy2Wtp2ZyOMFNxC5ZDWAP8WBr hS+yJmtMMtz/xgb5UyuXlxNWvj8MmEBOA3KfwKDUkQM69SafcdyVyk6vRBkdibAP6n F53ZJsk0x3etCYYScP2PUhmXZydXVckDlu7G9ytA= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A004D3851C22 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-03.nifty.com 13E3DArA032386 X-Nifty-SrcIP: [124.155.50.190] Date: Wed, 14 Apr 2021 12:13:20 +0900 To: cygwin AT cygwin DOT com Subject: Re: cgdb fails with cygwin 3.2.0 but is OK with 3.1.6 Message-Id: <20210414121320.97057ad9a86b0003161aeda8@nifty.ne.jp> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, 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 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 AT cygwin DOT com Sender: "Cygwin" On Tue, 13 Apr 2021 15:05:56 +0100 (GMT Summer Time) Arthur Norman wrote: > With the latest cygwin if I go "gcc -O0 -g hello.c -o hello" then "cgdb > ./hello", break main, run then cgdb exits abruptly without sign on > actually starting my code. If I use just gdb not cgdb all is OK. If I try Thanks for the report. This bug was already fixed in cygwin git head by chance. > "gcd -tui hello" I can single step my code but the display in the top half > of the window is damaged - eg after a couple of steps it shows lines 5 and > 6 of the source code twice each, but once normally and once in inverted > video. Do you mean "gdb" by "gcd"? If so, this seems to be a bug of gdb itself. Same happens in Linux environment. -- 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