Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Receiving "Warning: unable to instrument ..." during compilation

LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in Insure++
If during compilation you get a message, similar to:
Warning: unable to instrument "leakscop.c" (3), compiling original source code Technical support is available at http://www.parasoft.com/insure_instrumentation_failure
This message means that this source file will not be instrumented.
The cause could be any of:
  • A construct in your code which happens to be accepted by your compiler, but which does not conform to the C++ language definition.
  • An error in your compiler.
  • An issue with Insure++ instrumentation.
  • Note: often insure will have reported a PARSE_ERROR that will give you more information about why it was unable to instrument the code. And fixing that PARSE_ERROR will generally allow insure to instrument.
Please contact Parasoft technical support for your region:
This discussion has been closed.