<?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 MinGW exes with DWARF debug info - &amp;quot;cannot locate debugging symbols&amp;quot; in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143416#M17174</link>
    <description>&lt;P&gt;I'm trying to profile a Windows application built with MinGW with DWARF debug information. About a year ago VTune used to correctly load all debug information and show function names; now it fails to load any debug symbols:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Data collection is completed successfully&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; 7/9/2017 10:00:56 PM &amp;nbsp;The result file 'C:\Users\zyy\Documents\Amplifier XE\Projects\qemu2\r004ah\r004ah.amplxe' is successfully created and added to the project qemu2.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; 7/9/2017 10:00:56 PM &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\lib64OpenglRender.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\lib64EGL_translator.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\lib\Qt5Core.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\plugins\imageformats\qgif.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\WINDOWS\system32\DRIVERS\nvlddmkm.sys'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\lib\Qt5Widgets.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\plugins\imageformats\qsvg.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\WINDOWS\system32\DRIVERS\Parity.sys'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\Windows\System32\nvd3dumx.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\lib64GLES_V2_translator.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\WINDOWS\system32\drivers\vtss.sys'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\lib\Qt5Svg.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\Users\zyy\AppData\Local\Android\sdk\platform-tools\AdbWinApi.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\plugins\imageformats\qsvg.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\WINDOWS\system32\DRIVERS\IntelHaxm.sys'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\lib\Qt5Gui.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\Windows\System32\nvoglv64.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\qemu\windows-x86_64\qemu-system-i386.exe'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\emulator.exe'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\lib64OpenglRender.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\plugins\platforms\qwindows.dll'.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Progressed 25%&lt;/P&gt;

&lt;P&gt;Here's the repro - whole set of profiled binaries + two last profiling results.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/0B73KGLi34py3WnlTV1FWRTQwbTA?usp=sharing"&gt;https://drive.google.com/drive/folders/0B73KGLi34py3WnlTV1FWRTQwbTA?usp=sharing&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm using the 2017 Update 4 version, and I had the same issue with Update 1. Both gdb and lldb load debug information from the attached binaries correctly.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 10 Jul 2017 05:04:38 GMT</pubDate>
    <dc:creator>Yurii_Z_</dc:creator>
    <dc:date>2017-07-10T05:04:38Z</dc:date>
    <item>
      <title>MinGW exes with DWARF debug info - "cannot locate debugging symbols"</title>
      <link>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143416#M17174</link>
      <description>&lt;P&gt;I'm trying to profile a Windows application built with MinGW with DWARF debug information. About a year ago VTune used to correctly load all debug information and show function names; now it fails to load any debug symbols:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Data collection is completed successfully&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; 7/9/2017 10:00:56 PM &amp;nbsp;The result file 'C:\Users\zyy\Documents\Amplifier XE\Projects\qemu2\r004ah\r004ah.amplxe' is successfully created and added to the project qemu2.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; 7/9/2017 10:00:56 PM &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\lib64OpenglRender.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\lib64EGL_translator.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\lib\Qt5Core.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\plugins\imageformats\qgif.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\WINDOWS\system32\DRIVERS\nvlddmkm.sys'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\lib\Qt5Widgets.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\plugins\imageformats\qsvg.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\WINDOWS\system32\DRIVERS\Parity.sys'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\Windows\System32\nvd3dumx.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\lib64GLES_V2_translator.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\WINDOWS\system32\drivers\vtss.sys'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\lib\Qt5Svg.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\Users\zyy\AppData\Local\Android\sdk\platform-tools\AdbWinApi.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\plugins\imageformats\qsvg.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\WINDOWS\system32\DRIVERS\IntelHaxm.sys'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\lib\Qt5Gui.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `C:\Windows\System32\nvoglv64.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\qemu\windows-x86_64\qemu-system-i386.exe'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\emulator.exe'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\lib64OpenglRender.dll'.&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; Cannot locate debugging symbols for file `c:\src\master\objs-win-rel\lib64\qt\plugins\platforms\qwindows.dll'.&lt;/P&gt;

&lt;P&gt;&amp;nbsp; &amp;nbsp; Progressed 25%&lt;/P&gt;

&lt;P&gt;Here's the repro - whole set of profiled binaries + two last profiling results.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://drive.google.com/drive/folders/0B73KGLi34py3WnlTV1FWRTQwbTA?usp=sharing"&gt;https://drive.google.com/drive/folders/0B73KGLi34py3WnlTV1FWRTQwbTA?usp=sharing&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I'm using the 2017 Update 4 version, and I had the same issue with Update 1. Both gdb and lldb load debug information from the attached binaries correctly.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jul 2017 05:04:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143416#M17174</guid>
      <dc:creator>Yurii_Z_</dc:creator>
      <dc:date>2017-07-10T05:04:38Z</dc:date>
    </item>
    <item>
      <title>Thank you for the reproducer.</title>
      <link>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143417#M17175</link>
      <description>&lt;P&gt;Thank you for the reproducer. I'll convert it to a bug report.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 09:19:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143417#M17175</guid>
      <dc:creator>Denis_M_Intel</dc:creator>
      <dc:date>2017-07-11T09:19:23Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143418#M17176</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Do you have any updates of the bug?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 20:12:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143418#M17176</guid>
      <dc:creator>Yurii_Z_</dc:creator>
      <dc:date>2017-10-25T20:12:48Z</dc:date>
    </item>
    <item>
      <title>It should be fixed in the</title>
      <link>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143419#M17177</link>
      <description>&lt;P&gt;It should be fixed in the upcoming VTune Amplifier 2018 Update 1.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 10:02:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/MinGW-exes-with-DWARF-debug-info-quot-cannot-locate-debugging/m-p/1143419#M17177</guid>
      <dc:creator>Denis_M_Intel</dc:creator>
      <dc:date>2017-10-26T10:02:50Z</dc:date>
    </item>
  </channel>
</rss>

