From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128111 invoked by alias); 26 Mar 2019 22:21:08 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 128094 invoked by uid 89); 26 Mar 2019 22:21:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=our X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Mar 2019 22:21:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5A223116C86; Tue, 26 Mar 2019 18:21:05 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id jh6Py4mv1CFm; Tue, 26 Mar 2019 18:21:05 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2842C116BCF; Tue, 26 Mar 2019 18:21:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4D0C083AE0; Tue, 26 Mar 2019 15:21:03 -0700 (PDT) Date: Tue, 26 Mar 2019 22:21:00 -0000 From: Joel Brobecker To: Pedro Franco de Carvalho Cc: gdb-patches@sourceware.org, Pedro Alves , Tom Tromey Subject: Re: GDB 8.3 release update (2019-03-25) Message-ID: <20190326222103.GD6837@adacore.com> References: <20190325204307.GA21459@adacore.com> <87ef6t2v8p.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87ef6t2v8p.fsf@linux.vnet.ibm.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-SW-Source: 2019-03/txt/msg00619.txt.bz2 > There is a regression that affects the release branch and causes some > control characters to be printed infinitely when listing source files > (see ). > This one isn't fixed. Thanks for bringing it to our attention. This is very annoying. Does it happen all the time, or only under specific circumstances? In other words, I'm wondering if we have some kind of workaround. Tom - would you be OK to put this on your list to look at, sometime? > There is a testsuite issue that was fixed in > > (gdb/testsuite: Prepare for DejaGnu 1.6.2), but I haven't seen the > corresponding commit in gdb-8.3-branch. The commit that causes the > issue is in the branch. I posted a message in that thread asking if it > makes sense to include it in the release branch. This ones looks pretty straightforward to me, and I will send Andrew my vote. > There is another testsuite issue that was fixed, but the fix doesn't seem > to be in the release branch yet > . This one, I think is OK, but it isn't as clear. It's not clear also how critical it is for gdb-8.3. Pedro? -- Joel