<?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 Strange issue.Could that be a in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953956#M8261</link>
    <description>&lt;P&gt;Strange issue.Could that be a failed DLL injection or the other means of reading your process memory?&lt;/P&gt;

&lt;P&gt;Regarding no minidump issue.You can set a windbg to be a default post mortem debugger.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2014 20:01:35 GMT</pubDate>
    <dc:creator>Bernard</dc:creator>
    <dc:date>2014-01-13T20:01:35Z</dc:date>
    <item>
      <title>Customer software crashes when performing VTune 2013 basic hotspots analysis</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953944#M8249</link>
      <description>&lt;P&gt;I am using VTune Amplifier XE 2013 to find performance bottlenecks in the software our company develops.&lt;/P&gt;

&lt;P&gt;Recently I encountered a crash of our own software during a VTune basic hotspots analysis. (The crash does not appear without having VTune attached.) I get a Windows dialog telling me that the software is not working anymore, giving the problem signature "BEX64".&lt;/P&gt;

&lt;P&gt;I have conducted a few tests and found:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;The problem also appears when I disable my virus scanner. There is no 3rd party firewall installed (only the Windows-internal one).&lt;/LI&gt;
	&lt;LI&gt;The problem also appears when I use only 1 display.&lt;/LI&gt;
	&lt;LI&gt;I have tried VTune 2013 Update 12 and Update 14; the problem occurs in both.&lt;/LI&gt;
	&lt;LI&gt;There is no crash when I use the "advanced hotspots analysis". However, this is no option for me, because I get no backtraces and therefore no hierarchical view in the top-down analysis when I use the advanced method.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;My system:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;Windows 7 enterprise 64 bit, SP1&lt;/LI&gt;
	&lt;LI&gt;Dell Workstation T7500: Xeon X5650@2.66 GHz, 24 GB RAM&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Can anyone help?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 07:42:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953944#M8249</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-09T07:42:39Z</dc:date>
    </item>
    <item>
      <title>Sometimes the "problem</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953945#M8250</link>
      <description>&lt;P&gt;Sometimes the "problem signature" is not "BEX64", but instead "APPCRASH".&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 12:56:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953945#M8250</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-09T12:56:47Z</dc:date>
    </item>
    <item>
      <title>I just found out that when I</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953946#M8251</link>
      <description>&lt;P&gt;I just found out that when I use software rendering in my application (normally I use hardware rendering with OpenGL) the crashes do not appear.&lt;/P&gt;

&lt;P&gt;If I find out which OpenGL feature causes the crash, I will post it here.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 14:52:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953946#M8251</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-09T14:52:49Z</dc:date>
    </item>
    <item>
      <title>Hi can you upload the dump</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953947#M8252</link>
      <description>&lt;P&gt;Hi can you upload the dump file?&lt;/P&gt;

&lt;P&gt;It is better idea to move your post to VTune forum.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2014 18:26:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953947#M8252</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-01-09T18:26:23Z</dc:date>
    </item>
    <item>
      <title>I hadn't found the VTune</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953948#M8253</link>
      <description>&lt;P&gt;I hadn't found the VTune forum at the first glance. If I am able to move the post there, can you tell me how?&lt;/P&gt;

&lt;P&gt;Regarding the dump file: Our application has registered a callback so that we write out the minidumps inside a crash handler of our application. (Thus Windows does not create a minidump.) The minidump created by our application is empty (I guess the one Windows would have created would be empty, too), so it makes so sense posting it. Normally these minidumps are really full of information, but with this specific crash it's not. :-(&amp;nbsp; We have had others OpenGL-related crashes before which resulted in no backtraces / empty minidumps.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2014 09:42:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953948#M8253</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-10T09:42:25Z</dc:date>
    </item>
    <item>
      <title>Regarding the idea of moving</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953949#M8254</link>
      <description>&lt;P&gt;Regarding the idea of moving your post to VTune forum , simply create new thread in that forum.&lt;/P&gt;

&lt;P&gt;Can you enable the handling of minidump file creation?I mean remove the callback and let the Windows mechanism try to create a dump file?&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jan 2014 08:10:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953949#M8254</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-01-12T08:10:11Z</dc:date>
    </item>
    <item>
      <title>Now your issue has been moved</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953950#M8255</link>
      <description>&lt;P&gt;Now your issue has been moved to this Vtune forum.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 08:37:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953950#M8255</guid>
      <dc:creator>QIAOMIN_Q_</dc:creator>
      <dc:date>2014-01-13T08:37:59Z</dc:date>
    </item>
    <item>
      <title>Thanx for moving the thread!</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953951#M8256</link>
      <description>&lt;P&gt;Thanx for moving the thread!&lt;/P&gt;

&lt;P&gt;I have tried to remove our crash handler callback and let Windows handle the exception. Result: even in this setting, no minidump was created by Windows.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 08:56:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953951#M8256</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-13T08:56:53Z</dc:date>
    </item>
    <item>
      <title>I have just seen such a crash</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953952#M8257</link>
      <description>&lt;P&gt;I have just seen such a crash although I was using software rendering. However, this one now is much more difficult to reproduce. =&amp;gt; Possibly more than just one problem.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:08:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953952#M8257</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-13T12:08:21Z</dc:date>
    </item>
    <item>
      <title>Can you verify if your</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953953#M8258</link>
      <description>&lt;P&gt;Can you verify if your software crashes if you work VTune with application in command line?&lt;/P&gt;

&lt;P&gt;For example - "amplxe-cl -collect hotspots -- your_application"&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 12:46:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953953#M8258</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2014-01-13T12:46:11Z</dc:date>
    </item>
    <item>
      <title>Hi Peter,</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953954#M8259</link>
      <description>&lt;P&gt;Hi Peter,&lt;/P&gt;

&lt;P&gt;interesting, it seems as if with VTune command line mode my app does not crash (at least not as often as before - i.e. for now, I couldn't reproduce the crash in cmd line mode).&lt;/P&gt;

&lt;P&gt;This could be an interesting workaround for me, but to better filter out the time slot which I really want to measure (and to not waste memory measuring application load time and test preparation) I would like to have VTune attached to a running process... it this also possible in command line mode?&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Hagen&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 15:50:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953954#M8259</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-13T15:50:08Z</dc:date>
    </item>
    <item>
      <title>Hello Hagen:</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953955#M8260</link>
      <description>&lt;P&gt;Hello Hagen:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Also, don't overlook the fact that you *can* collect callstacks with Advanced Hotspots and, therefore, get your "backtraces". &amp;nbsp;This may be another option.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 16:53:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953955#M8260</guid>
      <dc:creator>David_A_Intel1</dc:creator>
      <dc:date>2014-01-13T16:53:03Z</dc:date>
    </item>
    <item>
      <title>Strange issue.Could that be a</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953956#M8261</link>
      <description>&lt;P&gt;Strange issue.Could that be a failed DLL injection or the other means of reading your process memory?&lt;/P&gt;

&lt;P&gt;Regarding no minidump issue.You can set a windbg to be a default post mortem debugger.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2014 20:01:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953956#M8261</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-01-13T20:01:35Z</dc:date>
    </item>
    <item>
      <title>@MrAnderson: Thanks for the</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953957#M8262</link>
      <description>&lt;P&gt;@MrAnderson: Thanks for the hint. I have simply overlooked the radio buttons which enable me to collect stacks and even call counts. (Btw: I would suggest to enable "Hotspots, stacks and context switches" or even the call counts option by default instead of setting "Hotspots only" as default. Reason: with "Hotspots only", the advanced analysis is even less advanced than the basic analysis.) But most interesting for me: in the advanced mode incl. stack traces, my software does &lt;STRONG&gt;not &lt;/STRONG&gt;crash, while it &lt;STRONG&gt;does crash&lt;/STRONG&gt; in basic mode. Are internal VTune code paths different between basic analysis and "advanced analysis with stack trace"?&lt;/P&gt;

&lt;P&gt;@Iliyapolak: I don't clearly understand. How do I check if there is something wrong with DLL injection or reading process memory? How do I "set a windbg"?&lt;/P&gt;

&lt;P&gt;However, in the whole I can say at this moment that I'm happy, because I can simply use the advanced analysis now to prevent those crashes.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2014 07:48:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953957#M8262</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-14T07:48:40Z</dc:date>
    </item>
    <item>
      <title>@Hagen</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953958#M8263</link>
      <description>&lt;P&gt;@Hagen&lt;/P&gt;

&lt;P&gt;Sorry for providing confusing information.Disregard that sentence which is related to dll injection.&lt;/P&gt;

&lt;P&gt;You can set windbg for postmortem debugging by using command line switch.Simply navigate to your windbg folder and issue this command:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;windbg -I&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Relevant link:&amp;nbsp;&lt;A href="http://msdn.microsoft.com/en-us/library/windows/hardware/ff542967(v=vs.85).aspx"&gt;http://msdn.microsoft.com/en-us/library/windows/hardware/ff542967(v=vs.85).aspx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2014 18:29:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953958#M8263</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-01-14T18:29:06Z</dc:date>
    </item>
    <item>
      <title>@Hagen</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953959#M8264</link>
      <description>&lt;P&gt;@Hagen&lt;/P&gt;

&lt;P&gt;You did not tell us what is the type of crash?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2014 07:56:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953959#M8264</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-01-15T07:56:41Z</dc:date>
    </item>
    <item>
      <title>@iliyapolak: All I know about</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953960#M8265</link>
      <description>&lt;P&gt;@iliyapolak: All I know about the "type" of the crash is the problem signature "BEX64" or "APPCRASH", as I have written before. Or what kind of "type" do you address?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2014 11:40:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953960#M8265</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-15T11:40:06Z</dc:date>
    </item>
    <item>
      <title>@Hagen</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953961#M8266</link>
      <description>&lt;P&gt;@Hagen&lt;/P&gt;

&lt;P&gt;I meant type of error like access violation or stack overflow.&lt;/P&gt;

&lt;P&gt;APPCRASH is a kind of general name for application failure(crash).&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2014 19:49:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953961#M8266</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-01-15T19:49:16Z</dc:date>
    </item>
    <item>
      <title>@iliyapolak: The thing is</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953962#M8267</link>
      <description>&lt;P&gt;@iliyapolak: The thing is that the only information I get (which Windows tells me) is that "the application does not work anymore". So I cannot figure out what is really happening or if it's an access violation or sth else.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 07:30:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953962#M8267</guid>
      <dc:creator>Hagen_G_</dc:creator>
      <dc:date>2014-01-16T07:30:46Z</dc:date>
    </item>
    <item>
      <title>Can you search for minidump</title>
      <link>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953963#M8268</link>
      <description>&lt;P&gt;Can you search for minidump files on your machine?You can look in Windows directory or in Windows\System32 directory.&lt;/P&gt;

&lt;P&gt;Btw. I fear that you disabled or interferd with &amp;nbsp;a minidump generation mechanism.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2014 08:21:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Customer-software-crashes-when-performing-VTune-2013-basic/m-p/953963#M8268</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2014-01-17T08:21:17Z</dc:date>
    </item>
  </channel>
</rss>

