PDA

View Full Version : memory leak in qml



jindoniit
24th September 2011, 04:59
can i use valgrind to check memory in qml ? I am doing qt quick on window.
please help me .

thanks

wysota
24th September 2011, 09:05
Yes, you can. Only that you need Linux for that.

jindoniit
26th September 2011, 04:00
I installed Qt 1.1.3 sdk, it has integrated more a part is Analyze . it has three choices .one of the options that are Valgrind Memory Analyzer (Remote) ,but i dont know what parameter to fill in Star Debugger?
do you help me?

wysota
26th September 2011, 09:18
Sorry, I don't know what "Star Debugger" is, I don't have such option in my QtCreator.

jindoniit
26th September 2011, 09:52
this is image, may be you know

6883

wysota
26th September 2011, 10:03
This is for debugging an application started on a remote device. If you don't know what to enter here then it means this option is not for you.

jindoniit
26th September 2011, 11:16
if may be , can you answer a more question?

When I create two page and i use pageStack to move between pages then memory increase.

http://www.qtcentre.org/threads/44808-memory-increase-when-use-PageStack

is it memory leak?