<?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: problem with exe controller? in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991811#M11255</link>
    <description>hi, &lt;BR /&gt;&lt;BR /&gt;I admit, the error message is indeed misleading&lt;BR /&gt;&lt;BR /&gt;The real problem seems to be is in a way you pass the parameters.&lt;BR /&gt;&lt;BR /&gt;The correct way is: (vtl -help)&lt;BR /&gt;[-app | -app-to-launch &lt;PATH&gt;[,&lt;ARGS&gt;[,&lt;DIR&gt;]]]&lt;BR /&gt;&lt;BR /&gt;so in case you have to pass multiple parameters use:&lt;BR /&gt;&lt;BR /&gt;vtl activity Regular -c callgraph -app /bin/ls,"-l -R -F -a" -moi /bin/ls run&lt;BR /&gt;&lt;BR /&gt;(no , separates different parameters)&lt;BR /&gt;&lt;BR /&gt;In you example I guess the correct syntax will be:&lt;BR /&gt;&lt;BR /&gt;vtl activity -c callgraph -app mcpcom,"-p --bool timing.cpp" -moi mcpcom run&lt;BR /&gt;&lt;BR /&gt;Does it help?&lt;BR /&gt;-Daniel&lt;BR /&gt;&lt;/DIR&gt;&lt;/ARGS&gt;&lt;/PATH&gt;</description>
    <pubDate>Wed, 26 Feb 2003 17:15:59 GMT</pubDate>
    <dc:creator>Daniel_B_Intel2</dc:creator>
    <dc:date>2003-02-26T17:15:59Z</dc:date>
    <item>
      <title>problem with exe controller?</title>
      <link>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991810#M11254</link>
      <description>&lt;BR /&gt;I get this error when trying to create a callgraph&lt;BR /&gt;for the compiler. If I remove some of the arguments&lt;BR /&gt;to mcpcom the error goes away.&lt;BR /&gt;&lt;BR /&gt;vtl activity -c callgraph -app mcpcom,-p,--bool,timing.cpp -moi mcpcom run&lt;BR /&gt;VTune Performance Analyzer 1.0 for Linux*&lt;BR /&gt;Copyright (C) 2000-2002 Intel Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;The Activity is running.&lt;BR /&gt;The Activity failed to stop callgraph collector,&lt;BR /&gt;because there are no valid exe controllers associated with the collector.&lt;BR /&gt;&lt;BR /&gt;Unable to run the activity because an appropriate EXE controller could not be created.  This is probably either because a specified remote system could not be found or because a specified remote system is not properly configured.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Feb 2003 06:54:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991810#M11254</guid>
      <dc:creator>Judith_W_Intel</dc:creator>
      <dc:date>2003-02-26T06:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: problem with exe controller?</title>
      <link>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991811#M11255</link>
      <description>hi, &lt;BR /&gt;&lt;BR /&gt;I admit, the error message is indeed misleading&lt;BR /&gt;&lt;BR /&gt;The real problem seems to be is in a way you pass the parameters.&lt;BR /&gt;&lt;BR /&gt;The correct way is: (vtl -help)&lt;BR /&gt;[-app | -app-to-launch &lt;PATH&gt;[,&lt;ARGS&gt;[,&lt;DIR&gt;]]]&lt;BR /&gt;&lt;BR /&gt;so in case you have to pass multiple parameters use:&lt;BR /&gt;&lt;BR /&gt;vtl activity Regular -c callgraph -app /bin/ls,"-l -R -F -a" -moi /bin/ls run&lt;BR /&gt;&lt;BR /&gt;(no , separates different parameters)&lt;BR /&gt;&lt;BR /&gt;In you example I guess the correct syntax will be:&lt;BR /&gt;&lt;BR /&gt;vtl activity -c callgraph -app mcpcom,"-p --bool timing.cpp" -moi mcpcom run&lt;BR /&gt;&lt;BR /&gt;Does it help?&lt;BR /&gt;-Daniel&lt;BR /&gt;&lt;/DIR&gt;&lt;/ARGS&gt;&lt;/PATH&gt;</description>
      <pubDate>Wed, 26 Feb 2003 17:15:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991811#M11255</guid>
      <dc:creator>Daniel_B_Intel2</dc:creator>
      <dc:date>2003-02-26T17:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem with exe controller?</title>
      <link>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991812#M11256</link>
      <description>&lt;BR /&gt;Well that helped me get started but now I get&lt;BR /&gt;an internal error:&lt;BR /&gt;&lt;BR /&gt;n=800 timing.cpp" -moi mcpcom run&lt;BR /&gt;VTune Performance Analyzer 1.0 for Linux*&lt;BR /&gt;Copyright (C) 2000-2002 Intel Corporation. All rights reserved.&lt;BR /&gt;&lt;BR /&gt;The Activity is running.&lt;BR /&gt;Wed Feb 26 17:49:59 2003 Static instrumentation started&lt;BR /&gt;&lt;BR /&gt;Discovery Summary:&lt;BR /&gt;Found 18775 procedures. Fail to instrument 3 of them.&lt;BR /&gt;Found 1 additional functions. Fail to instrument 0 of them.&lt;BR /&gt;Wed Feb 26 17:50:30 2003 All functions instrumentation of module mcpcom was successful.&lt;BR /&gt;Wed Feb 26 17:50:30 2003 None instrumentation of module ld-2.2.4.so was skipped.&lt;BR /&gt;Wed Feb 26 17:50:30 2003 Exports instrumentation of module libc-2.2.4.so was skipped.&lt;BR /&gt;Wed Feb 26 17:50:30 2003 All functions instrumentation of module libm-2.2.4.so was skipped.&lt;BR /&gt;Wed Feb 26 17:50:30 2003 Static instrumentation done&lt;BR /&gt;Wed Feb 26 17:50:33 2003 Data collection started...&lt;BR /&gt;Intel C++ Compiler for 32-bit applications, Version 8.0 Pre-Beta  Build x&lt;BR /&gt;Built Feb 26 2003 16:14:38 by jward4 on nht6011.spt.intel.com in /home/nsl/jward4/cmplr/dev_cfe/dev&lt;BR /&gt;Copyright (C) 1985-2003 Intel Corporation.  All rights reserved.&lt;BR /&gt;(0): internal error: #0_3645: catch entry list and handler info list differ in length (shared/ip/ipo_inl.c, line 3645)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 07:01:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991812#M11256</guid>
      <dc:creator>Judith_W_Intel</dc:creator>
      <dc:date>2003-02-27T07:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: problem with exe controller?</title>
      <link>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991813#M11257</link>
      <description>&lt;BR /&gt;Never mind my last reply. It looks like&lt;BR /&gt;the internal error is coming from the compiler.</description>
      <pubDate>Thu, 27 Feb 2003 07:03:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991813#M11257</guid>
      <dc:creator>Judith_W_Intel</dc:creator>
      <dc:date>2003-02-27T07:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem with exe controller?</title>
      <link>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991814#M11258</link>
      <description>Hi Judy,&lt;BR /&gt;&lt;BR /&gt;BTW, thanks for posting this one.  The way in which vtl was invoked in the initial post should have been interpreted as a syntax error by vtl--however, the input was accepted and resulted in the weird message having to do with EXE Controllers.&lt;BR /&gt;&lt;BR /&gt;This has been fixed, and the fix will be available in the next release of the product.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Aaron Levinson</description>
      <pubDate>Wed, 19 Mar 2003 06:27:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/problem-with-exe-controller/m-p/991814#M11258</guid>
      <dc:creator>Aaron_L_Intel</dc:creator>
      <dc:date>2003-03-19T06:27:56Z</dc:date>
    </item>
  </channel>
</rss>

