<?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 Without seeing the program, in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951208#M92265</link>
    <description>&lt;P&gt;Without seeing the program, it's hard to say what this means. But I'd expect that something is corrupting memory - your symptoms hint at that and the odd Inspector results do also.&lt;/P&gt;
&lt;P&gt;The F10 issue is that the debugger has to single-step instructions until it reaches the next statement. Your array assignment is a lot of instructions, so it takes a while (single stepping is slow).&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2013 23:13:48 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2013-07-17T23:13:48Z</dc:date>
    <item>
      <title>what is the meaning of this error message</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951201#M92258</link>
      <description>I am running a numerical analysis code in a console window and get the following error message.  What does it mean, and why is there no routine and line number for the offending line in my code???

forrtl: severe (153): allocatable array or pointer is not allocated 
Image              PC        Routine            Line        Source 
libifcoremdd.dll   001CFA8A  Unknown               Unknown  Unknown

Stack trace terminated abnormally.</description>
      <pubDate>Tue, 16 Jul 2013 14:37:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951201#M92258</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-07-16T14:37:30Z</dc:date>
    </item>
    <item>
      <title>The error message means that</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951202#M92259</link>
      <description>&lt;P&gt;The error message means that you tried to deallocate an allocatable variable that was not allocated. But the other lines indicate that the stack has been corrupted by your program and it can't find the proper traceback data. Possibly you wrote outside the bounds of an array. You could run the program under the memory analysis feature of Intel Inspector XE and it might show you the problem. You can get a free 30-day trial of Inspector XE if you don't already have it.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2013 14:43:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951202#M92259</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-16T14:43:37Z</dc:date>
    </item>
    <item>
      <title>Steve,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951203#M92260</link>
      <description>Steve,
I have installed the Inspector XE Trial and have tried to run one of the tutorial samples that came with it, but I got an error about not having the right license</description>
      <pubDate>Wed, 17 Jul 2013 18:31:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951203#M92260</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-07-17T18:31:58Z</dc:date>
    </item>
    <item>
      <title>If you're trying the Static</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951204#M92261</link>
      <description>&lt;P&gt;If you're trying the Static Analysis tutorial, that requires a Parallel Studio XE or Fortran Studio XE license. The Memory Checker should work.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 19:04:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951204#M92261</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-17T19:04:23Z</dc:date>
    </item>
    <item>
      <title>Forgive my ignorance, but I</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951205#M92262</link>
      <description>Forgive my ignorance, but I don't know what a static analysis is. What tutorial should I run to learn how to use the Inspector.

As it is now I've got the code running in the debugger, but weird things happen when stepping one line at a time using F10.  At statements that do something like A = 0.D0 where A is a 40 by 40 matrix, the debugger goes into limbo for about 30 seconds before I can step another line.  But using F5 it would fly right through it.  Is this normal?

Thanks,

Brian</description>
      <pubDate>Wed, 17 Jul 2013 22:12:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951205#M92262</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-07-17T22:12:03Z</dc:date>
    </item>
    <item>
      <title>In VS2012 I did Tools/Intel</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951206#M92263</link>
      <description>In VS2012 I did Tools/Intel Inspector/Locate Memory Problems and after about a minute of running through the program, it seems to have found a bunch things, but a lot of them make I don't know what to make of.  Here's an example.  Why would this statement generate an Invalid Memory Access error?
    OPEN(UNIT=IOUT, FILE="DefFLBear.inp")
IOUT has been assigned a value of 21 a few lines earlier</description>
      <pubDate>Wed, 17 Jul 2013 22:34:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951206#M92263</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-07-17T22:34:32Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt; A = 0.D0 where A is a 40</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951207#M92264</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt; A = 0.D0 where A is a 40 by 40 matrix, the debugger goes into limbo for about 30 seconds&lt;/P&gt;
&lt;P&gt;When check for array index out of bounds, unfortunately this is the case. It check 1600 times. With a little extra work, the compiler writers could fix this. When I come up to this when debugging with array bounds checking enabled, I place the mouse on the next line, Right-click and select Run to Cursor.&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;Why would this statement generate an Invalid Memory Access error? OPEN(UNIT=IOUT, FILE="DefFLBear.inp") IOUT has been assigned a value of 21 a few lines earlier&lt;/P&gt;
&lt;P&gt;Can you fix the other "bunch of things". The message you receive on the OPEN may be a side effect of the other errors.&lt;/P&gt;
&lt;P&gt;What is the file extension of the source code files you are compiling? If yourName.F (*.F) these are fixed format files (F77 and earlier). This file format has explicit requirements as to which columns the statements are to be positioned....&lt;BR /&gt;The TAB character is one position regardless of how your editor (VS) displays the code. I suggest, if possible, to change the file type to .F90. This is free form.&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 23:12:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951207#M92264</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-07-17T23:12:44Z</dc:date>
    </item>
    <item>
      <title>Without seeing the program,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951208#M92265</link>
      <description>&lt;P&gt;Without seeing the program, it's hard to say what this means. But I'd expect that something is corrupting memory - your symptoms hint at that and the odd Inspector results do also.&lt;/P&gt;
&lt;P&gt;The F10 issue is that the debugger has to single-step instructions until it reaches the next statement. Your array assignment is a lot of instructions, so it takes a while (single stepping is slow).&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 23:13:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951208#M92265</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-17T23:13:48Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;The F10 issue is that the</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951209#M92266</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;The F10 issue is that the debugger has to single-step instructions until it reaches the next statement. Your array assignment is a lot of instructions, so it takes a while (single stepping is slow).&lt;/P&gt;
&lt;P&gt;Correct, but in the case of A=0.0 or A=B, the compiler generates the index range and should know that it is impossible to index out of range. Knowing this, it should then generate the code sequence &lt;EM&gt;&lt;STRONG&gt;without&lt;/STRONG&gt;&lt;/EM&gt; subscript testing. The subscript testing is the major cause of the slow down.&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2013 23:29:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951209#M92266</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-07-17T23:29:36Z</dc:date>
    </item>
    <item>
      <title>Quote:jimdempseyatthecove</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951210#M92267</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;jimdempseyatthecove wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt;The F10 issue is that the debugger has to single-step instructions until it reaches the next statement. Your array assignment is a lot of instructions, so it takes a while (single stepping is slow).&lt;/P&gt;
&lt;P&gt;Correct, but in the case of A=0.0 or A=B, the compiler generates the index range and should know that it is impossible to index out of range. Knowing this, it should then generate the code sequence &lt;EM&gt;&lt;STRONG&gt;without&lt;/STRONG&gt;&lt;/EM&gt; subscript testing. The subscript testing is the major cause of the slow down.&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;I'm not so sure about the last bit. The debug subsystem and debugger have a good old yarn for each instruction executed by the debugee that is associated with the statement being stepped over - I think because the debugger wants to know if execution has moved off that statement (execution doesn't necessarily progress to the next statement in the general case) as part of the definition of what a "step" in source code is.&amp;nbsp; Array subscript tests increase the number of instructions, but the basic problem is that a lot of instructions are executed for that one statement - it's still slow if array subscript tests are off.&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When you run to the run line (rather than stepping) the debugger can just do the int 3 trick that you are familiar with (or something equivalent), then sit back and wait for the fireworks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 01:18:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951210#M92267</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2013-07-18T01:18:57Z</dc:date>
    </item>
    <item>
      <title>The array in A = 0.D0 is only</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951211#M92268</link>
      <description>The array in A = 0.D0 is only 40x40 (1600 values), but could just as easily have been 400x400 or 4000x4000. If it takes 30 seconds for 40x40, will it take 30 times 100**2 (300,000) seconds for 4000x4000?  I don't think I want to find out.

I understand that using F10 to step through code slows things down immensely.  Steve's remarks make it sound like pressing F10 on A = 0.D0 is akin to pressing F10 1600 times.  If that's right, it could explain the 30 seconds of limbo.  But you sure wouldn't want to do this on a really big array.

Here's a related question.  If an array assignment statement like A = B(N1:N2) is overstepping array bounds, does it matter whether this statement is executed via F10 or F5?</description>
      <pubDate>Thu, 18 Jul 2013 13:44:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951211#M92268</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-07-18T13:44:50Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...forrtl: severe ( 153 ):</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951212#M92269</link>
      <description>&amp;gt;&amp;gt;...forrtl: severe ( &lt;STRONG&gt;153&lt;/STRONG&gt; ): allocatable array or pointer is not allocated

If the error &lt;STRONG&gt;153&lt;/STRONG&gt; was returned by &lt;STRONG&gt;GetLastError&lt;/STRONG&gt; Win32 API function than it means:

&lt;STRONG&gt;153&lt;/STRONG&gt; - The DosMuxSemWait list is not correct ( ERROR_INVALID_LIST_FORMAT )

Unfortunately, it doesn't explain what happened during processing.</description>
      <pubDate>Thu, 18 Jul 2013 14:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951212#M92269</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2013-07-18T14:16:00Z</dc:date>
    </item>
    <item>
      <title>This is a Fortran error 153,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951213#M92270</link>
      <description>&lt;P&gt;This is a Fortran error 153, nothing to do with Win32 API errors.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 14:20:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951213#M92270</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-18T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Jim, I did a test and did not</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951214#M92271</link>
      <description>&lt;P&gt;Jim, I did a test and did not see any bounds checking code for a whole array assignment.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 14:25:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951214#M92271</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-18T14:25:38Z</dc:date>
    </item>
    <item>
      <title>I forget to say that I am</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951215#M92272</link>
      <description>I forget to say that I am using .f90 for all file extensions.

Brian</description>
      <pubDate>Thu, 18 Jul 2013 14:38:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951215#M92272</guid>
      <dc:creator>Brian_Murphy</dc:creator>
      <dc:date>2013-07-18T14:38:29Z</dc:date>
    </item>
    <item>
      <title>One other thing to look at,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951216#M92273</link>
      <description>&lt;P&gt;One other thing to look at, which should be caught by uninitialized (undefined) variable runtime test, is if your code has a branch around initialialization (do once) code:&lt;/P&gt;
&lt;P&gt;IF(DidThisIndicator) GOTO 100&lt;BR /&gt;DidThisIndicator = .true.&lt;BR /&gt;... ! do once code&lt;BR /&gt;100 continue&lt;/P&gt;
&lt;P&gt;The problem being the older F70 code may have worked more by accident than by design. Some of the older compilers, including CVF would default to making scalars to SAVE when the procedure was not recursive. The newer versions (e.g. IVF), these are automatic (stack). Thus if the do once code contains pointer initialization (of local variables), the(se) pointer(s) would be valid for the first call, and depending on circumstances:&lt;/P&gt;
&lt;P&gt;a)&amp;nbsp;may accidentaly be correct&lt;BR /&gt;b) may be incorrect and point to valid virtual machine address (corrupting code/data or using junk/or invalid/unallocated pointer)&lt;BR /&gt;c) may be incorrect and point to invalid virtual machine address (Seg Fault)&lt;/P&gt;
&lt;P&gt;The correction will require for variables (pointers, array descriptors, data) that are requred to be SAVE, for you to explicitly add SAVE to the attribute. And conversely not add SAVE to those variables not required to be SAVE, as this may mess you up later should you want to code multi-threaded (e.g. OpenMP).&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 14:57:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951216#M92273</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2013-07-18T14:57:25Z</dc:date>
    </item>
    <item>
      <title>Brian, you earlier asked</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951217#M92274</link>
      <description>&lt;P&gt;Brian, you earlier asked about tutorials. Inspector XE provides several of these with the product - you should go through them. You can open the Inspector XE GUI separately (from the Start menu) and click Getting Started, or just open file:///C:/Program%20Files%20%28x86%29/Intel/Inspector%20XE%202013/documentation/en/tutorials/index.htm in a web browser.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2013 18:47:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/what-is-the-meaning-of-this-error-message/m-p/951217#M92274</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-07-19T18:47:35Z</dc:date>
    </item>
  </channel>
</rss>

