[Valgrind-users] mmap fail when running valgrind massif

2012-11-29 Thread Pedro Larroy
Hi I work with a software that uses boost memory mapping and seems that I can't run it inside massif nor memcheck, the error is: (boost::interprocess::mapped_region::mapped_regionboost::interprocess::file_mapping(boost::interprocess::file_mapping const, boost::interprocess::mode_t, long,

Re: [Valgrind-users] mmap fail when running valgrind massif

2012-11-29 Thread Philippe Waroquiers
On Thu, 2012-11-29 at 17:31 +0100, Pedro Larroy wrote: Without valgrind everything works fine, it tries to map a file of 20GB or so, might this be the reason? Yes, it might be the reason. Try to reduce the size to e.g. 1GB and see if it works. -v -v -v -d -d -d args will also activate tracing