Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4999 Discussions

unsolved memeory error of build-in qt application

yani_d_
Beginner
443 Views

I am running intel inspector XE 2013 for a demo of QT application. it turns out lots of lots of errors such as Kernel resource leak, Memory leak, Uninitialized memory access...error

I go to call stacks for one of the memory leak, but all of them point the QT model , function and filename.call stack

How should I solve this problems?  or they are ignorable? any help will be appreciated.

 

0 Kudos
2 Replies
yani_d_
Beginner
443 Views

I attach the screenshot of my previous post

0 Kudos
Peter_W_Intel
Employee
443 Views

In general speaking, you have no way to change code in QT library for kernel resource issue, so you may use option "-knob detect-resource-leaks=false" to filter these data.

You also might filter some errors located at some system dlls, i.e. ole32.dll - for example, use below option:

"-module-filter-mode=exclude -module-filter=ole32.dll" or "-module-filter-mode=include -module-filter=interview.exe" 

You may focus the errors which can locate at your demo source.

0 Kudos
Reply