<?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 shimd3d crash in Intel® Graphics Performance Analyzers (Intel® GPA)</title>
    <link>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766430#M11</link>
    <description>Hello Francis,&lt;BR /&gt;&lt;BR /&gt;Sorry that you are running into these problems.&lt;BR /&gt;&lt;BR /&gt;First of all, can you right-click on the GPA Monitor icon in the notification tray area and copy the "About..." information here? This will provide some info on your specific configuration which we'll need.&lt;BR /&gt;&lt;BR /&gt;Also, are you running Intel GPA with or without the "auto-detect launched applications" option enabled? Would you also run the "other way" and let me know if the symptoms change in any way.&lt;BR /&gt;&lt;BR /&gt;Once I have this info we'll be able to do some analysis and attempt to figure out what might be the cause of the issues you are seeing.&lt;BR /&gt;&lt;BR /&gt;thanks!&lt;BR /&gt;&lt;BR /&gt;Neal</description>
    <pubDate>Mon, 30 Apr 2012 17:00:50 GMT</pubDate>
    <dc:creator>Neal_Pierman</dc:creator>
    <dc:date>2012-04-30T17:00:50Z</dc:date>
    <item>
      <title>shimd3d crash</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766429#M10</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;we have 2 serious issue with GPA (using R2012 R1 but we've been having them with previous versions also). Our main process creates satellite processes and it seems the CreateProcess call goes through GPA shim dll.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;1. If we don't have GPA running (ie: GPA monitor) it will sometime (not 100%) crash in the satellite process creation before our own code entry point. Note that prior to R2012 R1 if GPAMonitor wasn't running we never had this issue (now it seems that even though it's not running it's going trough the shim dll)&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;&amp;gt;	RtlAllocateHeap() + 0x3d bytes	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt; 0000000003ea79c1	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt; [Frames below may be incorrect and/or missing, no symbols loaded for shimd3d64.dll]	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt; 0000000003e96293	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt; 0000000003e923e9	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt; 0000000003e924a7	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt; LdrpInitializeThread() + 0x23c bytes	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt; _LdrpInitialize() + 0x9f bytes	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt; LdrInitializeThunk() + 0xe bytes	&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;&lt;/DIV&gt;&lt;DIV&gt;2. If GPA Monitor is running, the CreateProcess calls return TRUE but the processes are never created (they don't show up in ProcessExplorer) whereas they show up right away when GPAMonitor isn't running. Here is the CreateProcess code we are using (with inlined comments on the behaviour with GPA):&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;&lt;PRE&gt;DWORD const creationflags = NORMAL_PRIORITY_CLASS | CREATE_NO_WINDOW | DETACHED_PROCESS | CREATE_BREAKAWAY_FROM_JOB;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;if (::CreateProcess(0, command, NULL, NULL, TRUE, creationflags, NULL, NULL, &amp;amp;si, π))&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;{&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt; // The CreateProcess call succeeds but the process seems to be silently killed (no crash, no warning, no nothing)&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt; if (!::AssignProcessToJobObject(m_jobObject, pi.hProcess))&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt; {&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;  // This will fail and return error code 5 (Access denied) since the process doesn't exist&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;  Trace("Failed to attach process to job: %d", GetLastError());&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt; }&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt; return true;&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;}&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;&lt;/DIV&gt;&lt;DIV&gt;Is there any workaround to this?&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;Francis&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Apr 2012 12:40:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766429#M10</guid>
      <dc:creator>fboivin</dc:creator>
      <dc:date>2012-04-26T12:40:45Z</dc:date>
    </item>
    <item>
      <title>shimd3d crash</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766430#M11</link>
      <description>Hello Francis,&lt;BR /&gt;&lt;BR /&gt;Sorry that you are running into these problems.&lt;BR /&gt;&lt;BR /&gt;First of all, can you right-click on the GPA Monitor icon in the notification tray area and copy the "About..." information here? This will provide some info on your specific configuration which we'll need.&lt;BR /&gt;&lt;BR /&gt;Also, are you running Intel GPA with or without the "auto-detect launched applications" option enabled? Would you also run the "other way" and let me know if the symptoms change in any way.&lt;BR /&gt;&lt;BR /&gt;Once I have this info we'll be able to do some analysis and attempt to figure out what might be the cause of the issues you are seeing.&lt;BR /&gt;&lt;BR /&gt;thanks!&lt;BR /&gt;&lt;BR /&gt;Neal</description>
      <pubDate>Mon, 30 Apr 2012 17:00:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766430#M11</guid>
      <dc:creator>Neal_Pierman</dc:creator>
      <dc:date>2012-04-30T17:00:50Z</dc:date>
    </item>
    <item>
      <title>shimd3d crash</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766431#M12</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;We've tried reproducing this problem internally, but haven't been able to see the errors you are seeing.&lt;BR /&gt;&lt;BR /&gt;The development team is therefore requesting some additional information from you:&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Your specific configuration (right-click on the GPA Monitor icon and select "About...").&lt;/LI&gt;&lt;LI&gt;Are you running with "auto-detect launched applications" mode or not?&lt;/LI&gt;&lt;LI&gt;Is tracing enabled?&lt;/LI&gt;&lt;LI&gt;For your target and child processes, are they both graphics / ITT instrumented? Are they 32-bit or 64-bit?&lt;/LI&gt;&lt;LI&gt;Some simple sample code that reproduces the problem (ourattempt to create a sample based on
the code snippet you provided didn't demonstrate the problem).&lt;/LI&gt;&lt;LI&gt;What anti-virus software are you using, and what modules are enabled? We've seen some issues with McAfee Host Intrusion Prevention that conflicts with
GPA instrumentation (including the CreateProcess function).&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neal&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2012 15:59:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766431#M12</guid>
      <dc:creator>Neal_Pierman</dc:creator>
      <dc:date>2012-05-03T15:59:47Z</dc:date>
    </item>
    <item>
      <title>shimd3d crash</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766432#M13</link>
      <description>&lt;DIV&gt;Here is the info I gathered (sorry for the delay).&lt;/DIV&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;UL&gt;&lt;LI&gt;Launching the 64 bits version of our game editor in both "Auto-Detect" and "Manual" modes reproduces the issue I mentionned about the processes being killed.&lt;/LI&gt;&lt;LI&gt;Launching the 32 bits version of our game editor in both "Auto-Detect" and "Manual" modes doesn't reproduce the issue I mentionned about the satellite processes being killed. However, when comes the time to render the first frame, the application seems to be violently killed as it doesn't even break in the debugger and quits.&lt;/LI&gt;&lt;LI&gt;Launching both 32 and 64 bits version of our standalone game (which doesn't create any child processes) works flawlessly.&lt;/LI&gt;&lt;LI&gt;Tracing isn't enabled&lt;/LI&gt;&lt;LI&gt;The child processes aren't graphics (ie: they don't create any 3D device) and are not instrumented&lt;/LI&gt;&lt;LI&gt;Anti-virus software is Microsoft ForeFront&lt;/LI&gt;&lt;LI&gt;I don't have a simple repro sample right now, but I'll try to build one.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;DIV&gt;Configuration:&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;"&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;Windows 7, 64-bit DEP enabled&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;Num Processors: 8&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;Memory: 12279MB&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;System BIOS: LENOVO 60KT43AUS (04/08/2011)&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;Video BIOS: 12/07/11&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;Driver 0:&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;  Device: AMD Radeon HD 7900 Series&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;  Provider: Advanced Micro Devices, Inc.&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;  Date: 3-8-2012&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;  Version: 8.951.0.0&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;  VendorId: 1002&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;  ProductId: 6798&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;  Stepping: 0&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;  No support for GPA Instrumentation&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;GPA install directory: C:\Program Files\Intel\GPA\2012 R1\&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;GPA version: 12.1.166792&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;Current user is in Administrators group: YES&lt;/DIV&gt;&lt;DIV style="padding-left: 20pt;" id="_mcePaste"&gt;Current GPA 2012 R1 (12.1.166792)&lt;/DIV&gt;Windows 7, 64-bit DEP enabledNum Processors: 8Memory: 12279MBSystem BIOS: LENOVO 60KT43AUS (04/08/2011)Video BIOS: 12/07/11Driver 0:  Device: AMD Radeon HD 7900 Series  Provider: Advanced Micro Devices, Inc.  Date: 3-8-2012  Version: 8.951.0.0  VendorId: 1002  ProductId: 6798  Stepping: 0  No support for GPA InstrumentationGPA install directory: C:\Program Files\Intel\GPA\2012 R1\GPA version: 12.1.166792Current user is in Administrators group: YESCurrent GPA 2012 R1 (12.1.166792)&lt;/DIV&gt;</description>
      <pubDate>Sun, 06 May 2012 12:50:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766432#M13</guid>
      <dc:creator>fboivin</dc:creator>
      <dc:date>2012-05-06T12:50:33Z</dc:date>
    </item>
    <item>
      <title>shimd3d crash</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766433#M14</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply -- I've forwarded this info to our Development Team.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Neal</description>
      <pubDate>Mon, 07 May 2012 05:22:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766433#M14</guid>
      <dc:creator>Neal_Pierman</dc:creator>
      <dc:date>2012-05-07T05:22:58Z</dc:date>
    </item>
    <item>
      <title>shimd3d crash</title>
      <link>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766434#M15</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The dev team hasn't been able to construct a testcase that duplicates your problem. If you are able to provide more info (such as access to your game's binaries under NDA), that would be helpful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Neal&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2012 22:11:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Graphics-Performance/shimd3d-crash/m-p/766434#M15</guid>
      <dc:creator>Neal_Pierman</dc:creator>
      <dc:date>2012-07-11T22:11:10Z</dc:date>
    </item>
  </channel>
</rss>

