From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11807 invoked by alias); 26 Mar 2019 21:15:56 -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 11619 invoked by uid 89); 26 Mar 2019 21:15:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-5.3 required=5.0 tests=AWL,BAYES_00,KHOP_DYNAMIC,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 spammy= X-HELO: mx0a-001b2d01.pphosted.com Received: from mx0b-001b2d01.pphosted.com (HELO mx0a-001b2d01.pphosted.com) (148.163.158.5) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 26 Mar 2019 21:15:21 +0000 Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x2QL4TOn037646 for ; Tue, 26 Mar 2019 17:15:09 -0400 Received: from e16.ny.us.ibm.com (e16.ny.us.ibm.com [129.33.205.206]) by mx0a-001b2d01.pphosted.com with ESMTP id 2rftkx3188-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 26 Mar 2019 17:15:08 -0400 Received: from localhost by e16.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 26 Mar 2019 21:15:08 -0000 Received: from b01cxnp23034.gho.pok.ibm.com (9.57.198.29) by e16.ny.us.ibm.com (146.89.104.203) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; (version=TLSv1/SSLv3 cipher=AES256-GCM-SHA384 bits=256/256) Tue, 26 Mar 2019 21:15:05 -0000 Received: from b01ledav004.gho.pok.ibm.com (b01ledav004.gho.pok.ibm.com [9.57.199.109]) by b01cxnp23034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x2QLF42g11731172 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 26 Mar 2019 21:15:05 GMT Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id D6856112064; Tue, 26 Mar 2019 21:15:04 +0000 (GMT) Received: from b01ledav004.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id A5B92112061; Tue, 26 Mar 2019 21:15:04 +0000 (GMT) Received: from pedro.localdomain (unknown [9.80.229.54]) by b01ledav004.gho.pok.ibm.com (Postfix) with ESMTP; Tue, 26 Mar 2019 21:15:04 +0000 (GMT) Received: by pedro.localdomain (Postfix, from userid 1000) id 2B1A33C046E; Tue, 26 Mar 2019 18:15:02 -0300 (-03) From: Pedro Franco de Carvalho To: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: GDB 8.3 release update (2019-03-25) In-Reply-To: <20190325204307.GA21459@adacore.com> References: <20190325204307.GA21459@adacore.com> Date: Tue, 26 Mar 2019 21:15:00 -0000 MIME-Version: 1.0 Content-Type: text/plain x-cbid: 19032621-0072-0000-0000-00000410B1C0 X-IBM-SpamModules-Scores: X-IBM-SpamModules-Versions: BY=3.00010819; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000282; SDB=6.01180093; UDB=6.00617549; IPR=6.00960809; MB=3.00026168; MTD=3.00000008; XFM=3.00000015; UTC=2019-03-26 21:15:07 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 19032621-0073-0000-0000-00004B9D1FBF Message-Id: <87ef6t2v8p.fsf@linux.vnet.ibm.com> X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00615.txt.bz2 Joel Brobecker writes: > To me, it looks like all issues reported for that version > have been fixed? Hello, 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. 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. There is another testsuite issue that was fixed, but the fix doesn't seem to be in the release branch yet . Thanks! -- Pedro Franco de Carvalho