<?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 Vtune having exception in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809662#M1835</link>
    <description>Thanks Peter!&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Sorry for being late to respond...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I think the trail version has some exceptions. If I boot with BCD debug enabled, and run some sample tests ( at the collection time) it breaks into debugger. If I boot with normal boot option, then exception is absorbed...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;-pro&lt;/DIV&gt;</description>
    <pubDate>Fri, 02 Mar 2012 18:56:33 GMT</pubDate>
    <dc:creator>prokash</dc:creator>
    <dc:date>2012-03-02T18:56:33Z</dc:date>
    <item>
      <title>Vtune having exception</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809659#M1832</link>
      <description>I just downloaded Vtune Amplifier, configured ( or selected the tab for system profile). Profiled it with basic hotspot anlysis ( this is allowed for the config type "system profile"). &lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;It gives exeception when it tries to writeout the result. I've windbg hooked up, so if I say gh it crashes.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Why it is crashing??&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;The context is partially valid. Only x86 user-mode context is available.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;WOW64 breakpoint - code 4000001f (first chance)&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;First chance exceptions are reported before any exception handling.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;This exception may be expected and handled.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;00000000`0ee429f4 cc       int   3&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;32.2: kd:x86&amp;gt; gh&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;The context is partially valid. Only x86 user-mode context is available.WOW64 breakpoint - code 4000001f (first chance)First chance exceptions are reported before any exception handling.This exception may be expected and handled.00000000`0ee429f4 cc       int   332.2: kd:x86&amp;gt; gh&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Feb 2012 23:11:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809659#M1832</guid>
      <dc:creator>prokash</dc:creator>
      <dc:date>2012-02-14T23:11:54Z</dc:date>
    </item>
    <item>
      <title>Vtune having exception</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809660#M1833</link>
      <description>Are you using latest VTune Amplifier XE 2011, Update 7?&lt;BR /&gt;&lt;BR /&gt;If you want to do system wide profiling, please don't doit under user-mode sampling data collection (Hotspots, Concurrency, LocksAndWaits analysis), please do it under HW event-based sampling collection - like as lightweight-hotspots, and other predefined analysis types for your running processor.&lt;BR /&gt;&lt;BR /&gt;Regards, Peter</description>
      <pubDate>Fri, 17 Feb 2012 08:48:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809660#M1833</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2012-02-17T08:48:12Z</dc:date>
    </item>
    <item>
      <title>Vtune having exception</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809661#M1834</link>
      <description>&lt;DIV id="tiny_quote"&gt;&lt;DIV style="margin-left: 2px; margin-right: 2px;"&gt;Quoting &lt;A jquery1329489270937="58" rel="/en-us/services/profile/quick_profile.php?is_paid=&amp;amp;user_id=553186" href="https://community.intel.com/en-us/profile/553186/" class="basic"&gt;prokash&lt;/A&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #e5e5e5; margin-left: 2px; margin-right: 2px; border: 1px inset; padding: 5px;"&gt;&lt;I&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;...&lt;BR /&gt;WOW64 breakpoint - code &lt;STRONG&gt;&lt;SPAN style="text-decoration: underline;"&gt;4000001f&lt;/SPAN&gt;&lt;/STRONG&gt; (first chance)&lt;/DIV&gt;&lt;/DIV&gt;...&lt;/I&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;BR /&gt;This is what '&lt;STRONG&gt;ntstatus.h&lt;/STRONG&gt;' &lt;STRONG&gt;Win32&lt;/STRONG&gt; API header file "says" about thecode &lt;STRONG&gt;4000001f&lt;/STRONG&gt;:&lt;BR /&gt;&lt;BR /&gt; // MessageId: &lt;STRONG&gt;STATUS_WX86_BREAKPOINT&lt;/STRONG&gt;&lt;BR /&gt; //&lt;BR /&gt; // MessageText:&lt;BR /&gt; //&lt;BR /&gt; // Exception status code used by Win32 x86 emulation subsystem.&lt;BR /&gt; //&lt;BR /&gt; #define &lt;STRONG&gt;STATUS_WX86_BREAKPOINT&lt;/STRONG&gt; ((NTSTATUS)&lt;STRONG&gt;0x4000001F&lt;/STRONG&gt;L)&lt;BR /&gt;&lt;BR /&gt;Sorry, but it isunclear why the exceptionhappened...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2012 14:39:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809661#M1834</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2012-02-17T14:39:02Z</dc:date>
    </item>
    <item>
      <title>Vtune having exception</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809662#M1835</link>
      <description>Thanks Peter!&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Sorry for being late to respond...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I think the trail version has some exceptions. If I boot with BCD debug enabled, and run some sample tests ( at the collection time) it breaks into debugger. If I boot with normal boot option, then exception is absorbed...&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;&lt;DIV&gt;-pro&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Mar 2012 18:56:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809662#M1835</guid>
      <dc:creator>prokash</dc:creator>
      <dc:date>2012-03-02T18:56:33Z</dc:date>
    </item>
    <item>
      <title>Your code is executing 0xcc</title>
      <link>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809663#M1836</link>
      <description>&lt;P&gt;Your code is executing 0xcc instruction thus trigerring debugger breakpoint exception.Please post the full call stack.It is unknown why code path is executing int3 instruction.Sometime 0xcc is used as a padding for hot patching at runtime.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 08:21:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Vtune-having-exception/m-p/809663#M1836</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2013-02-13T08:21:00Z</dc:date>
    </item>
  </channel>
</rss>

