I recently got Valgrind to compile on my Snow Leopard box off of the SVN repo, and I'm trying to run it on python to profile some plugins I'm writing, my problem is everytime I run it I get something like this:
> valgrind python ==94513== Memcheck, a memory error detector ==94513== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al. ==94513== Using Valgrind-3.6.0.SVN and LibVEX; rerun with -h for copyright info ==94513== Command: python ==94513== python: realpath couldn't resolve "/Users/home/temp/valgrind/inst64/lib/valgrind/python" ==94513== ==94513== HEAP SUMMARY: ==94513== in use at exit: 295,030 bytes in 1,597 blocks ==94513== total heap usage: 1,746 allocs, 149 frees, 323,740 bytes allocated ==94513== ==94513== LEAK SUMMARY: ==94513== definitely lost: 0 bytes in 0 blocks ==94513== indirectly lost: 0 bytes in 0 blocks ==94513== possibly lost: 23 bytes in 2 blocks ==94513== still reachable: 295,007 bytes in 1,595 blocks ==94513== suppressed: 0 bytes in 0 blocks ==94513== Rerun with --leak-check=full to see details of leaked memory ==94513== ==94513== For counts of detected and suppressed errors, rerun with: -v ==94513== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) Note the realpath error... Has anyone seen an error like this before, what am I doing wrong? ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ Valgrind-users mailing list Valgrind-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-users