<?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 Error before any memory analysis in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978844#M9837</link>
    <description>&lt;P&gt;I am getting an "Error 255" before Inspector seems to perform any memory analysis on my C program. &amp;nbsp;I am doing a static compile with C and some Fortran mixed in (icc and ifort) but the same failure happens when I compile dynamically. &amp;nbsp;The error I get is rather cryptic and I can't find the description of Error 255 in documentation. &amp;nbsp;I'm quoting the log file below. &amp;nbsp;Is there something wrong with my program's compile settings? &amp;nbsp;Valgrind runs on it. &amp;nbsp;Thanks!&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;feedback&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Memory error analysis: started&amp;lt;/message&amp;gt;&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Result file: [/home/david/intel/inspxe/projects/OccBC$&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="error"&amp;gt;An internal error has occurred. Our apologies for th$&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Application exit code: [255] &amp;lt;/message&amp;gt;&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="error"&amp;gt;An internal error has occurred. Our apologies for th$&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Result file: [/home/david/intel/inspxe/projects/OccBC$&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Memory error analysis: terminated&amp;lt;/message&amp;gt;&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;/feedback&amp;gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
    <pubDate>Wed, 26 Dec 2012 15:39:23 GMT</pubDate>
    <dc:creator>David_W_7</dc:creator>
    <dc:date>2012-12-26T15:39:23Z</dc:date>
    <item>
      <title>Error before any memory analysis</title>
      <link>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978844#M9837</link>
      <description>&lt;P&gt;I am getting an "Error 255" before Inspector seems to perform any memory analysis on my C program. &amp;nbsp;I am doing a static compile with C and some Fortran mixed in (icc and ifort) but the same failure happens when I compile dynamically. &amp;nbsp;The error I get is rather cryptic and I can't find the description of Error 255 in documentation. &amp;nbsp;I'm quoting the log file below. &amp;nbsp;Is there something wrong with my program's compile settings? &amp;nbsp;Valgrind runs on it. &amp;nbsp;Thanks!&lt;/P&gt;
&lt;P&gt;David&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;feedback&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Memory error analysis: started&amp;lt;/message&amp;gt;&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Result file: [/home/david/intel/inspxe/projects/OccBC$&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="error"&amp;gt;An internal error has occurred. Our apologies for th$&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Application exit code: [255] &amp;lt;/message&amp;gt;&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="error"&amp;gt;An internal error has occurred. Our apologies for th$&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Result file: [/home/david/intel/inspxe/projects/OccBC$&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt; &amp;lt;message severity="info"&amp;gt;Memory error analysis: terminated&amp;lt;/message&amp;gt;&lt;BR /&gt; &amp;lt;nop/&amp;gt;&lt;BR /&gt;&amp;lt;/feedback&amp;gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Wed, 26 Dec 2012 15:39:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978844#M9837</guid>
      <dc:creator>David_W_7</dc:creator>
      <dc:date>2012-12-26T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Could you attach the entire</title>
      <link>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978845#M9838</link>
      <description>Could you attach the entire result directory?  It contains additional logs that would helpful in understanding the error (in &amp;lt;result dir&amp;gt;/data.0/ if you want to look at them as well).  (Sent it privately if you don't want it posted on a public forum).

The exit code of 255 usually means the actual exit code was out of range (&amp;gt; 255).

Inspector will give better results with dynamic linking, at least once the current problem gets resolved and you actually get results.

Mark</description>
      <pubDate>Wed, 26 Dec 2012 17:00:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978845#M9838</guid>
      <dc:creator>Mark_D_Intel</dc:creator>
      <dc:date>2012-12-26T17:00:00Z</dc:date>
    </item>
    <item>
      <title>Oh!</title>
      <link>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978846#M9839</link>
      <description>Oh!  
I was looking through that section and I think I figured it out.  I'm running version 2011 and it is saying my Linux Kernel 3.2 is not a supported version.
I attached the files though, in case I misinterpreted that.

Thanks!
David</description>
      <pubDate>Wed, 26 Dec 2012 17:22:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978846#M9839</guid>
      <dc:creator>David_W_7</dc:creator>
      <dc:date>2012-12-26T17:22:02Z</dc:date>
    </item>
    <item>
      <title>Yes, you are correct - the</title>
      <link>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978847#M9840</link>
      <description>Yes, you are correct - the version of Inspector XE 2011 you are running does not support version 3 linux kernels.   Update 8 or later should work.</description>
      <pubDate>Wed, 26 Dec 2012 18:58:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-before-any-memory-analysis/m-p/978847#M9840</guid>
      <dc:creator>Mark_D_Intel</dc:creator>
      <dc:date>2012-12-26T18:58:50Z</dc:date>
    </item>
  </channel>
</rss>

