Qt 6.11 is out! See what's new in the release
blog
What is the best practices and tools for Localising THE Memory Leak in QT?
-
Yes Finally I have huge code base and working like a charm :) threaded ...
Yes this morning I had the great news .. memory is leaking... I need suggestion to find the code line , or at least the function that leaking the memory . any suggestion appreciated..
Best
-
For Linux you should take a look at valgrind
-
In Mac we have Instruement app and graphical detailed instruction where memory leaked all function trace. Easy to find.
Is there such GUI based solution in Linux ?
-
In Mac we have Instruement app and graphical detailed instruction where memory leaked all function trace. Easy to find.
Is there such GUI based solution in Linux ?
@RahibeMeryem AFAIK you can run the valgrind memory analyzer from Qt Creator.