<?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: Faile to recognize executable in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913647#M5905</link>
    <description>&lt;P&gt;Thanks for your screen shots, finally I can reproduce this problem.&lt;/P&gt;
&lt;P&gt;We are using same VTune Analyzer version, but you used "&lt;STRONG&gt;First Use Wizard&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;There are two bugs when using "First Use Wizard",&lt;/P&gt;
&lt;P&gt;1) It reported "export/home/ovexler/TestCPU/context has no debug information..." thatwas wrong, since we used "-g" compiler option&lt;/P&gt;
&lt;P&gt;2)It reported "context is a text file..." thatwas wrong, because it is binary file.&lt;/P&gt;
&lt;P&gt;This problemrarely happens, but you have &lt;STRONG&gt;a work around to use "Sampling Wizard" instead of "First Use Wizard"&lt;/STRONG&gt; - the problem has gone.&lt;/P&gt;
&lt;P&gt;Note that Sampling Wizard uses default events "CPU_CLK_UNHALTED.THREAD" and "INST_RETIRED.ANY", but First Use Wizard uses event "CPU_CLK_UNHALTED.THREAD" only. You canmodify sampling activity to add/remove any event...&lt;/P&gt;
&lt;P&gt;Regards, Peter&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Jan 2010 08:59:31 GMT</pubDate>
    <dc:creator>Peter_W_Intel</dc:creator>
    <dc:date>2010-01-14T08:59:31Z</dc:date>
    <item>
      <title>Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913636#M5894</link>
      <description>Im evaluating VTune 9.1 for linux. Im useing the Eclipse GUI interface with the wizard. When trying to select the application to run, VTune failed to recognize it as an executable. It claims that the file is a text file and not an application. I have played with it and came to the conclusion that it happens when the path contains the word "text", i.e. it will not work for /a/b/context/a.out nor for /a/b/text1234/a.out etc.&lt;BR /&gt;Can anybody confirm the problem?&lt;BR /&gt;Is there a workaround?  I need the word "context" in the path since I cannot move the application to a some other path.&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Jan 2010 16:12:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913636#M5894</guid>
      <dc:creator>ovexleroptier_com</dc:creator>
      <dc:date>2010-01-10T16:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913637#M5895</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
Does a symlink, or a script, get past this?&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Jan 2010 19:56:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913637#M5895</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2010-01-10T19:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913638#M5896</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/460323"&gt;ovexleroptier.com&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;Im evaluating VTune 9.1 for linux. Im useing the Eclipse GUI interface with the wizard. When trying to select the application to run, VTune failed to recognize it as an executable. It claims that the file is a text file and not an application. I have played with it and came to the conclusion that it happens when the path contains the word "text", i.e. it will not work for /a/b/context/a.out nor for /a/b/text1234/a.out etc.&lt;BR /&gt;Can anybody confirm the problem?&lt;BR /&gt;Is there a workaround?  I need the word "context" in the path since I cannot move the application to a some other path.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Assume that you are using latest v9.1 U2. You should be able to run app or script with VTune Analyzer GUI.&lt;BR /&gt;&lt;BR /&gt;1. If you ran appin aconsole, please run vtlec in this console - so all environment variables (required by your app) can be used in vtlec&lt;BR /&gt;-OR-&lt;BR /&gt;2. If you ran vtlec in another console - please modify vtune activity, use "Activity Configuration"-&amp;gt;click "Configure..." button for "Application/Module Profile(s):" -&amp;gt; click "&lt;STRONG&gt;Advanced&lt;/STRONG&gt;" button -&amp;gt; uncheck "&lt;STRONG&gt;Use default environment&lt;/STRONG&gt;" to add new environment variables. &lt;BR /&gt;&lt;BR /&gt;3. Use "Activity Configuration"-&amp;gt;click "Configure..." button for "Application/Module Profile(s):" -&amp;gt; change "&lt;STRONG&gt;Working directory:&lt;/STRONG&gt;" as you worked on console&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Jan 2010 06:03:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913638#M5896</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2010-01-11T06:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913639#M5897</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/367365"&gt;tim18&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;Does a symlink, or a script, get past this?&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;No</description>
      <pubDate>Tue, 12 Jan 2010 08:01:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913639#M5897</guid>
      <dc:creator>ovexleroptier_com</dc:creator>
      <dc:date>2010-01-12T08:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913640#M5898</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/338213"&gt;Peter Wang (Intel)&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;BR /&gt;Assume that you are using latest v9.1 U2. You should be able to run app or script with VTune Analyzer GUI.&lt;BR /&gt;&lt;BR /&gt;1. If you ran appin aconsole, please run vtlec in this console - so all environment variables (required by your app) can be used in vtlec&lt;BR /&gt;-OR-&lt;BR /&gt;2. If you ran vtlec in another console - please modify vtune activity, use "Activity Configuration"-&amp;gt;click "Configure..." button for "Application/Module Profile(s):" -&amp;gt; click "&lt;STRONG&gt;Advanced&lt;/STRONG&gt;" button -&amp;gt; uncheck "&lt;STRONG&gt;Use default environment&lt;/STRONG&gt;" to add new environment variables. &lt;BR /&gt;&lt;BR /&gt;3. Use "Activity Configuration"-&amp;gt;click "Configure..." button for "Application/Module Profile(s):" -&amp;gt; change "&lt;STRONG&gt;Working directory:&lt;/STRONG&gt;" as you worked on console&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Mybe I did not explain myslef well. The problem is that I'm trying to run my application from /a/b/context/myapp.&lt;BR /&gt;Though "myapp" is executable the GUI tellls me that the application is a "text file".&lt;BR /&gt;The reason for it (according to my tests is that the path includes the word "text". i.e. /a/b/con&lt;SPAN style="background-color: #ffff00;"&gt;text&lt;/SPAN&gt;/myapp. Chanheing the path to /a/b/c/myapp works fine. My problem is that my application must run in the /a/b/context/myapp to peoform correctly so I can't simply move it to /a/b/c/myapp.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Oron.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 08:08:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913640#M5898</guid>
      <dc:creator>ovexleroptier_com</dc:creator>
      <dc:date>2010-01-12T08:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913641#M5899</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/460323"&gt;ovexleroptier.com&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;BR /&gt;Mybe I did not explain myslef well. The problem is that I'm trying to run my application from /a/b/context/myapp.&lt;BR /&gt;Though "myapp" is executable the GUI tellls me that the application is a "text file".&lt;BR /&gt;The reason for it (according to my tests is that the path includes the word "text". i.e. /a/b/con&lt;SPAN style="background-color: #ffff00;"&gt;text&lt;/SPAN&gt;/myapp. Chanheing the path to /a/b/c/myapp works fine. My problem is that my application must run in the /a/b/context/myapp to peoform correctly so I can't simply move it to /a/b/c/myapp.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Oron.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Hi Oron,&lt;BR /&gt;&lt;BR /&gt;Thank you for detail explanations.&lt;BR /&gt;&lt;BR /&gt;However I tried to reproduce this problem on my side, it failed.&lt;BR /&gt;1) I copied VTune example named gsexample2a, gsexample2a.c and datafile.txt to /home/peter/a/b/context&lt;BR /&gt;2) I ran vtlec then create a new sampling activity to specify "/home/peter/a/b/context/gsexample2a" as launched application, "/home/peter/a/b/context" as working directory, "datafile.txt" as command line parameters.&lt;BR /&gt;&lt;BR /&gt;Everything went well. &lt;BR /&gt;&lt;BR /&gt;Is this problem for your app specific?Do you have any problem to do above on your side?&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
      <pubDate>Tue, 12 Jan 2010 09:18:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913641#M5899</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2010-01-12T09:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913642#M5900</link>
      <description>&lt;DIV style="margin:0px;"&gt;I tried absolute path "/a/b/context" instead of "/home/peter/a/b/context", the result is same. &lt;BR /&gt;&lt;BR /&gt;-peter&lt;/DIV&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Jan 2010 09:27:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913642#M5900</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2010-01-12T09:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913643#M5901</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/338213"&gt;Peter Wang (Intel)&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;DIV style="margin:0px;"&gt;I tried absolute path "/a/b/context" instead of "/home/peter/a/b/context", the result is same. &lt;BR /&gt;&lt;BR /&gt;-peter&lt;/DIV&gt;
&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I have tried it on my end and it sill does the same thing. I even called my application context and it did the same so calling /a/b/context ("context" is the name of my application ....) produced the same result the "GUI" vtlec still assumes the context is not an executable but a script. Just to make sure we are using the same version i run vtl --version and I got 9.1 build 226 (How do I see the version for vtlec ?)</description>
      <pubDate>Tue, 12 Jan 2010 11:25:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913643#M5901</guid>
      <dc:creator>ovexleroptier_com</dc:creator>
      <dc:date>2010-01-12T11:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913644#M5902</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/460323"&gt;ovexleroptier.com&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;BR /&gt;I have tried it on my end and it sill does the same thing. I even called my application context and it did the same so calling /a/b/context ("context" is the name of my application ....) produced the same result the "GUI" vtlec still assumes the context is not an executable but a script. Just to make sure we are using the same version i run vtl --version and I got 9.1 build 226 (How do I see the version for vtlec ?)&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I changed "gsexample2a" name to "context", as "/a/b/context"- no problem to run this with vtlec. My version is build #226, you can get info from "About Intel Software Development Products" on vtlec, besides "vtl version".&lt;BR /&gt;&lt;BR /&gt;Can you attach your app on this thread, so I can verify this problem on my side?&lt;BR /&gt;&lt;BR /&gt;What is the result (output) for "vtl activity -c sampling -app /a/b/context run"?&lt;BR /&gt;&lt;BR /&gt;Thanks, Peter&lt;BR /&gt;&lt;BR /&gt;BTW&amp;gt; you can use "Reply is Private" (above "Add your Post" button), if you want toprotect your app.</description>
      <pubDate>Wed, 13 Jan 2010 02:30:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913644#M5902</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2010-01-13T02:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913645#M5903</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/338213"&gt;Peter Wang (Intel)&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;BR /&gt;I changed "gsexample2a" name to "context", as "/a/b/context"- no problem to run this with vtlec. My version is build #226, you can get info from "About Intel Software Development Products" on vtlec, besides "vtl version".&lt;BR /&gt;&lt;BR /&gt;Can you attach your app on this thread, so I can verify this problem on my side?&lt;BR /&gt;&lt;BR /&gt;What is the result (output) for "vtl activity -c sampling -app /a/b/context run"?&lt;BR /&gt;&lt;BR /&gt;Thanks, Peter&lt;BR /&gt;&lt;BR /&gt;BTW&amp;gt; you can use "Reply is Private" (above "Add your Post" button), if you want toprotect your app.&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;It has nothing to do with my application. Attached is the "hello world" application, compiled in two ways:&lt;BR /&gt;g++ -g hello.cpp -o hello&lt;BR /&gt;g++ -g hello.cpp -o context&lt;BR /&gt;&lt;BR /&gt;The file in &lt;A href="http://software.intel.com/file/24685"&gt;http://software.intel.com/file/24685&lt;/A&gt; contains the two programs and 3 jpg images:&lt;BR /&gt;hellow_1.jpg - The GUI when "hello" application is used&lt;BR /&gt;context_1.jpg - The GUI when "context" is used. This is the first difference - it claims that "context" hes no debug infomation, thoughI compiled it with the -g flag (same as hello).&lt;BR /&gt;context_2.jpg - The GUI when "context" is used and the finish button is pressed... A new dialog is oppened claiming that the file is a script / text.&lt;BR /&gt;&lt;BR /&gt;Versions are:&lt;BR /&gt;&lt;BR /&gt;---------------------&lt;BR /&gt;Eclipse Platform&lt;BR /&gt;&lt;BR /&gt;Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx&lt;BR /&gt;Build id: M20060921-0945&lt;BR /&gt;----------------------&lt;BR /&gt;Eclipse RCP&lt;BR /&gt;&lt;BR /&gt;Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq&lt;BR /&gt;Build id: M20060921-0945&lt;BR /&gt;---------------------------&lt;BR /&gt;Intel Software Development Products&lt;BR /&gt;Version: 2.0.4&lt;BR /&gt;---------------------------&lt;BR /&gt;Eclipse C/C++ Development Tools&lt;BR /&gt;&lt;BR /&gt;Version: 3.1.1.200609270800&lt;BR /&gt;Build id: 200609270800&lt;BR /&gt;------------------------------&lt;BR /&gt;VTune Performance Analyzer&lt;BR /&gt;&lt;BR /&gt;Version: 9.1.0&lt;BR /&gt;Build id: 20090219226&lt;BR /&gt;------------------------&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Oron</description>
      <pubDate>Wed, 13 Jan 2010 15:30:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913645#M5903</guid>
      <dc:creator>ovexleroptier_com</dc:creator>
      <dc:date>2010-01-13T15:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913646#M5904</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Thew version I'm using is&lt;BR /&gt;&lt;BR /&gt;VTune Performance Analyzer&lt;BR /&gt;&lt;BR /&gt;Version: 9.1.0&lt;BR /&gt;Build id: 20090219226</description>
      <pubDate>Wed, 13 Jan 2010 15:33:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913646#M5904</guid>
      <dc:creator>ovexleroptier_com</dc:creator>
      <dc:date>2010-01-13T15:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Faile to recognize executable</title>
      <link>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913647#M5905</link>
      <description>&lt;P&gt;Thanks for your screen shots, finally I can reproduce this problem.&lt;/P&gt;
&lt;P&gt;We are using same VTune Analyzer version, but you used "&lt;STRONG&gt;First Use Wizard&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;There are two bugs when using "First Use Wizard",&lt;/P&gt;
&lt;P&gt;1) It reported "export/home/ovexler/TestCPU/context has no debug information..." thatwas wrong, since we used "-g" compiler option&lt;/P&gt;
&lt;P&gt;2)It reported "context is a text file..." thatwas wrong, because it is binary file.&lt;/P&gt;
&lt;P&gt;This problemrarely happens, but you have &lt;STRONG&gt;a work around to use "Sampling Wizard" instead of "First Use Wizard"&lt;/STRONG&gt; - the problem has gone.&lt;/P&gt;
&lt;P&gt;Note that Sampling Wizard uses default events "CPU_CLK_UNHALTED.THREAD" and "INST_RETIRED.ANY", but First Use Wizard uses event "CPU_CLK_UNHALTED.THREAD" only. You canmodify sampling activity to add/remove any event...&lt;/P&gt;
&lt;P&gt;Regards, Peter&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jan 2010 08:59:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Faile-to-recognize-executable/m-p/913647#M5905</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2010-01-14T08:59:31Z</dc:date>
    </item>
  </channel>
</rss>

