Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
4890 Discussions

Intel Inspector XE stack traces with C++ code

Daniel_Wilson
Beginner
473 Views

We are evluating Inspector XE 2015 and have version:
  Update 1 (build 379161)
When working with C++ compiled with the Visual Studio 2013 compiler inspector gives stack traces to memory or gdi leaks
with names like:

  libabc.dll!copy_or_grow
  libabc.dll!modify
  libabc.dll!abcString

whereas we would expect to see C++ class names included:

  libabc.dll!abcString::copy_or_grow
  libabc.dll!abcString::modify
  libabc.dll!abcString::utString

Intel Amplifier seems to give proper stack traces with class names though.

0 Kudos
4 Replies
Peter_W_Intel
Employee
473 Views

Hi Daniel,

Thanks for your report.

Please go https://premier.intel.com to submit a ticket, and include Inspector's result and interest of module (libabc.dll in this case)

Regards, Peter

0 Kudos
Daniel_Wilson
Beginner
473 Views

Hi Peter,

I don't appear to be authorized to login to the site above.

We are just evaluating Inspector XE 2015 and have an older version off maintenance.

Thanks, Daniel

0 Kudos
Peter_W_Intel
Employee
473 Views

If you have eval license, you also can register this then submit a ticket to Premier.

If you have no time to do this, please send private message to me with inspector's result, and interest of modules.

0 Kudos
Daniel_Wilson
Beginner
473 Views

We have now bought the product so I will try this in the later update of xe and then go through channels above if its still wrong.

Thanks,

Daniel Wilson

0 Kudos
Reply