From: yoma s. <sop...@gm...> - 2015-12-13 12:43:20
|
> I use git svn instruction for getting the repository. > it should be no differneces with git svn command. > Anyway, I will use svn command to redo again. hi ivo: after I use svn instead of git svn, I can successfully compile valgrind trunk. it seems git svn not handle external link ^^ >>> >> I think there is a bug in the massif logic to make a peak detailed >>> >> snapshot at the moment of munmap: it should try to produce a peak >>> >> snapshot when releasing the first page of munmap, not when releasing >>> >> the last page. >>> > revision 15745 introduces a test for this case, and fixes the bug. hi Philippe: I compile the trunk valgrind with ur patch, but I still cannot see the location of mmap I put in the c file, even I set the --threshold=0.0. (I attach the c file and mass output as well) BTW, would you please let me know how to compile and run the programs in massif/tests? appreciate all your kind help, |