Hi all,<br>
<br>
It's been a long time since I've been on this list, but I'm hoping to
start hacking again.&nbsp; Whoo!&nbsp; New job.&nbsp;&nbsp; More open
source hacking time.&nbsp; On to the questions!<br>
<br>
Is valgrind still being used anymore?&nbsp; I just ran :<br>
<br>
&gt; valgrind --tool=memcheck --suppressions=valgrind-python.supp&nbsp; python test.py<br>
<br>
and got:<br>
<br>
==13242==<br>
==13242== ERROR SUMMARY: 138 errors from 16 contexts (suppressed: 10026 from 6)<br>
==13242== malloc/free: in use at exit: 2848232 bytes in 2981 blocks.<br>
==13242== malloc/free: 53700 allocs, 50719 frees, 21000875 bytes allocated.<br>
==13242== For counts of detected errors, rerun with: -v<br>
==13242== searching for pointers to 2981 not-freed blocks.<br>
==13242== checked 3490012 bytes.<br>
==13242==<br>
==13242== LEAK SUMMARY:<br>
==13242==&nbsp;&nbsp;&nbsp; definitely lost: 4759 bytes in 168 blocks.<br>
==13242==&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; possibly lost: 0 bytes in 0 blocks.<br>
==13242==&nbsp;&nbsp;&nbsp; still reachable: 2843473 bytes in 2813 blocks.<br>
==13242==&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; suppressed: 0 bytes in 0 blocks.<br>
==13242== Use --leak-check=full to see details of leaked memory.<br>
victorng@mbdev1:~/dev/lxml$<br>
<br>
Is this expected? Is there a Trac instance or some other bug tracker that I can look at to see what the open bugs are?<br>
<br>
Thanks!&nbsp; Hope to be less than useless soon.&nbsp; :)<br>
<br>
vic<br>