PDA

View Full Version : [ubuntu] Required a good tool for errors and memory leaks



tmsandeep
November 19th, 2010, 11:12 AM
Hi we are working over some opensource stacks. Can anyone suggest some good tools which are open source for checking errors for c and c++. Or any individual c or c++ language tools available.

anubhavrocks
November 19th, 2010, 11:24 AM
For debugging you can use gdb.
For memory leaks Valgrind.

tmsandeep
November 19th, 2010, 11:27 AM
Hi anubhav valgrind will work over a single file and even gdb also. But our reqiuiremen is different we need tools to look after big open source stacks

anubhavrocks
November 19th, 2010, 11:52 AM
Your question is vague, add more information about what you are exactly trying to achieve.

tmsandeep
November 19th, 2010, 12:02 PM
Have to evaluate tcp/ip stacks. Actually there are many stacks available and to select one among them we require some tools for evaluation. First step over that is to check for errors or memory leaks so i require some tools like cppcheck or yasca. I found these tools but dint satisfy my criteria. Are there any other good tools available