From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29281 invoked by alias); 21 Nov 2013 19:45:06 -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 29259 invoked by uid 89); 21 Nov 2013 19:45:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.2 required=5.0 tests=AWL,BAYES_40,RDNS_NONE,SPF_HELO_PASS,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Nov 2013 19:45:01 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rALJirgS023360 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 21 Nov 2013 14:44:53 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rALJipo5029627; Thu, 21 Nov 2013 14:44:52 -0500 Message-ID: <528E62B3.7080005@redhat.com> Date: Thu, 21 Nov 2013 20:48:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: "Tedeschi, Walfred" CC: "Mark Kettenis (mark.kettenis@xs4all.nl)" , "gdb-patches@sourceware.org" Subject: Re: [pushed] [PATCH V7 0/8] Intel(R) MPX register support References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-11/txt/msg00656.txt.bz2 Hi Fred, Unfortunately, this caused PR16193 - gdbserver aborts. Could you take a look, please? (( BTW, while bisecting this, I found that the MPX series as committed 1dbcd68 fails in early initialization with: ../../src/gdb/amd64-linux-nat.c:1180: internal-error: _initialize_amd64_linux_nat: Assertion `ARRAY_SIZE (amd64_linux_gregset32_reg_offset) == amd64_native_gregset32_num_regs' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) [answered Y; input not from terminal] nothing we can do now, but just a friendly note to point out that it's a good idea to try to avoid this, to make bisects easier. )) Thanks! -- Pedro Alves