From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75945 invoked by alias); 24 Aug 2015 17:52:16 -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 75930 invoked by uid 89); 24 Aug 2015 17:52:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 24 Aug 2015 17:52:15 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 12FD38287F57D; Mon, 24 Aug 2015 18:52:06 +0100 (IST) Received: from hhmail02.hh.imgtec.org (10.100.10.20) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 24 Aug 2015 18:52:09 +0100 Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.235.1; Mon, 24 Aug 2015 18:52:08 +0100 Received: from [10.20.3.68] (10.20.3.68) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Mon, 24 Aug 2015 10:52:05 -0700 Message-ID: <55DB59BD.6030304@imgtec.com> Date: Mon, 24 Aug 2015 17:52:00 -0000 From: Brendan Kirby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Pedro Alves , Peter Schauer CC: Sergio Durigan Junior , Simon Marchi , , Matthew Fortune , "Maciej W. Rozycki" , Rich Fuhler Subject: Re: [PATCH obv/pushed] MIPS ptrace build fixes References: <201508241459.t7OEx5rP011772@licht.localdomain> <55DB3236.4090400@redhat.com> In-Reply-To: <55DB3236.4090400@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00698.txt.bz2 On 08/24/2015 08:03 AM, Pedro Alves wrote: > On 08/24/2015 03:59 PM, Peter Schauer wrote: > >>>> This looks like a memory problem on the build slave, it seems that >>>> memory flipped from 0x73 ('s') to 0x63 ('c'). >>> OOC, how did you figure this out? >> From these lines: >> >> build-gnulib/import/stdlib.h:41:20: fatal error: /usr/lib/gcc/mips-linux-gnu/4.9/include/ctddef.h: No such file or directory >> #include >> ^ >> >> gcc lists the correct source include (stddef.h), but then complains >> about not finding ctddef.h, so it looks like memory flipped somewhere >> between (or while) reading the include file name and then trying to >> access the include file. >> > Aaaah. Nice catch. > > Brendan, is anyone looking at sorting this out? I'm not aware of anyone working on this. I'm CC'ing a few people who might be. If it turns out to be a hardware problem, then I can move it to another Edge Router Pro. But, I don't have anything other than Edge Router Pro boards to put it on. Brendan