Skip to content

XQ's Blog

Tag: detect memory bug

Posted on April 11, 2006

A memory bug detector

This interesting tool valgrind is a debug tool and can been used to find memory bug, include memory leak. There is a rpm in Fedora Core 3 CD. You can get it from CD or download the source code from their website. Moreover, this tool is a Free Software, and is freely available under the GNU General Public License. You can use it to debug Linux programs and it’s very easy to use.

Continue reading “A memory bug detector”

Proudly powered by WordPress