From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8937 invoked by alias); 21 Jan 2016 10:05:58 -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 8927 invoked by uid 89); 21 Jan 2016 10:05:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Hx-languages-length:2776, UD:interrupted-hand-call.exp, popped, dprintfexp 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 (AES256-SHA encrypted) ESMTPS; Thu, 21 Jan 2016 10:05:56 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 180351175ED; Thu, 21 Jan 2016 05:05:55 -0500 (EST) 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 oB5QNqoQPHQv; Thu, 21 Jan 2016 05:05:55 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A56DB1175DB; Thu, 21 Jan 2016 05:05:54 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id A689245017; Thu, 21 Jan 2016 14:05:45 +0400 (RET) Date: Thu, 21 Jan 2016 10:05:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: one week to go until GDB 7.11 branch creation... Message-ID: <20160121100545.GB5146@adacore.com> References: <20160118034414.GG4059@adacore.com> <86fuxsrz38.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86fuxsrz38.fsf@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2016-01/txt/msg00504.txt.bz2 Hi Yao, On Wed, Jan 20, 2016 at 04:32:27PM +0000, Yao Qi wrote: > > If there are other issues we are not aware of, please let us know! > > Here are some issues, Thanks! > - some fails in test cases added by fort_dyn_array patch on some OS and > targets. I reported them here > https://sourceware.org/ml/gdb-patches/2016-01/msg00467.html > and the original patch is > https://sourceware.org/ml/gdb-patches/2015-10/msg00085.html For those, do they only affect Fortran, by any chance? If it is not a regression, then let's make this a non-blocking known issue. (communication between the author and myself has been infrequent, mostly my fault, but we may not get an answer in the near future). > - PR 19491, fail in gdb.base/multi-forks.exp Looks like an issue with the test itself, rather than a regression? > - GDB sets breakpoint on the wrong place, if the file basename is > identical to the current file basename. PR 19474. > I posted a patch > https://www.sourceware.org/ml/gdb-patches/2015-12/msg00321.html > but it causes a regression. This one is indeed annoying. What's the status? Looks like you are saying the patch you suggested introduces a regression too? Let's put it on the "blocking for branching" list for now. The idea would be: either we fix it before branching, or alternatively we branch, but only after knowing that the fix will likely be reasonable for backporting. > - As a result of the previous bug, GDB crashes in gdb.base/dprintf.exp. > I posted a patch > https://sourceware.org/ml/gdb-patches/2016-01/msg00323.html > to avoid GDB crash. OK. Let's indeed add this one to the list; crashes are never fun. > - A regression in trunk about arm stepping out of signal handler, patch > is posted https://sourceware.org/ml/gdb-patches/2016-01/msg00377.html > and I'll push it in after the regression testing. Good! > - A fail in gdb.threads/interrupted-hand-call.exp > > $ make check RUNTESTFLAGS='--target_board=remote-gdbserver-on-localhost interrupted-hand-call.exp' > > (gdb) PASS: gdb.threads/interrupted-hand-call.exp: dummy frame popped > continue^M > Continuing.^M > FAIL: gdb.threads/interrupted-hand-call.exp: continue until exit (timeout) > Remote debugging from host 127.0.0.1^M > ptrace(regsets_fetch_inferior_registers) PID=9710: No such process^M > ptrace(regsets_fetch_inferior_registers) PID=9710: No such process^ > > I suspect it is about a GDB PR about disappeared inferior, but I can't > find the PR in bugzilla. I'll look into it. A little confusing, at the very least, but if the program did terminate, I would say this issue is not blocking for the release. WDYT? > I'll update https://www.sourceware.org/gdb/wiki/GDB_7.11_Release later. Thanks a lot! -- Joel