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

Warning Occurred During Analysis ?

mgarrettcallcopy_com
293 Views
I have one application which I can successfully monitor using intel inspector, and it flags it as having a leak. I have another program that makes the same win32 calls that has the leak, but it doesn't flag anything, but I also get a message stating:
Warnring occurred during analysis
Found no symbols for this module: C:\\windows\\system32\\profapi.dll
Analysis may be incomplete.
Does anyone have any troubleshooting advice on how to go about resolving this... or can I even hope to resolve this?
Thanks in advance.
0 Kudos
2 Replies
Peter_W_Intel
Employee
293 Views
The root-cause is - there was no corresponding profapi.pdb found. You may download package from http://msdn.microsoft.com/en-us/windows/hardware/gg463028, then install it.

Please add symbol path in Inspector's Project Properties, redo Inspector's analysis.

Regards, Peter
0 Kudos
mgarrettcallcopy_com
293 Views
Thanks. I figured it was something along those lines, but wasn't quite sure what direction to go. I will try this and greatly appreciate your insight.
0 Kudos
Reply