Discussion:
valgrind and memory leaks
Xavier Chantry
2010-05-24 15:49:20 UTC
Permalink
I've just run cmus in valgrind. I wonder if many people did that
before, as the list is quite huge.
IMO there is enough work for several people and for some time :)

For example a simple start/exit without any playback on maint (full
log attached, 150K uncompressed so I compressed it) :

==6530== LEAK SUMMARY:
==6530== definitely lost: 0 bytes in 0 blocks
==6530== indirectly lost: 0 bytes in 0 blocks
==6530== possibly lost: 73,113 bytes in 1,422 blocks
==6530== still reachable: 2,794,789 bytes in 30,714 blocks
==6530== suppressed: 0 bytes in 0 blocks
==6530==

At least nothing definitely lost.
But I don't think doing various operations with various plugins (well
just actually using cmus) will make it look nicer :)

There were also a few invalid read errors that I started to work on.
Loading...