[Bug libstdc++/83906] [8 Regression] Random FAIL: libstdc++-prettyprinters/80276.cc whatis p4
palves at redhat dot com
gcc-bugzilla@gcc.gnu.org
Tue Jan 23 15:19:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83906
Pedro Alves <palves at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |palves at redhat dot com
--- Comment #10 from Pedro Alves <palves at redhat dot com> ---
GDB starts inferiors with ASLR disabled by default:
(gdb) show disable-randomization
Disabling randomization of debuggee's virtual address space is on.
so if this is ASLR, it's going to be ASLR of the gdb process.
Which sounds consistent with Jonathan's finding.
More information about the Gcc-bugs
mailing list