[Bug libstdc++/83906] [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Jan 23 15:09:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83906
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |palves at gcc dot gnu.org
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
If I retry this while :; do echo -n .; make check
RUNTESTFLAGS=prettyprinters.exp=80276.cc > /dev/null 2>/dev/null; grep -q ^FAIL
testsuite/libstdc++.log && break; done
under setarch x86_64 -R /bin/sh shell, I see no random failures, 20 PASSes in a
row, then I've Ctrl-Ced it.
The question is if this is because of ASLR of the gdb process, or ASLR of the
debugger process.
More information about the Gcc-bugs
mailing list