From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17585 invoked by alias); 22 Nov 2013 12:50:40 -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 17547 invoked by uid 89); 22 Nov 2013 12:50:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_40,GARBLED_BODY,RDNS_NONE autolearn=no version=3.3.2 X-HELO: relay1.mentorg.com Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 22 Nov 2013 12:49:46 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1VjqAs-0004ff-9z from Yao_Qi@mentor.com ; Fri, 22 Nov 2013 04:49:30 -0800 Received: from SVR-ORW-FEM-04.mgc.mentorg.com ([147.34.97.41]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 22 Nov 2013 04:49:30 -0800 Received: from qiyao.dyndns.org (147.34.91.1) by svr-orw-fem-04.mgc.mentorg.com (147.34.97.41) with Microsoft SMTP Server id 14.2.247.3; Fri, 22 Nov 2013 04:49:28 -0800 Message-ID: <528F527A.4000301@codesourcery.com> Date: Fri, 22 Nov 2013 13:41:00 -0000 From: Yao Qi User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130110 Thunderbird/17.0.2 MIME-Version: 1.0 To: "Tedeschi, Walfred" CC: Pedro Alves , "Mark Kettenis (mark.kettenis@xs4all.nl)" , "gdb-patches@sourceware.org" Subject: Re: [pushed] [PATCH V7 0/8] Intel(R) MPX register support References: <528E62B3.7080005@redhat.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00678.txt.bz2 On 11/22/2013 08:32 PM, Tedeschi, Walfred wrote: > Yao, > I have tested a gdb/gdbserver built for I686 running full test suite and could not reproduce it. > Could you please provide more details about the reproducer? The steps I listed the PR are sufficient to reproduce the abort. I doubt it is OS or distro relevant. I can reproduce it on my Fedora 16 laptop (x86) and RHEL 6.1 server (x86_64). However, I can't reproduce it on ubuntu lucid machine (x86_64). -- Yao (齐尧)