If you are looking for a free software for debugging and profiling x86 Linux programs, then Valgrind is the right tool. It helps you in detecting memory management and threading bugs. The Valgrind distribution currently includes five tools: two memory error detectors, a thread error detector, a cache profiler and a heap profiler.
Daily Archives: April 21, 2005
Valgrind – Debugging and profiling tool for x86 Linux programs
Posted by Praveen Kumar on April 21, 2005
No comments
How to build Gnome 2 from source code?
Posted by Praveen Kumar on April 21, 2005
No comments
A very nice tutorial “Developing with Gnome” is available at newren’s site. There is a chapter which gives detailed instructions on how to build Gnome from CVS.