From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4486 invoked by alias); 27 Mar 2019 19:51:35 -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 4398 invoked by uid 89); 27 Mar 2019 19:51:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=hits X-HELO: mail-wm1-f41.google.com Received: from mail-wm1-f41.google.com (HELO mail-wm1-f41.google.com) (209.85.128.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 27 Mar 2019 19:51:33 +0000 Received: by mail-wm1-f41.google.com with SMTP id 4so1237162wmf.1 for ; Wed, 27 Mar 2019 12:51:32 -0700 (PDT) Return-Path: Received: from ?IPv6:2001:8a0:f913:f700:56ee:75ff:fe8d:232b? ([2001:8a0:f913:f700:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id a9sm1321029wmb.30.2019.03.27.12.51.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Mar 2019 12:51:30 -0700 (PDT) Subject: Re: GDB 8.3 release update (2019-03-25) To: Joel Brobecker , Pedro Franco de Carvalho References: <20190325204307.GA21459@adacore.com> <87ef6t2v8p.fsf@linux.vnet.ibm.com> <20190326222103.GD6837@adacore.com> Cc: gdb-patches@sourceware.org, Tom Tromey From: Pedro Alves Message-ID: <54749de1-b15e-0c32-3c3a-31838d1feaf9@redhat.com> Date: Wed, 27 Mar 2019 19:51:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190326222103.GD6837@adacore.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2019-03/txt/msg00644.txt.bz2 On 03/26/2019 10:21 PM, Joel Brobecker wrote: >> 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? It's not critical in the sense that it fixes anything regular uses might notice. It fixes a testsuite hang when some testcase hits a tcl error, IOW, when a testcase has some buglet. Pedro ran into such a hang more than once, so it'd likely help testers if the patch was merged. I think the patch itself is pretty low risk. I think it'd be OK to put it in the branch. Thanks, Pedro Alves