<?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 Hi, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060253#M80207</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;are there any updates on this issue, are there possible workarounds?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2015 18:46:02 GMT</pubDate>
    <dc:creator>Mark_D_5</dc:creator>
    <dc:date>2015-12-02T18:46:02Z</dc:date>
    <item>
      <title>Debugger can't see values of allocatable array located in array of derived types</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060246#M80200</link>
      <description>&lt;P&gt;Dear experts,&lt;/P&gt;

&lt;P&gt;I'm developing a code and I have problems with the debugger. I have created a simple test example (attached) to illustrate the issue.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I have a module/class that contains a derived type (doe) the derived type contains an allocatable array (x) that is allocated when the instance of the "class" is constructed. In my main program I declare an allocatable array of instances of the doe class. I allocate a number (in this case 2) instances of the doe class in the array doe1. This all works fine.&lt;/P&gt;

&lt;P&gt;I have two sub-routines. In the first one (test_sub1) I send in only one of the instances in the array at a time. In the other one (test_sub2)&amp;nbsp;I send in the entire array of instances. In the first case if I try to look at the array doe_in%x it works fine but in the second case if I try to look at the same array &lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;doe_in(1)%x&lt;/SPAN&gt;&amp;nbsp; the debugger says it's an "unidentified pointer/array".&lt;/P&gt;

&lt;P&gt;I tried calling&amp;nbsp;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;test_sub1&lt;/SPAN&gt; from the &lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;test_sub2&lt;/SPAN&gt;&amp;nbsp;to see if I could look at the array in&amp;nbsp;&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;test_sub1. This works fine. I also tried writing SHAPE(doe_in(1)%x) to see if the information&amp;nbsp;&lt;/SPAN&gt;needs&lt;SPAN style="font-size: 13.0080003738403px; line-height: 19.5120010375977px;"&gt;&amp;nbsp;is there and it seems to be.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I want to add that I'm fairly new to Fortran programming so what I have presented here might not be the conventional way of doing things. Please do comment if you can see a better way of doing this.&lt;/P&gt;

&lt;P&gt;Any help on this issue would be greatly appreciated.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Many thanks,&lt;/P&gt;

&lt;P&gt;Jonathan&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 14:12:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060246#M80200</guid>
      <dc:creator>Jonathan_O_</dc:creator>
      <dc:date>2015-03-24T14:12:10Z</dc:date>
    </item>
    <item>
      <title>I don't see a problem with</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060247#M80201</link>
      <description>&lt;P&gt;I don't see a problem with your code and I can reproduce the problem. I am moving this to our Debugger Solutions forum where you can get help from debugger experts.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 15:10:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060247#M80201</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2015-03-24T15:10:43Z</dc:date>
    </item>
    <item>
      <title>Hello Jonathan,</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060248#M80202</link>
      <description>&lt;P&gt;Hello Jonathan,&lt;/P&gt;

&lt;P&gt;which compiler &amp;amp; debugger do you use? With 15.0.2 Fortran compiler (and the provided gdb-ia) I get this:&lt;/P&gt;

&lt;P&gt;(gdb) p doe_in(1)%x&lt;BR /&gt;
	Cannot access memory at address 0x15&lt;/P&gt;

&lt;P&gt;Which is not exactly the same as you reported but that might be due to "dangling" pointers. I agree to Steve and think this is wrong handling in GDB. I let our debugger team take a look at this (DPD200568105) and keep you updated on the progress.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Georg Zitzlsberger&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 17:23:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060248#M80202</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2015-03-24T17:23:40Z</dc:date>
    </item>
    <item>
      <title>Hello Georg,</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060249#M80203</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hello Georg,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I'm using:&lt;BR /&gt;
	-&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Microsoft Visual Studio Professional 2013 Version 12.0.31101.00 Update 4&lt;BR /&gt;
	- Intel Parallel Studio XE 2015 Composer Edition for Fortran Windows* Package ID: w_fcompxe_2015.1.148&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I hope that answers your question.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks to both of you for the quick responses.&lt;/P&gt;

&lt;P&gt;-Jonathan&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 17:49:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060249#M80203</guid>
      <dc:creator>Jonathan_O_</dc:creator>
      <dc:date>2015-03-24T17:49:48Z</dc:date>
    </item>
    <item>
      <title>Thank you Jonathan!</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060250#M80204</link>
      <description>&lt;P&gt;Thank you Jonathan!&lt;/P&gt;

&lt;P&gt;I guess we have the same problem on different solutions/platforms because I was trying gdb-ia on Linux before. Nevertheless, I filed another ticket for engineering for the Fortran Evaluation Extensions (DPD200568108).&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Georg Zitzlsberger&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 18:05:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060250#M80204</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2015-03-24T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Thanks for the update.</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060251#M80205</link>
      <description>&lt;P&gt;Thanks for the update.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Will there be an update in this thread if the problem is resolved or how can I find the ticket you were talking about?&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Also, is there a work around that I can try in the meanwhile or do you expect the problem to be resolved fairly soon?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Many thanks for your quick responses,&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Jonathan&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:30:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060251#M80205</guid>
      <dc:creator>Jonathan_O_</dc:creator>
      <dc:date>2015-03-25T12:30:36Z</dc:date>
    </item>
    <item>
      <title>Hello Jonathan!</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060252#M80206</link>
      <description>&lt;DIV class="field field-name-comment-body field-type-text-long field-label-hidden"&gt;
	&lt;DIV class="field-items"&gt;
		&lt;DIV class="field-item even"&gt;
			&lt;P&gt;Hello Jonathan!&lt;/P&gt;

			&lt;P&gt;Yes, I'll update this thread once there is some progress. The DPD* numbers can also be looked up at IDZ once they're fixed/implemented, like:&lt;BR /&gt;
				&lt;A href="https://software.intel.com/en-us/articles/intel-composer-xe-2015-compilers-fixes-list"&gt;https://software.intel.com/en-us/articles/intel-composer-xe-2015-compilers-fixes-list&lt;/A&gt;&lt;/P&gt;

			&lt;P&gt;I've asked the debugger engineer to look for a workaround. If he can provide me one, I'll let you know. Right now I'm not confident.&lt;/P&gt;

			&lt;P&gt;Best regards,&lt;/P&gt;

			&lt;P&gt;Georg Zitzlsberger&lt;/P&gt;
		&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Apr 2015 15:36:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060252#M80206</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2015-04-01T15:36:50Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060253#M80207</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;are there any updates on this issue, are there possible workarounds?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2015 18:46:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060253#M80207</guid>
      <dc:creator>Mark_D_5</dc:creator>
      <dc:date>2015-12-02T18:46:02Z</dc:date>
    </item>
    <item>
      <title>Hello Jonathan!</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060254#M80208</link>
      <description>&lt;DIV class="field field-name-comment-body field-type-text-long field-label-hidden"&gt;
	&lt;DIV class="field-items"&gt;
		&lt;DIV class="field-item even"&gt;
			&lt;P&gt;Hello Jonathan!&lt;/P&gt;

			&lt;P&gt;Unfortunately there is no known workaround. Fortunately I've seen the fix being committed just today. So, the next update (Intel(R) Parallel Studio XE 2016 Update 2) should have it, if it passes validation. It'll be out sometime beginning February 2016.&lt;/P&gt;

			&lt;P&gt;Best regards,&lt;/P&gt;

			&lt;P&gt;Georg Zitzlsberger&lt;/P&gt;
		&lt;/DIV&gt;
	&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Dec 2015 18:57:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060254#M80208</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2015-12-02T18:57:05Z</dc:date>
    </item>
    <item>
      <title>Hi all,</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060255#M80209</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;just FYI because it's not directly the problem of this thread:&lt;/P&gt;

&lt;P&gt;DPD200568105 will be fixed with 17.0 (available later this year).&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Georg Zitzlsberger&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 14:40:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060255#M80209</guid>
      <dc:creator>Georg_Z_Intel</dc:creator>
      <dc:date>2016-02-22T14:40:32Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060256#M80210</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;sorry to hijack the thread, but this question is somewhat similar to a question I posted yesterday. I tried twice to post it in the "Debug Solutions Users Forum", but for some reason it doesn't appear here.&lt;/P&gt;

&lt;P&gt;I was asking about "Access to array data accessed through pointer with gdb-ia?" and the link given was &lt;A href="https://software.intel.com/en-us/node/630366"&gt;https://software.intel.com/en-us/node/630366&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I would be grateful if an admin can move that question to this Forum and/or let me know why I cannot post in this forum.&lt;/P&gt;

&lt;P&gt;Thanks and apologies again,&lt;/P&gt;

&lt;P&gt;Ángel de Vicente&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 09:07:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Debugger-can-t-see-values-of-allocatable-array-located-in-array/m-p/1060256#M80210</guid>
      <dc:creator>de_Vicente__Angel</dc:creator>
      <dc:date>2016-05-12T09:07:10Z</dc:date>
    </item>
  </channel>
</rss>

