<?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 I also posted this on in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035737#M4394</link>
    <description>&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/28848662/how-to-use-windbg-to-troubleshoot-executable-which-wont-start"&gt;I also posted this on StackOverflow&lt;/A&gt;.&amp;nbsp; A user kindly analyzed the executable and came up with this conclusion:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;i took a look at the offending exe it seems there is an integer division by zero exception in EnergyLib64.dll-&amp;gt;Initialization Routine called by initterm (LdrpRunInitializeRoutine) when it checks for some processor specific functionality using cpuid the result of cpuid after some calculations is shifted right by 20 shr eax,20 which makes eax 0 and the divisor ebp is also 0 so div eax, ebp results in a divide by zero exception which leads to immediate termination. via msvcrt!exit at 0x......9e78&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;So, it seems that there's a bug which only affects systems with certain CPUs.&lt;/P&gt;

&lt;P&gt;Can someone at Intel report this to the utility authors?&amp;nbsp; The authors appear to be: Seung-Woo Kim, Karthik Krishnan, Vardhan Dugar, Joseph Jin-Sung, and Jun De Vega.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Mar 2015 17:35:59 GMT</pubDate>
    <dc:creator>John_D_8</dc:creator>
    <dc:date>2015-03-05T17:35:59Z</dc:date>
    <item>
      <title>Can't run the Intel Power Gadget</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035733#M4390</link>
      <description>&lt;P&gt;I'm trying to run the Intel Power Gadget on a Win 8.1 x64 system with a &lt;FONT color="#222222" face="Helvetica"&gt;Core i7-720QM.&amp;nbsp; The program and the MS Visual C++ 2010 redistributable library appear to install OK, but the tool will not start.&amp;nbsp; I try launching it, and nothing happens.&amp;nbsp; I attached windbg to the executable, but did not learn anything.&amp;nbsp; I also investigated it with Process Monitor and Dependency Walker, but couldn't get to the bottom of it.&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;The same utility runs fine on a different computer.&amp;nbsp; Curiously, I might have not installed the MSVC 2012 redistributable on that PC.&amp;nbsp; I don't see it listed in Programs and Features.&amp;nbsp; The power gadget runs just fine though.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 03:16:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035733#M4390</guid>
      <dc:creator>John_D_8</dc:creator>
      <dc:date>2015-03-05T03:16:27Z</dc:date>
    </item>
    <item>
      <title>Can you post screenshot of</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035734#M4391</link>
      <description>&lt;P&gt;Can you post screenshot of Dependency Walker and screenshot of windbg output? In your case Power Gadget can exhibit so called Silent Process Termination.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 08:54:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035734#M4391</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2015-03-05T08:54:01Z</dc:date>
    </item>
    <item>
      <title>Attached are 4 files.  Two</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035735#M4392</link>
      <description>&lt;P&gt;Attached are 4 files.&amp;nbsp; Two are screenshots from Dependency Walker and windbg, and two are text outputs from those utilities.&lt;/P&gt;

&lt;P&gt;Thanks for thinking about it.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:11:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035735#M4392</guid>
      <dc:creator>John_D_8</dc:creator>
      <dc:date>2015-03-05T17:11:06Z</dc:date>
    </item>
    <item>
      <title>I am the author of Intel</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035736#M4393</link>
      <description>&lt;P&gt;I am the author of Intel Power Gadget. Can you tell me your machine's spec? Please run CPUZ utility and send me the report.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:34:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035736#M4393</guid>
      <dc:creator>Seung-Woo_K_Intel</dc:creator>
      <dc:date>2015-03-05T17:34:47Z</dc:date>
    </item>
    <item>
      <title>I also posted this on</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035737#M4394</link>
      <description>&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/28848662/how-to-use-windbg-to-troubleshoot-executable-which-wont-start"&gt;I also posted this on StackOverflow&lt;/A&gt;.&amp;nbsp; A user kindly analyzed the executable and came up with this conclusion:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;i took a look at the offending exe it seems there is an integer division by zero exception in EnergyLib64.dll-&amp;gt;Initialization Routine called by initterm (LdrpRunInitializeRoutine) when it checks for some processor specific functionality using cpuid the result of cpuid after some calculations is shifted right by 20 shr eax,20 which makes eax 0 and the divisor ebp is also 0 so div eax, ebp results in a divide by zero exception which leads to immediate termination. via msvcrt!exit at 0x......9e78&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;So, it seems that there's a bug which only affects systems with certain CPUs.&lt;/P&gt;

&lt;P&gt;Can someone at Intel report this to the utility authors?&amp;nbsp; The authors appear to be: Seung-Woo Kim, Karthik Krishnan, Vardhan Dugar, Joseph Jin-Sung, and Jun De Vega.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:35:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035737#M4394</guid>
      <dc:creator>John_D_8</dc:creator>
      <dc:date>2015-03-05T17:35:59Z</dc:date>
    </item>
    <item>
      <title>We are still using VS 2010</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035738#M4395</link>
      <description>&lt;P&gt;We are still using VS 2010 for backward compatibility, so the run time distributable that comes with the package should be enough. There must be something else going on.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:38:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035738#M4395</guid>
      <dc:creator>Seung-Woo_K_Intel</dc:creator>
      <dc:date>2015-03-05T17:38:52Z</dc:date>
    </item>
    <item>
      <title>Quote:Seung-Woo Kim (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035739#M4396</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Seung-Woo Kim (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I am the author of Intel Power Gadget. Can you tell me your machine's spec? Please run CPUZ utility and send me the report.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Attached is a screenshot from CPUZ.&amp;nbsp; Thanks for investigating.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:43:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035739#M4396</guid>
      <dc:creator>John_D_8</dc:creator>
      <dc:date>2015-03-05T17:43:51Z</dc:date>
    </item>
    <item>
      <title>That's why I asked for CPU-Z</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035740#M4397</link>
      <description>&lt;P&gt;That's why I asked for CPU-Z report to get the exact CPU specification, which comes from cpuid :)&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:47:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035740#M4397</guid>
      <dc:creator>Seung-Woo_K_Intel</dc:creator>
      <dc:date>2015-03-05T17:47:40Z</dc:date>
    </item>
    <item>
      <title>Quote:Seung-Woo Kim (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035741#M4398</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Seung-Woo Kim (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;That's why I asked for CPU-Z report to get the exact CPU specification, which comes from cpuid :)&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Attached is the full CPU-Z report as a text file in case you need more info than the screenshot I posted earlier.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:53:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035741#M4398</guid>
      <dc:creator>John_D_8</dc:creator>
      <dc:date>2015-03-05T17:53:29Z</dc:date>
    </item>
    <item>
      <title>Yep, it's Clarksfield. Intel</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035742#M4399</link>
      <description>&lt;P&gt;Yep, it's Clarksfield. Intel Power Gadget supports SandyBridge and later.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:55:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035742#M4399</guid>
      <dc:creator>Seung-Woo_K_Intel</dc:creator>
      <dc:date>2015-03-05T17:55:23Z</dc:date>
    </item>
    <item>
      <title>I should put up a dialog box</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035743#M4400</link>
      <description>&lt;P&gt;I should put up a dialog box when it's not supported rather than quietly quitting. Another idea for the next release... :)&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:58:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035743#M4400</guid>
      <dc:creator>Seung-Woo_K_Intel</dc:creator>
      <dc:date>2015-03-05T17:58:13Z</dc:date>
    </item>
    <item>
      <title>Quote:Seung-Woo Kim (Intel)</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035744#M4401</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Seung-Woo Kim (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Yep, it's Clarksfield. Intel Power Gadget supports SandyBridge and later.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;OK, thanks.&amp;nbsp; I read the System Requirements too quickly and thought that all Core CPUs were supported.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Can-t-run-the-Intel-Power-Gadget/m-p/1035744#M4401</guid>
      <dc:creator>John_D_8</dc:creator>
      <dc:date>2015-03-05T17:59:21Z</dc:date>
    </item>
  </channel>
</rss>

