Link Details

Link 137883 thumbnail
User 252611 avatar

By Thierry.Lefort
via codeproject.com
Published: Dec 02 2008 / 11:25

Memory leak is a time consuming bug often created by C++ developers. Detection of memory leaks is often tedious. Things get worst if the code is not written by you, or if the code base is quite huge. Though there are tools available in the market that will help you in memory leak detection, most of these tools are not free. I found Windbg as a freeware powerful tool to solve memory leak bugs. At least, we get an idea about the code location which might be suspected to cause memory leaks. COM Interface leaks are out of the scope of this article. Windbg is a powerful user/kernel space debugger from Microsoft, which can be downloaded and installed from here.
  • 7
  • 0
  • 2648
  • 606

Comments

Add your comment
User 201036 avatar

kohlerm replied ago:

0 votes Vote down Vote up Reply

I voted this up, also I find it quite amusing how primitive the tools for memory usage on the .NET platform are compared to java( http://www.eclipse.org/mat).

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (7)



Voters Against This Link (0)