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

attach to process in Intel Inspector 2011 XE for windows in VS2005

Karthikeya_J_Intel
869 Views
Hi there,
 Is it possible to "attach to process" in Intel Insepector 2011 XE for windows in vs2005?
0 Kudos
8 Replies
Peter_W_Intel
Employee
869 Views
No. attaching feature is only for Intel? VTune™ Amplifier XE.

Thinking that the tool have to know memory allocation from application's launching...then know leaks, I suppose.

Regards, Peter
0 Kudos
Karthikeya_J_Intel
869 Views
was wonderinf if there is some way to analyse the memory leak / error for multithreaded dlls. In my case some third party application used to load the dll's. Earlier we use memory validator to find out the memory leak in single threaded dll. It allows to attach to the process  and we attach from the moment we start the gui / process. It would be very nice if there is something like this in inspector.
0 Kudos
Peter_W_Intel
Employee
869 Views
Let me clarify on multithreaded dlls used:

1. If your application will usethird party application by loading dlls, Inspector XE can detect all memory leaks occurred in these dlls.

2. If your application will use third party application by creating a new (child) process, Inspector XE cannot detect them.

Remember that Inspector XE only works for a single process.

Regards, Peter  
0 Kudos
Karthikeya_J_Intel
869 Views
I tried to wrote "sample application.exe" which use system call to start thrid party gui application. Third party gui appliation will load my multithreaded dll. I executed this way and everythings work fine.
Now I used Intel inspector 2011 XE to start "sample application.exe" and when my third party gui loads my multithreaded dll, i am getting "Invalid access to memory location (998)". 
I dont see this error if I don't use Intel Inspector. This occurs only when I use it with intel inspector.
0 Kudos
Peter_W_Intel
Employee
869 Views

I think that you may write a script which launches "sample application.exe" - it system-calls 3rd-party app which calls your dlls. Then use - (for example)
"inspxe-cl -collect mi3 -executable-of-interest your-dll -- my.sh".

Note that you launched "sample application.exe" as target app, which was not in same process memory space of 3rd-party application.  

0 Kudos
Krupesh_D_
Beginner
869 Views
Hi there, I am using Intel Inspector XE 2013 for memory leak analysis. My requirement is like mentioned below: My exe is spawning to many child process. I want to analyze each of the child process at run time. Unfortunatly I am not able to see any "attach process" option in Inspector. Kindly let me know the way I can fulfil my purpose. Thanks in advance. Regards, Krupesh D
0 Kudos
gong_d_
Beginner
869 Views

I want to inspector browser plugin leaks, but I can't do it. Anyone can help me?

IE 9/10/11 ActiveX plugin

Chrome / FireFox NPAPI plugin

 

0 Kudos
Peter_W_Intel
Employee
869 Views

Inspector doesn't work for running process.

Inspector works for native C/C++ & Fortran built binary, not designed for ActiveX, managed code, and Java.

0 Kudos
Reply