From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 61556 invoked by alias); 23 Jun 2015 20:53:54 -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 60600 invoked by uid 89); 23 Jun 2015 20:53:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Jun 2015 20:53:52 +0000 Received: by oigb199 with SMTP id b199so16170949oig.3 for ; Tue, 23 Jun 2015 13:53:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=vcJSrNZg6Ui/uzhY1WOx5PX2ysJh2ZEYsxH5ulhbKFY=; b=SoevGqfW8/o5nvjOrTYHiE5z3hc6rj5RwLXKNqwCnmkkTLFK/tikVw4BrZr7dc1nzr auMO3g5nSJ4/GSbva711wFHmSI53iL9qwy2yP7N9Bp3ugeFR14mKq5OKynSH9WqGLUrx OHx0k2A1c+KEf6c+pSUzHwcyv/QI3054qaaGqBxTiudxlUcQ6ne+ixKWntAF+WTarIks LiNqkwkZysnzBIq4n6l4sYsIohrNFd1sHXSHHC7BwmRcmo08lja/lN1ijvzDoHxawg7z LtlJ81cpXVfwQ6wchqDgZdc5ymhFZvVuD4rA5ud5CLct8lsJfLVkLb8rrmvnSjL/G/oc 2+Gg== X-Gm-Message-State: ALoCoQlnQLzWjaY2wWjRQxwtSiCL98AjEZccAdUOWJ8qwM0muc3chW2WR1A9prLJ+rMuUB2g+tbS MIME-Version: 1.0 X-Received: by 10.182.71.72 with SMTP id s8mr16177070obu.80.1435092830771; Tue, 23 Jun 2015 13:53:50 -0700 (PDT) Received: by 10.182.89.99 with HTTP; Tue, 23 Jun 2015 13:53:50 -0700 (PDT) In-Reply-To: <5589BECB.7090200@redhat.com> References: <5589BECB.7090200@redhat.com> Date: Tue, 23 Jun 2015 20:53:00 -0000 Message-ID: Subject: Re: Several regressions and we branch soon. From: Doug Evans To: Keith Seitz Cc: gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00509.txt.bz2 On Tue, Jun 23, 2015 at 3:17 PM, Keith Seitz wrote: > FWIW, I updated my virgin sandbox earlier, and I don't see a bunch of > the failures that you are/have. I've listed the ones I do see below. > FWIW, I have another branch that was last updated the first week of May > which shows none of these problems. > > I'll start looking at these failures immediately. > > Keith > > On 06/23/2015 12:03 PM, Doug Evans wrote: > >>>> FAIL: gdb.base/default.exp: info set >>>> FAIL: gdb.base/default.exp: show >>>> FAIL: gdb.base/gnu_vector.exp: call add_singlevecs >>>> FAIL: gdb.base/gnu_vector.exp: continue to add_some_intvecs >>>> FAIL: gdb.base/gnu_vector.exp: continue to add_some_intvecs (the >>>> program is no longer running) >>>> FAIL: gdb.base/gnu_vector.exp: set vector return value Stupid yama. My machine rebooted and I lost my disabling of it. sudo sysctl -w kernel.yama.ptrace_scope=0 Another pre-check to add to my harness, bleah. My list now matches yours.