<?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:Inspector 2021.2 can't work for application child process in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1284786#M20579</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is your issue resolved? Do you have any update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 26 May 2021 09:38:35 GMT</pubDate>
    <dc:creator>JananiC_Intel</dc:creator>
    <dc:date>2021-05-26T09:38:35Z</dc:date>
    <item>
      <title>Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1280544#M20489</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LongKui_0-1620740077382.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/16733iB998CE7B723520C8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LongKui_0-1620740077382.png" alt="LongKui_0-1620740077382.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I want to analyze&amp;nbsp;application child process, have inputted the full command line, but&amp;nbsp;Inspector can't find out any memory leak and display some error messages:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LongKui_1-1620740401840.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/16734iDDE72750DB6975A9/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LongKui_1-1620740401840.png" alt="LongKui_1-1620740401840.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I clean "Child application" textfield,&amp;nbsp;Inspector will only analyze my main process and work normally.&lt;/P&gt;
&lt;P&gt;Could anyone solve the problem?&lt;/P&gt;</description>
      <pubDate>Tue, 11 May 2021 13:49:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1280544#M20489</guid>
      <dc:creator>LongKui</dc:creator>
      <dc:date>2021-05-11T13:49:41Z</dc:date>
    </item>
    <item>
      <title>Re:Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1280867#M20495</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel forums.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We will try from our side meanwhile make sure you have made appropriate changes for the project in the advanced target application properties.&lt;/P&gt;&lt;P&gt;For reference:&lt;A href="https://software.intel.com/content/www/us/en/develop/documentation/inspector-user-guide-windows/top/setting-up/configuring-projects.html" target="_blank"&gt;https://software.intel.com/content/www/us/en/develop/documentation/inspector-user-guide-windows/top/setting-up/configuring-projects.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 May 2021 13:22:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1280867#M20495</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-05-12T13:22:32Z</dc:date>
    </item>
    <item>
      <title>回复： Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1281116#M20500</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Janani Chandran&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have writed simple C++ memory leak program, can reproduce the issue 100%:&lt;/P&gt;
&lt;LI-CODE lang="cpp"&gt;#include &amp;lt;iostream&amp;gt;
#include &amp;lt;Windows.h&amp;gt;

int main(int argc, char* argv[])
{
    if (argc &amp;gt;= 2 &amp;amp;&amp;amp; strcmp(argv[1], "child") == 0) {
        // Memory leak
        char* buffer = new char[]{"I'm child process!\n"};
        std::cout &amp;lt;&amp;lt; buffer;
    } else {
        // Memory leak
        char* buffer = new char[]{"I'm main process!\n"};
        std::cout &amp;lt;&amp;lt; buffer;
        ShellExecuteA(NULL, NULL, argv[0], "child", NULL, SW_SHOW);
    }
    system("pause");
    return 0;
}
&lt;/LI-CODE&gt;
&lt;P&gt;Project properties:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LongKui_0-1620906014496.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/16790i15C0DC10B379FCE9/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LongKui_0-1620906014496.png" alt="LongKui_0-1620906014496.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Some error messages displayed, and can't find out any memory leak:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LongKui_1-1620906303169.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/16791i02EE49AA32EE50BB/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LongKui_1-1620906303169.png" alt="LongKui_1-1620906303169.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LongKui_2-1620906444749.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/16792i519EDDEA5C4C4B2E/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LongKui_2-1620906444749.png" alt="LongKui_2-1620906444749.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 11:56:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1281116#M20500</guid>
      <dc:creator>LongKui</dc:creator>
      <dc:date>2021-05-13T11:56:45Z</dc:date>
    </item>
    <item>
      <title>Re:Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1282346#M20520</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the update.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;In your screenshot we could see that you are using the same main application in child application field. In child application field you have to give the application which is used to inspect a file that is not&amp;nbsp;the starting application. For example it  inspects an .exe file called by a script (identified in the Application field).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You have to give the application which is called from the main program. In your code you have called two different processes instead you can call another application and you can include that in your child application field.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 18 May 2021 13:07:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1282346#M20520</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-05-18T13:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1283463#M20552</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To analyze child process give child as a parameter in application parameter field instead of adding that in child application field. Refer the attached screenshot for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this and let us know the updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Janani Chandran&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 May 2021 06:19:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1283463#M20552</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-05-21T06:19:39Z</dc:date>
    </item>
    <item>
      <title>Re:Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1284786#M20579</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is your issue resolved? Do you have any update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 May 2021 09:38:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1284786#M20579</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-05-26T09:38:35Z</dc:date>
    </item>
    <item>
      <title>回复： Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1286461#M20608</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN&gt;Janani Chandran&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for late reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My application child process must be started by main process, can't run independently. The process&amp;nbsp;architecture is similar with google chrome browser:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LongKui_0-1622628179360.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/17200iF158D5C12BE9C375/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="LongKui_0-1622628179360.png" alt="LongKui_0-1622628179360.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So I can't input child process command line parameter into "Application parameters" textfield.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jun 2021 10:17:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1286461#M20608</guid>
      <dc:creator>LongKui</dc:creator>
      <dc:date>2021-06-02T10:17:46Z</dc:date>
    </item>
    <item>
      <title>Re:Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1287693#M20628</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are working on this and will let you know the updates.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2021 11:50:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1287693#M20628</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-06-07T11:50:35Z</dc:date>
    </item>
    <item>
      <title>Re:Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1289106#M20654</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For your information, if you launch a script and when that script calls an exe then they are all analyzed in inspector and if you specify the child then that will display child exe's diagnostics. So the entire process is analyzed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also in child application field you cannot specify any process as it is meant for exe files and no arguments are needed. So for your case, you can put the entire application(parent+child) in application field as this will profile everything.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Try this and let us know the updates.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Jun 2021 13:53:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1289106#M20654</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-06-11T13:53:44Z</dc:date>
    </item>
    <item>
      <title>Re:Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1290614#M20760</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is your issue resolved?Do you have any update?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jun 2021 06:20:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1290614#M20760</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-06-17T06:20:04Z</dc:date>
    </item>
    <item>
      <title>Re:Inspector 2021.2 can't work for application child process</title>
      <link>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1293761#M20823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We assume that your issue is resolved. If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Janani Chandran&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jun 2021 05:47:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Inspector-2021-2-can-t-work-for-application-child-process/m-p/1293761#M20823</guid>
      <dc:creator>JananiC_Intel</dc:creator>
      <dc:date>2021-06-28T05:47:20Z</dc:date>
    </item>
  </channel>
</rss>

