From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37196 invoked by alias); 23 Jun 2015 18:31:07 -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 37154 invoked by uid 89); 23 Jun 2015 18:31:07 -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-ob0-f176.google.com Received: from mail-ob0-f176.google.com (HELO mail-ob0-f176.google.com) (209.85.214.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Jun 2015 18:31:04 +0000 Received: by obpn3 with SMTP id n3so11969496obp.0 for ; Tue, 23 Jun 2015 11:31:02 -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:date:message-id:subject:from:to :content-type; bh=YryR2GObLfk5LwaeZqbwTH4SwkFmEud/aIHcC0OEUWo=; b=QxejPnCRJcGbth2wAevM2TUdCDf30lBhnzjoA8sKTkuKT5IW1JUR70UYSKudd6JjuT IQj0877mdcsk/6ZNHllNg0CItOUFO1PdSrA9MOTp48SLnq83NF3focKbPaAy9cFo68tH gnHaI9fxJ7FzrXFF3uXwQ5IOYdwTxb7xGwksLCqBDeAM7Nf3/QeGDhRJCwpbzYCM6dKS OfvZ6I3TMUUyc1RB6zw5N6QFMaVz/Ddd7Q8Gq0zCuxO7DTRhEHdnMoSgZPrpPgJXe6S3 C5fcDJ5rhl7jFbxiXgd9YKDC8epMLaYF8V/F0dPG9zXYz+tEL8/jHAq7DMWU1r56Nf/+ +wwQ== X-Gm-Message-State: ALoCoQlQAtWyCQwWHPsmaSfrGlzl8K8WMD1vTrAp/4MeXm/AlvMM+vxfsDNyjVUI+0HlORx+SOiN MIME-Version: 1.0 X-Received: by 10.202.198.138 with SMTP id w132mr6038397oif.72.1435084262334; Tue, 23 Jun 2015 11:31:02 -0700 (PDT) Received: by 10.182.89.99 with HTTP; Tue, 23 Jun 2015 11:31:02 -0700 (PDT) Date: Tue, 23 Jun 2015 18:31:00 -0000 Message-ID: Subject: Several regressions and we branch soon. From: Doug Evans To: Joel Brobecker , gdb-patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-06/txt/msg00495.txt.bz2 Hi. fyi, I'm seeing regressions in the following tests on amd64-linux. FAIL: gdb.threads/attach-stopped.exp: nonthreaded: attach2 to stopped bt FAIL: gdb.threads/attach-stopped.exp: threaded: attach2 to stopped bt FAIL: gdb.base/attach-pie-noexec.exp: attach FAIL: gdb.base/attach-pie-noexec.exp: info shared FAIL: gdb.base/attach-twice.exp: attach FAIL: gdb.base/attach.exp: attach1, after setting file FAIL: gdb.base/attach.exp: attach1 detach (the program is no longer running) FAIL: gdb.base/attach.exp: attach2, with no file FAIL: gdb.base/attach.exp: after attach2, set should_exit FAIL: gdb.base/attach.exp: continue to breakpoint: postloop (the program is no longer running) FAIL: gdb.base/attach.exp: continue until exit at after attach2, exit (the program is no longer running) FAIL: gdb.base/attach.exp: attach when process' a.out not in cwd FAIL: gdb.base/attach.exp: continue until exit (the program is no longer running) FAIL: gdb.base/attach.exp: starting with --pid (timeout) FAIL: gdb.base/attach.exp: cmdline attach run: run to prompt UNRESOLVED: gdb.base/attach.exp: cmdline attach run: run to main FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieNO: attach: attach main bt FAIL: gdb.base/break-interp.exp: LDprelinkNOdebugNO: BINprelinkNOdebugNOpieYES: attach: seen displacement message as NONZERO ... plus lots more for break-interp.exp ... FAIL: gdb.base/default.exp: info set FAIL: gdb.base/default.exp: show FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=on: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=on ds=gdb dd=off: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=on: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=on ds=call dd=off: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=on: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=on ds=agent dd=off: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=on: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=off ds=gdb dd=off: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=on: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=off ds=call dd=off: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=on: re-attach to inferior FAIL: gdb.base/dprintf-detach.exp: bai=off ds=agent dd=off: re-attach to inferior 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 FAIL: gdb.multi/multi-attach.exp: backtrace 1 FAIL: gdb.multi/multi-attach.exp: backtrace 2 FAIL: gdb.python/py-sync-interp.exp: attach and where FAIL: gdb.server/ext-attach.exp: backtrace 1 FAIL: gdb.server/ext-attach.exp: detach (the program is no longer running) FAIL: gdb.server/ext-attach.exp: backtrace 2 FAIL: gdb.server/ext-attach.exp: monitor exit FAIL: gdb.threads/attach-into-signal.exp: nonthreaded: detach (the program is no longer running) UNRESOLVED: gdb.threads/attach-into-signal.exp: nonthreaded: attach (pass 1), pending signal catch FAIL: gdb.threads/attach-into-signal.exp: threaded: thread apply 2 print $_siginfo.si_signo FAIL: gdb.threads/attach-into-signal.exp: threaded: detach (the program is no longer running) UNRESOLVED: gdb.threads/attach-into-signal.exp: threaded: attach (pass 1), pending signal catch I haven't root-caused any of them yet. Is anyone else seeing these on amd64-linux?