| June 5, 2009 4:00 PM PDT | |
Intel Thread Checker doesn't support applications which have statically linked C++ runtime libraries. In order to support C++ exception propagation in the instrumented binary image, Thread Checker requires __cxa_rethrow and __cxa_begin_catch functions to be exported. These functions are not exported in statically linked applications.
If the C++ runtime library is statically linked in an application, Thread Checker will stop the analysis with the following error message:
terminate called after throwing an instance of '<Exception Description>'
Application finished
When analyzing an application with Thread Checker, it is recommended to dynamically link the standard C++ runtime library. You can also check if your application includes any options (e.g: Intel® C++ Compiler -cxxlib-nostd option) which prevent the compiler from linking with the standard C++ runtime library.
This article applies to: Tools, Intel® Thread Checker for Linux* Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (0) 
Trackbacks (0)
Leave a comment 
Levent (Intel)
|

