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

Inspector "Error detected during analysis" when Detect Memory Problems

randy_l_
Beginner
556 Views
Hi, 
Today when I run inspector to analysis my project, I met this error.
Before I had not ever met this error.
I had try to reinstall inspector, bug not fixed the problem, and even the whole c_studio_xe_2013_sp1_update2_setup.
I am sure I don't run any defense software.
I have license for  c_studio_xe_2013_sp1_update2_setup
Additionally, my project can run smoothly when not analysis with inspector.
 
My Inspector version is : 
Intel® Inspector XE 2013 update 9
VS version is:
Microsoft Visual C++ 2010
OS version is:
Windows 7
 
The following is the screenshot

 Catch(06-06-13-10-00).jpg

0 Kudos
4 Replies
Mark_D_Intel
Employee
556 Views

Send me the affected result directory in a private message.

0 Kudos
Peter_W_Intel
Employee
556 Views

Was it possible that this was due to no enough memory to work when Inspector ran?

Did you build 32bit application but running in 64bit system? If so, please use option "/LARGEADDRESSAWARE" to build your 32bit app.

Can you try this in Inspector standalone app (inspxe-gui), or command line (insplxe-cl) ?

Can you set stack-depth=1 to reduce memory consumption from Inspector's monitoring? Or set option "-module-filter-mode=include -module-filter=your-program" for your target module only?

0 Kudos
Peter_W_Intel
Employee
556 Views

Mark may understand pin log better. Have you sent result directory to Mark?

Sending problematical application to Mark, also will be helpful, I think, if possible.

0 Kudos
Peter_W_Intel
Employee
556 Views

Still have other thing to try, in command line:

inspxe-cl -collect mi2 -r /tmp/r000mi -module-filter-mode=include -module-filter=your-module -- ./your-app

Will you see same result? Or application exits abnormally?

0 Kudos
Reply