Re: MI / Python tests failing on my machine (x86_64)
Jan Vrany <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2017-07-11 at 16:19 +0100, Yao Qi wrote: > Jan Vrany <[email protected]> writes: > > > Expecting: ^(-break-insert -t var-cmd\.c:367[ > > ]+)?(\^done,bkpt=.*[ > > ]+[(]gdb[)] > > [ ]*) > > -break-insert -t var-cmd.c:367 > > ^error,msg="Cannot access memory at address 0xde7" > > (gdb) > > ... > > Are you running tests on debian? It is probably caused by this bug > https://sourceware.org/bugzilla/show_bug.cgi?id=21555 I am fixing > this. Yes, I'm on debian. This looks likely! I'll try on some other, non-PIE distro in next couple weeks (I'm traveling now so I'm left with my laptop only). Thanks! Jan > > I can reproduce your fail this way, > > $ make check RUNTESTFLAGS="CFLAGS_FOR_TARGET='-fPIE -pie' mi- > break.exp" >