How to debug a qt creator build dll memory leak in exe?
-
wrote 25 days ago last edited by
Hello everyone, I've been dealing with a persistent memory leak issue.
Our company has a legacy C++ DLL project built with Qt5 using qmake, which provides interfaces for an executable application. While I don't have access to the application's source code, I do have complete access to the DLL project's code.
I've noticed that when this executable runs for extended periods, it experiences continue memory leaks. I'm certain these leaks originate from the Qt-built DLL, but I'm unsure how to debug this issue. I've tried several memory leak detection tools, but none seem directly applicable to this DLL project.
How can I debug in qt creator or other tools help me find the code memory leaks place?
Thanks a lot !
1/1