From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52680 invoked by alias); 20 Jan 2016 16:32: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 52658 invoked by uid 89); 20 Jan 2016 16:32:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=UD:interrupted-hand-call.exp, Hx-languages-length:1801, popped, know! X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 20 Jan 2016 16:32:34 +0000 Received: by mail-pa0-f41.google.com with SMTP id yy13so7024974pab.3 for ; Wed, 20 Jan 2016 08:32:33 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=o2jWQRufUPLKoYqVCZ9+KOFIbSw5LkwKhYH6FHtWFsQ=; b=Mef98AiFafR33nLCsjuDAckhDG/tKGyJTD6v9cNnCXT9xn+ffiEfNfDbucuGrU73j4 +GYMCESK/7okmfZ4KGJXgOxwkZKdHqYz5zdol2AMl/nJy5bE+F9AjJCxppAe0z1+3HaP KtQh4Im8AljU48ICzEuL4OfPm1cBfd1p6m22SeuB7wsUwdJSy871CLXz9iir8d+Mq2jp PGbpzvlnz+Q46mEYK3X3PLra6n25nIX+r3zKwveGhO+sAGdh1XXpbxubGr5xTqquxHVI EET/KBhoXu/Xn9VOUJp4a5+PqbyPEp7PcHS8ivSXXeW4oQdkDgbsjMr0Db3kjhFSai1V whvA== X-Gm-Message-State: ALoCoQl86VgEI0AQRAzUnVitDI2gknBxDv+SS+pMrkp5dOi8Kul9yONVTmfUeAkgztclWTGR+6BYgbLrIK445DgQMyd8xGu5rA== X-Received: by 10.66.235.36 with SMTP id uj4mr54561920pac.85.1453307552245; Wed, 20 Jan 2016 08:32:32 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id p20sm49828383pfi.86.2016.01.20.08.32.29 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 20 Jan 2016 08:32:31 -0800 (PST) From: Yao Qi To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: one week to go until GDB 7.11 branch creation... References: <20160118034414.GG4059@adacore.com> Date: Wed, 20 Jan 2016 16:32:00 -0000 In-Reply-To: <20160118034414.GG4059@adacore.com> (Joel Brobecker's message of "Mon, 18 Jan 2016 07:44:14 +0400") Message-ID: <86fuxsrz38.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00481.txt.bz2 Joel Brobecker writes: Hi Joel, > If there are other issues we are not aware of, please let us know! Here are some issues, - 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 - PR 19491, fail in gdb.base/multi-forks.exp - 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. - 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. - 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. - A fail in gdb.threads/interrupted-hand-call.exp $ make check RUNTESTFLAGS=3D'--target_board=3Dremote-gdbserver-on-localho= st 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=3D9710: No such process^M ptrace(regsets_fetch_inferior_registers) PID=3D9710: 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. I'll update https://www.sourceware.org/gdb/wiki/GDB_7.11_Release later. --=20 Yao (=E9=BD=90=E5=B0=A7)