]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Increase Valgrind's load address to prevent mmap failure.
authorIvo Raisr <ivosh@ivosh.net>
Tue, 16 May 2017 08:22:51 +0000 (08:22 +0000)
committerIvo Raisr <ivosh@ivosh.net>
Tue, 16 May 2017 08:22:51 +0000 (08:22 +0000)
commiteb42c054c4b0dfb6f49da2ebcac849952d2b1096
treea8eb9972fdba7ae7a288b323c89ba8fec3d7c6a2
parent435a4c08ed5a99c7e022912cb8e81e0552b41f8b
Increase Valgrind's load address to prevent mmap failure.
Fixes BZ#374963.

Previously Valgrind failed to start when the executable contained
large text, data or bss segments. The load address was increased
for almost all platforms to 0x58000000 (from 0x38000000),
giving another 512 MB for the executable.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16383
NEWS
configure.ac
coregrind/link_tool_exe_darwin.in
coregrind/m_aspacemgr/aspacemgr-linux.c
coregrind/m_gdbserver/server.c
docs/xml/manual-core-adv.xml