Re: MI / Python tests failing on my machine (x86_64)
Yao Qi <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
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. I can reproduce your fail this way, $ make check RUNTESTFLAGS="CFLAGS_FOR_TARGET='-fPIE -pie' mi-break.exp" -- Yao (齐尧)