[PATCH obv/pushed] MIPS ptrace build fixes

Peter Schauer peterschauer@gmx.net
Mon Aug 24 14:59:00 GMT 2015


> 
> Hi guys,
> 
> The MIPS build slave continues showing random build failures,
> which results in spurious and confusing "you broke gdb" nag emails.
> 
> We should at least disable email reports for this build
> slave until this is sorted out.
> 
> On 07/30/2015 10:13 AM, Peter Schauer wrote:
> >> On Wednesday, July 29 2015, Pedro Alves wrote:
> >>>
> >>>  http://gdb-build.sergiodj.net/builders/Debian-MIPS-m64/builds/77/steps/compile%20gdb/logs/stdio
> >>>
> >>> it shows the build had failed for an unrelated issue:
> >>>
> > 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.

-- 
Peter Schauer			Peter.Schauer@mytum.de



More information about the Gdb-patches mailing list