Christopher,
Can you let me know your operating system (Assuming Windows*) and
version. Can you also provide the Intel
Inspector XE command line being ran. If
you are using the GUI interface, you can obtain the command line by clicking on
the show command Line button on the Analysis Type tab. Are you running Intel Inspector XE with
Visual Studio integration? If so, which version?
Does the application crash or exhaust system memory outside of Intel
Inspector XE when the application is compiled normally? Any clarification you can provide in this
area is appreciated.
Does the application being analyzed, run as system and / or is it
a Windows service for example? any
information here may help diagnose the behavior and determine next course of
action.
Are you Running Intel Inspector XE 2011 update 9? If not you may wish to apply update 9 which may
be available to you at the Intel Registration center https://registrationcenter.intel.com
after logging into your account.
If needed, are you able to provide a minimal zipped up solution
reproducer where we may be able to replicate the issue and run tests?
- Rob





Never completes
I created a "development test" toexercise a set of classes from production code that are responsible for a task that leaks memory every time it is done, according to process explorer.
The code seems to leak 2MB each time and does not stop until the system memory is exhausted.
When I run the development test in debug, it completes and exits with code 0 within 5 minutes.
When I profile it with Inspector XE, the anlysis never completes, not even if I leave it over night.
What should I be trying? What should I look at?
I've also tried the Inspector configuration option to step through with the debugger to a break point for start of profiling and another breakpoint for stop of profilingand that exercise causes inspector to throw an unhandled exception and crash.