|
From: Nicholas N. <nj...@cs...> - 2005-02-13 17:42:33
|
On Sun, 13 Feb 2005, Tom Hughes wrote: >> VG_(get_memory_from_mmap): newSuperblock's request for 1048576 bytes failed. >> VG_(get_memory_from_mmap): 33599270 bytes already allocated. >> >> Sorry. You could try using a tool that uses less memory; >> eg. addrcheck instead of memcheck. > > That usually just means your program is too big for valgrind > to cope with and it ran out of memory trying to load the debug > information or something. But 33MB isn't very much memory, so something else must be going wrong... N |