|
From: Yeshurun, M. <mei...@in...> - 2005-08-19 06:15:11
|
Hi, For me, the problem was resolved with Tom's help. He told me to increase the space between info.exe_base and info.exe_end in coregrind/stage1.c (which, with a non-PIE build, can be done by changing KICKSTART_BASE at configure time). I got the error as a result of loading large so's (happens more often when the so's contain debug info) Regards, Meir -----Original Message----- From: Nicholas Nethercote [mailto:nj...@cs...]=20 Sent: Thursday, August 18, 2005 7:48 PM To: Christoph Bartoschek; Yeshurun, Meir; prashantha a.s Cc: Valgrind Developers Subject: Valgrind: newSuperblock's request for N bytes failed Hi, Christoph, Meir and Prashantha all recently encountered Valgrind dying=20 with this message: VG_(get_memory_from_mmap): newSuperblock's request for N bytes failed. VG_(get_memory_from_mmap): M bytes already allocated. with various values for N and M. I've just committed some code to print more information when this happens.=20 If you three are still having this problem, can you try the latest code in=20 the repository (see http://www.valgrind.org/devel/cvs_svn.html) and send the results? That might make it more obvious what it happening. Thanks. Nick |