<?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 Linux vtune2019 has trouble resolving paths with capital letters in them in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Linux-vtune2019-has-trouble-resolving-paths-with-capital-letters/m-p/1131938#M16755</link>
    <description>&lt;P&gt;The path to my source code looks like:&lt;BR /&gt;
	/home/bakelly/WORK/explore_uin64/opencv/modules/imgproc/src/sumpixels.cpp&lt;/P&gt;

&lt;P&gt;when it tries to pull up the source at any time it says it cannot find the source file and displays the dialog to let me enter it manually.&lt;/P&gt;

&lt;P&gt;But when I enter this path it immediately changes the path to all lower-case with /work/ instead of /WORK/ then says "File does not exist"&lt;/P&gt;

&lt;P&gt;I have worked around this by putting symlinks in place so the all lowercase paths can be found, but this is annoying.&lt;/P&gt;

&lt;P&gt;I've played around with other capital letter organizations and some work and some don't.&amp;nbsp; Seems kind of flaky.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Sep 2018 17:56:12 GMT</pubDate>
    <dc:creator>Brad_K_Intel</dc:creator>
    <dc:date>2018-09-19T17:56:12Z</dc:date>
    <item>
      <title>Linux vtune2019 has trouble resolving paths with capital letters in them</title>
      <link>https://community.intel.com/t5/Analyzers/Linux-vtune2019-has-trouble-resolving-paths-with-capital-letters/m-p/1131938#M16755</link>
      <description>&lt;P&gt;The path to my source code looks like:&lt;BR /&gt;
	/home/bakelly/WORK/explore_uin64/opencv/modules/imgproc/src/sumpixels.cpp&lt;/P&gt;

&lt;P&gt;when it tries to pull up the source at any time it says it cannot find the source file and displays the dialog to let me enter it manually.&lt;/P&gt;

&lt;P&gt;But when I enter this path it immediately changes the path to all lower-case with /work/ instead of /WORK/ then says "File does not exist"&lt;/P&gt;

&lt;P&gt;I have worked around this by putting symlinks in place so the all lowercase paths can be found, but this is annoying.&lt;/P&gt;

&lt;P&gt;I've played around with other capital letter organizations and some work and some don't.&amp;nbsp; Seems kind of flaky.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 17:56:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Linux-vtune2019-has-trouble-resolving-paths-with-capital-letters/m-p/1131938#M16755</guid>
      <dc:creator>Brad_K_Intel</dc:creator>
      <dc:date>2018-09-19T17:56:12Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Analyzers/Linux-vtune2019-has-trouble-resolving-paths-with-capital-letters/m-p/1131939#M16756</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;
	&lt;BR /&gt;
	&amp;nbsp;I cannot reproduce&amp;nbsp;this issue.&amp;nbsp;I tried matrix application from VTune samples and put it to /home/bakelly/WORK/explore_uin64/opencv/modules/imgproc/src on RHEL system.&lt;/P&gt;

&lt;P&gt;Could you provide more details: VTune build number, OS name and version, locale output?&lt;BR /&gt;
	It might be also related to debugging information generated by compiler. Can you send me the source file + binary file (with debug. info) + VTune result?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 07:54:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Linux-vtune2019-has-trouble-resolving-paths-with-capital-letters/m-p/1131939#M16756</guid>
      <dc:creator>Denis_M_Intel</dc:creator>
      <dc:date>2018-09-20T07:54:34Z</dc:date>
    </item>
    <item>
      <title>I'm having the same problem. </title>
      <link>https://community.intel.com/t5/Analyzers/Linux-vtune2019-has-trouble-resolving-paths-with-capital-letters/m-p/1131940#M16757</link>
      <description>&lt;P&gt;I'm having the same problem.&amp;nbsp; It doesn't always happen, and not every capital letter triggers the effect.&amp;nbsp; But when it happens, the entire string is converted to lower case.&amp;nbsp; Seems to get worse the longer a session runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VTune build number: vtune_amplifier_2019.0.2.570779&lt;/P&gt;&lt;P&gt;OS name and version: Red Hat Enterprise Linux Workstation release 7.2 (Maipo)&lt;/P&gt;&lt;P&gt;locale output:&lt;/P&gt;&lt;P&gt;LC_CTYPE=en_US.UTF-8&lt;BR /&gt;LC_NUMERIC=en_US.UTF-8&lt;BR /&gt;LC_TIME=en_US.UTF-8&lt;BR /&gt;LC_COLLATE=C&lt;BR /&gt;LC_MONETARY=en_US.UTF-8&lt;BR /&gt;LC_MESSAGES=en_US.UTF-8&lt;BR /&gt;LC_PAPER=en_US.UTF-8&lt;BR /&gt;LC_NAME=en_US.UTF-8&lt;BR /&gt;LC_ADDRESS=en_US.UTF-8&lt;BR /&gt;LC_TELEPHONE=en_US.UTF-8&lt;BR /&gt;LC_MEASUREMENT=en_US.UTF-8&lt;BR /&gt;LC_IDENTIFICATION=en_US.UTF-8&lt;BR /&gt;LC_ALL=&lt;/P&gt;&lt;P&gt;In my case, the path is:&lt;/P&gt;&lt;P&gt;/home/local1/Scratch_rh67/greg.schussman/Work/s67.1/src/pv/integration/pthreadAccel.cc&lt;/P&gt;&lt;P&gt;The letters affected are the "S", "W", and "A" in that string.&amp;nbsp; It seems that, once they have been converted to lower case, I can edit them individually.&amp;nbsp; But the moment they're ALL correct (meaning they match the actual path and file), something gets triggered and the whole string is instantly converted to lower case again.&lt;/P&gt;&lt;P&gt;Thanks for looking at this.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 20:35:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Linux-vtune2019-has-trouble-resolving-paths-with-capital-letters/m-p/1131940#M16757</guid>
      <dc:creator>Schussman__Greg</dc:creator>
      <dc:date>2018-12-19T20:35:16Z</dc:date>
    </item>
  </channel>
</rss>

