From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71720 invoked by alias); 14 May 2015 23:26:32 -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 71710 invoked by uid 89); 14 May 2015 23:26:31 -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, 14 May 2015 23:26:29 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1Yt2WF-0000W8-Uk from Don_Breazeal@mentor.com ; Thu, 14 May 2015 16:26:23 -0700 Received: from [172.30.3.252] (147.34.91.1) by SVR-ORW-FEM-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server (TLS) id 14.3.224.2; Thu, 14 May 2015 16:26:23 -0700 Message-ID: <55552F17.3060807@codesourcery.com> Date: Thu, 14 May 2015 23:26: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> In-Reply-To: <87h9rehks0.fsf@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00371.txt.bz2 On 5/14/2015 3:11 PM, Sergio Durigan Junior wrote: > On Tuesday, May 12 2015, Don Breazeal wrote: > >> This is the version of the patch that I pushed. >> Thanks >> --Don > > Hi Don, > > I see a bunch of failures introduced by your patches on our BuildBot. > For example, for this specific patch, I see: > > > > This is on Debian, but I also see the failures on Fedora 21: > > > > Are they expected? > Hi Sergio The failures in gdb.base/foll-vfork.exp, gdb.base/multi-forks.exp, and gdb.threads/fork-thread-pending.exp are not expected. 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 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. Disappointing. I'll check out a clean sandbox and see if I can reproduce any of these results. --Don