<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Run-time instrumenting in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Run-time-instrumenting/m-p/869742#M3785</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/432835"&gt;dan_p&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm running VTune 9.0 on windows using the Linux remote agent. I have several problems:&lt;BR /&gt;1. After Vtune finish running my program, it retrieves the data and then crashes. Do you have a workaround or a fix&lt;BR /&gt; for it?&lt;BR /&gt;2. When running my program, I'm loading .so libraries (loaded after the application started). VTune is unable to &lt;BR /&gt; instrument these libraries and returns an error that he can't find modules or modules are corrupted (all .so libraries &lt;BR /&gt; that instrumented before the run are loaded successfully). Also, it shows me in the configure call graph window that &lt;BR /&gt; the .so library is an executable instead of dll file (See attachment).&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Hello,&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1. There are several reasons why Call Graph might crash. The best known workaround would be to lower level of instrumentation for all modules to the minimal. In case of not crashing increase level consequently to mail down the problematic module. If it doesn't help, try collecting Call Graph data in command line mode on the target machine (minimize the levels of instrumentation as well). The results can be packed and moved to the host Windows machine for analyzing.&lt;/P&gt;
&lt;P&gt;2. From the Release Notes document: Call graph supports dynamically loaded images loaded with dlopen (from libdl). There is no support to images loaded directly with the mmap system call. Is that the case?&lt;/P&gt;
&lt;P&gt;For both issues please, take a look at the "Known Limitations: Call Graph: Linux* Remote Call Graph" chapter of the Release Notes.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Jun 2009 12:25:03 GMT</pubDate>
    <dc:creator>Vladimir_T_Intel</dc:creator>
    <dc:date>2009-06-29T12:25:03Z</dc:date>
    <item>
      <title>Run-time instrumenting</title>
      <link>https://community.intel.com/t5/Analyzers/Run-time-instrumenting/m-p/869741#M3784</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm running VTune 9.0 on windows using the Linux remote agent. I have several problems:&lt;BR /&gt;1. After Vtune finish running my program, it retrieves the data and then crashes. Do you have a workaround or a fix&lt;BR /&gt; for it?&lt;BR /&gt;2. When running my program, I'm loading .so libraries (loaded after the application started). VTune is unable to &lt;BR /&gt; instrument these libraries and returns an error that he can't find modules or modules are corrupted (all .so libraries &lt;BR /&gt; that instrumented before the run are loaded successfully). Also, it shows me in the configure call graph window that &lt;BR /&gt; the .so library is an executable instead of dll file (See attachment).&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2009 07:14:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Run-time-instrumenting/m-p/869741#M3784</guid>
      <dc:creator>dan_p</dc:creator>
      <dc:date>2009-06-28T07:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Run-time instrumenting</title>
      <link>https://community.intel.com/t5/Analyzers/Run-time-instrumenting/m-p/869742#M3785</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/432835"&gt;dan_p&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I'm running VTune 9.0 on windows using the Linux remote agent. I have several problems:&lt;BR /&gt;1. After Vtune finish running my program, it retrieves the data and then crashes. Do you have a workaround or a fix&lt;BR /&gt; for it?&lt;BR /&gt;2. When running my program, I'm loading .so libraries (loaded after the application started). VTune is unable to &lt;BR /&gt; instrument these libraries and returns an error that he can't find modules or modules are corrupted (all .so libraries &lt;BR /&gt; that instrumented before the run are loaded successfully). Also, it shows me in the configure call graph window that &lt;BR /&gt; the .so library is an executable instead of dll file (See attachment).&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;P&gt;Hello,&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;1. There are several reasons why Call Graph might crash. The best known workaround would be to lower level of instrumentation for all modules to the minimal. In case of not crashing increase level consequently to mail down the problematic module. If it doesn't help, try collecting Call Graph data in command line mode on the target machine (minimize the levels of instrumentation as well). The results can be packed and moved to the host Windows machine for analyzing.&lt;/P&gt;
&lt;P&gt;2. From the Release Notes document: Call graph supports dynamically loaded images loaded with dlopen (from libdl). There is no support to images loaded directly with the mmap system call. Is that the case?&lt;/P&gt;
&lt;P&gt;For both issues please, take a look at the "Known Limitations: Call Graph: Linux* Remote Call Graph" chapter of the Release Notes.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2009 12:25:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Run-time-instrumenting/m-p/869742#M3785</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2009-06-29T12:25:03Z</dc:date>
    </item>
  </channel>
</rss>

