I have experienced the first major project with a memory leak problem… and how do one get started with Memory leak finding.
It is a tough task and the learning curve is quite steep.
You have to get to know the WinDbg. You can start here: http://blogs.msdn.com/tess/pages/net-debugging-demos-information-and-setup-instructions.aspx
Tess Ferrandez has some very nice “Debugging labs”, well take a look at: http://blogs.msdn.com/tess/
If you have a problem with a memory leak, take a look at his one:
finally i find something that i want to know..
thanks for this usefull informations..
No problem, I am glad you found what you needed
i feel very lucky can find this page..
finally i find something that i want to know..
thank you for this usefull informations..
Finding and fixing memory leaks can be a real pain. It takes a lot of skill and experience to address memory leak problems efficiently. Thanks for the useful links.
Thanks for the good information. As others have mentioned, memory leaks can be tricky.