This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH obv/pushed] MIPS ptrace build fixes


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 <stddef.h>
>                      ^
> 
> 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?

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]