Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

V11.1.016 beta idb/ifort

peter_h_2
Beginner
429 Views
Hello

here is a problem in idb 11.1 beta. O/S is ubuntu latest and processor is 8 x opteron.


If I break in, or step into a fortran procedure which USEs a certain large data structure , IDB hangs after slowly generates a lot of output of which I include the tail below.
idb eventually gets to
' Printed $maxlines of output since last user input.' and then hangs. It doesnt even respond to a window-close and has to be xkilled.

Note that I have NOT asked idb to evaluate anything: this happens on stepping into the procedure.



Here;s a brief explanation of the data


modellist is an allocatable one-dimensional array of derived types. size is o(10)
modellist(i)%nodes is a derived type
modellist(i)%nodes%xlist is an allocatable one-dimensional array of derived types. size is o(1000)
modellist(i)%nodes%xlist(j)%m_slider is a scalar integer. So is modellist(i)%nodes%xlist(j)%nn

From the idb output, it looks as if idb is trying to evaluate modellist (perhaps with a view to displaying it?) and
1) failing to identify the length of allocated arrays
2) failing to identify the nesting depth of the data structure.
3) doing this even though User has not specified anything to be evaluated.

Good luck

Peter





************************************************************
tail of idb output


Evaluating 'modellist%nodes%xlist%m_slider' failed!
(idb)
The value ( array {
(1) type dwarf2_array_descriptor {
}
(2) type dwarf2_array_descriptor {
}
(3) type dwarf2_array_descriptor {
}
(4) type dwarf2_array_descriptor {
}
(5) type dwarf2_array_descriptor {
}
(6) type dwarf2_array_descriptor {
}
(7) type dwarf2_array_descriptor {
}
(8) type dwarf2_array_descriptor {
}
(9) type dwarf2_array_descriptor {
}
(10) type dwarf2_array_descriptor {
}
(11) type dwarf2_array_descriptor {
}
(12) type dwarf2_array_descriptor {
}
(13) type dwarf2_array_descriptor {
}
(14) type dwarf2_array_descriptor {
}
(15) type dwarf2_array_descriptor {
}
(16) type dwarf2_array_descriptor {
}
(17) type dwarf2_array_descriptor {
}
(18) type dwarf2_array_descriptor {
}
(19) type dwarf2_array_descriptor {
}
(20) type dwarf2_array_descriptor {
}
(21) type dwarf2_array_descriptor {
}
(22) type dwarf2_array_descriptor {
}
(23) type dwarf2_array_descriptor {
}
(24) type dwarf2_array_descriptor {
}
(25) type dwarf2_array_descriptor {
}
(26) type dwarf2_array_descriptor {
}
(27) type dwarf2_array_descriptor {
}
(28) type dwarf2_array_descriptor {
}
(29) type dwarf2_array_descriptor {
}
(30) type dwarf2_array_descriptor {
}
(31) type dwarf2_array_descriptor {
}
(32) type dwarf2_array_descriptor {
}
}) can not be selected from!
(idb)
Evaluating 'modellist%nodes%xlist%nn' failed!
(idb)
The value ( array {
(1) type dwarf2_array_descriptor {
}
(2) type dwarf2_array_descriptor {
}
(3) type dwarf2_array_descriptor {
}
(4) type dwarf2_array_descriptor {
}
(5) type dwarf2_array_descriptor {
}
(6) type dwarf2_array_descriptor {
}
(7) type dwarf2_array_descriptor {
}
(8) type dwarf2_array_descriptor {
}
(9) type dwarf2_array_descriptor {
}
(10) type dwarf2_array_descriptor {
}
(11) type dwarf2_array_descriptor {
}
(12) type dwarf2_array_descriptor {
}
(13) type dwarf2_array_descriptor {
}
(14) type dwarf2_array_descriptor {
}
(15) type dwarf2_array_descriptor {
}
(16) type dwarf2_array_descriptor {
}
Printed $maxlines of output since last user input.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
429 Views
Please use Intel Premier Support for all beta issues.
0 Kudos
Reply