From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81235 invoked by alias); 28 May 2015 22:22:13 -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 81220 invoked by uid 89); 28 May 2015 22:22:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 28 May 2015 22:22:11 +0000 Received: from svr-orw-fem-02x.mgc.mentorg.com ([147.34.96.206] helo=SVR-ORW-FEM-02.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Yy6Bk-0000SS-46 from Don_Breazeal@mentor.com ; Thu, 28 May 2015 15:22:08 -0700 Received: from [172.30.6.120] (147.34.91.1) by SVR-ORW-FEM-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 28 May 2015 15:22:07 -0700 Message-ID: <55679508.1000504@codesourcery.com> Date: Thu, 28 May 2015 22:22:00 -0000 From: Don Breazeal User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Sergio Durigan Junior , "Breazeal, Don" CC: "gdb-patches@sourceware.org" Subject: Re: [pushed][PATCH 6/7] Extended-remote fork catch References: <1431451695-12273-1-git-send-email-donb@codesourcery.com> <1431451695-12273-6-git-send-email-donb@codesourcery.com> <87h9rehks0.fsf@redhat.com> <55552F17.3060807@codesourcery.com> <87y4kqg22f.fsf@redhat.com> In-Reply-To: <87y4kqg22f.fsf@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00699.txt.bz2 On 5/14/2015 4:40 PM, Sergio Durigan Junior wrote: > On Thursday, May 14 2015, Don Breazeal wrote: > >> The failures in gdb.base/foll-vfork.exp, gdb.base/multi-forks.exp, and >> gdb.threads/fork-thread-pending.exp are not expected. > > Hey Dan, > > Well, because the GDB testsuite still has tests that fail intermitently, > I was mostly talking about the failures on > gdb.threads/fork-thread-pending.exp and gdb.base/foll-vfork.exp. > >> The failures in gdb.threads/interrupted-hand-call.exp and >> gdb.gdb/python-selftest.exp are failures that I saw intermittently in my >> testing, and was able to reproduce on the mainline, as discussed here: >> https://sourceware.org/ml/gdb-patches/2015-05/msg00180.html > > Yeah, as Pedro already explained in this message, our testsuite is not > entirely clean. But a "New FAIL", in general, means that a regression > has been introduced. > >> The failure in gdb.base/attach.exp I don't know...the log doesn't >> provide any clues. I'll have to reproduce it to understand it. > > Oh, this one is racy. But if you're interested in following this up, > you can get the logs here: > > > > You have to choose the repository with the same name as the builder you > saw the failure, and then, inside it, you can look for a git tag > containing the commit hash (from the upstream GDB repo) that triggered > the failure. Or, if you have the message from gdb-testers, you can see > the direct link to the logs in the "Testsuite log (gdb.sum and gdb.log) > URL(s):" field. > >> Disappointing. I'll check out a clean sandbox and see if I can >> reproduce any of these results. > > Thanks for looking into this. As I said, I think the priority should be > the new failures on gdb.threads/fork-thread-pending.exp and > gdb.base/foll-vfork.exp. > > Cheers, > Hi Sergio, Just to close the loop on this: the new failures that you reported in gdb.threads/fork-thread-pending.exp and gdb.base/foll-vfork.exp should have now been addressed by the following three patches: https://sourceware.org/ml/gdb-patches/2015-05/msg00696.html https://sourceware.org/ml/gdb-patches/2015-05/msg00697.html https://sourceware.org/ml/gdb-patches/2015-05/msg00698.html Thanks --Don