Hello,
I am writing an application using mingw and boost (threads, multi-index, etc). I am searching for a memory debugger (leaks, buffer overruns) for this configuration.
 
1) I tried duma but not sure how to use it. It kept stopping in a "new" call inside boost.
 
2) couldn't get dmalloc to run properly. Error "dmalloc library has gone recursive".
 
Has anyone used any memory debugger reliably with mingw and boost?
 
Thanks,
Sharad