Resolving Memory Leak issues
Posted: Thu Apr 15, 2010 12:14 pm
Hi
Is there better a way to diagnose & resolve memory leak issues in XBase++ ?
We have encountered significant Memory Leak issues in our new release... unfortunately this discovery happened at the very end of many months work and this is holding up the distribution of the 'new' edition.
The tool we are using to look into memory usage is VMMap by Sysinternals. This gives us a difference in memory use between two points in time when it monitors our application process.
While we can snapshot the application as we use it and see the type of memory being consumed, because it's an external monitor, it does not tie into the code being executed. We are therefore using it in conjunction with the code running in debug mode to enable us to take snapshots at execution points we 'guess' to be of interest.
Is there a better way to trace memory use in XBase++??
Thanks
Michael
http://technet.microsoft.com/en-us/sysi ... 35533.aspx
Is there better a way to diagnose & resolve memory leak issues in XBase++ ?
We have encountered significant Memory Leak issues in our new release... unfortunately this discovery happened at the very end of many months work and this is holding up the distribution of the 'new' edition.
The tool we are using to look into memory usage is VMMap by Sysinternals. This gives us a difference in memory use between two points in time when it monitors our application process.
While we can snapshot the application as we use it and see the type of memory being consumed, because it's an external monitor, it does not tie into the code being executed. We are therefore using it in conjunction with the code running in debug mode to enable us to take snapshots at execution points we 'guess' to be of interest.
Is there a better way to trace memory use in XBase++??
Thanks
Michael
http://technet.microsoft.com/en-us/sysi ... 35533.aspx