<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Wed, 25 Nov 2009 09:58:02 -0800 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/intel-thread-checker-for-linux-kb/type/compatibility/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network articles feed</title>
    <link>http://software.intel.com/en-us/articles/intel-thread-checker-for-linux-kb/compatibility/</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>Intel® Thread Checker limited support with statically linked C++ runtime library</title>
      <description><![CDATA[ <p>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.<br /><br />If the C++ runtime library is statically linked in an application, Thread Checker will stop the analysis with the following error message:</p>
<p><br /><strong>terminate called after throwing an instance of '&lt;Exception Description&gt;'</strong></p>
<p><strong>Application finished</strong></p>
<p><br />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 <strong><em>-cxxlib-nostd</em></strong> option) which prevent the compiler from linking with the standard C++ runtime library.</p> ]]></description>
      <link>http://software.intel.com/en-us/articles/intelr-thread-checker-doesnt-support-statically-linked-exception-handlers</link>
      <pubDate>Thu, 18 Jun 2009 03:35:43 -0700</pubDate>
      <comments>http://software.intel.com/en-us/articles/intelr-thread-checker-doesnt-support-statically-linked-exception-handlers#comments</comments>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/intelr-thread-checker-doesnt-support-statically-linked-exception-handlers</guid>
      <category>Tools</category>
      <category>Intel® Thread Checker for Linux* Knowledge Base</category>
    </item>
  </channel></rss>