Forum Jump

Select Group :
Select Forum :
Sorted By :
Sort Order :
From The :
 
Thread Tools  Search this thread 
thomas_boehme
Total Points:
580
Status Points:
80
Brown Belt
July 2, 2009 1:53 AM PDT
Allocatable defered length strings not visible in VS2008 debugger

I cannot see the values of allocatable, defered length strings in the VS2008 debugger when using IVF 11.1
All I get is "Substring arguments out of bounds"

Here is the sample code:

    program StringLength
    implicit none
    ! Variables
    character(:),allocatable    :: test  
    test = 'abc'  
    write(*,*)  test
    end program StringLength



I did specify /assume:realloc_lhs and the code works without problems. Is that a known problem and can we expect this to be fixed soon?

regards,
Thomas

Steve Lionel (Intel)
Total Points:
114,525
Status Points:
114,525
Black Belt
July 2, 2009 6:45 AM PDT
Rate
 
|Best Answer
#1
I'll report this to the developers.  When I get more information, I'll let you know.



thomas_boehme
Total Points:
580
Status Points:
80
Brown Belt
July 7, 2009 6:30 AM PDT
Rate
 
#2 Reply to #1
I'll report this to the developers.  When I get more information, I'll let you know.

Hi Steve,

should I also report such issues to Premier Support or is it sufficient to report to the forum?

I hope that this will be fixed very soon, as not being able to see the string content during debug currently makes it very inconvenient  to use defered length strings.

regards,
Thomas
 

Steve Lionel (Intel)
Total Points:
114,525
Status Points:
114,525
Black Belt
July 7, 2009 7:03 AM PDT
Rate
 
#3 Reply to #2
Here only is fine - it's already being investigated.  Issue ID is DPD200137717.



thomas_boehme
Total Points:
580
Status Points:
80
Brown Belt
September 28, 2009 3:40 AM PDT
Rate
 
#4 Reply to #2
The problem still occurs with 11.1.046. Can we expect this to be fixed soon?



Steve Lionel (Intel)
Total Points:
114,525
Status Points:
114,525
Black Belt
September 28, 2009 8:32 AM PDT
Rate
 
#5 Reply to #4
Not soon - we found that this needs some design work in the compiler.  It will get fixed, but I can't predict when.





Intel Software Network Forums Statistics

8442 users have contributed to 31547 threads and 100375 posts to date.
In the past 24 hours, we have 10 new thread(s) 34 new posts(s), and 45 new user(s).

In the past 3 days, the most popular thread for everyone has been /fpp interferes with breakpoints/stepping through code - again The most posts were made to Help with hitting maximum record length in the compiler with debug info? The post with the most views is You could save the pre-proce

Please welcome our newest member mrnm