|
From: Nicholas N. <nj...@cs...> - 2007-07-01 21:41:23
|
On Sun, 1 Jul 2007, Boris Zbarsky wrote: >> There's a repository branch, use: >> >> svn co svn://svn.valgrind.org/valgrind/branches/MASSIF2 > > So I tried this, but I don't seem to be able to interact with my program while > it's running under this version of massif (because massif is using so much of > the CPU?) so I can't quit, so I never get any output. > > Killing the valgrind process (with kill -HUP or anything else) doesn't seem to > work either. Is there some way to deal with this? That sounds like a bug. Does the old Massif work with your program? Because the internals of the new Massif are very similar. Nick |