From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121084 invoked by alias); 24 Jun 2015 10:21:12 -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 121060 invoked by uid 89); 24 Jun 2015 10:21:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pd0-f173.google.com Received: from mail-pd0-f173.google.com (HELO mail-pd0-f173.google.com) (209.85.192.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 24 Jun 2015 10:21:09 +0000 Received: by pdjn11 with SMTP id n11so27752540pdj.0 for ; Wed, 24 Jun 2015 03:21:07 -0700 (PDT) X-Received: by 10.68.198.101 with SMTP id jb5mr79736163pbc.84.1435141267767; Wed, 24 Jun 2015 03:21:07 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by mx.google.com with ESMTPSA id y2sm1776868pdc.91.2015.06.24.03.21.05 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 24 Jun 2015 03:21:06 -0700 (PDT) From: Yao Qi To: Doug Evans Cc: Joel Brobecker , gdb-patches Subject: Re: Several regressions and we branch soon. References: Date: Wed, 24 Jun 2015 10:21:00 -0000 In-Reply-To: (Doug Evans's message of "Tue, 23 Jun 2015 13:31:02 -0500") Message-ID: <86r3p1queo.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: 2015-06/txt/msg00512.txt.bz2 Doug Evans writes: > ... plus lots more for break-interp.exp ... > FAIL: gdb.base/default.exp: info set > FAIL: gdb.base/default.exp: show I can see these two fails in my machine too. > FAIL: gdb.base/gnu_vector.exp: call add_singlevecs I see this fail too, print add_singlevecs((char1) {6}, (int1) {12}, (double1) {24})^M ^M Program received signal SIGSEGV, Segmentation fault.^M 0x00000000004008ec in add_singlevecs (a=3D..., b=3D..., c=3D...) at ../../.= ./../../binutils-gdb/gdb/testsuite/gdb.base/gnu_vector.c:132^M 132 return (double1) {a[0] + b[0] + c[0]};^M The program being debugged was signaled while in a function called from GDB= .^M GDB remains in the frame where the signal was received.^M To change this behavior use "set unwindonsignal on".^M Evaluation of the expression containing the function^M (add_singlevecs) will be abandoned.^M When the function is done executing, GDB will silently stop.^M (gdb) FAIL: gdb.base/gnu_vector.exp: call add_singlevecs --=20 Yao (=E9=BD=90=E5=B0=A7)