|
From: Pedro L. <ped...@gm...> - 2012-11-29 16:32:05
|
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_region<boost::interprocess::file_mapping>(boost::interprocess::file_mapping const&, boost::interprocess::mode_t, long, unsigned long, void const*)+0x513) [0x11f9e2f] Without valgrind everything works fine, it tries to map a file of 20GB or so, might this be the reason? Pedro. |