Tagged Questions

1
vote
2answers
241 views

Track down stack trace that created object in Windbg

I'm trying to track down a memory leak in a C++ application in Windows and I've got a memory dump of the application with a large number of leaked objects. I'm using Windbg to track them down by doing ...