<?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 Re: Run Time Breakpoint for Simple Code in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351145#M159340</link>
    <description>&lt;P&gt;Keyboard entries to run:&lt;/P&gt;
&lt;P&gt;"TEST3C.TXT"&lt;/P&gt;
&lt;P&gt;"TEST3C"&lt;/P&gt;
&lt;P&gt;"TEST INTEL"&lt;/P&gt;
&lt;P&gt;"Y"&lt;/P&gt;
&lt;P&gt;"1"&lt;/P&gt;
&lt;P&gt;"129"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 15:05:26 GMT</pubDate>
    <dc:creator>preshenne</dc:creator>
    <dc:date>2022-01-13T15:05:26Z</dc:date>
    <item>
      <title>Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351035#M159334</link>
      <description>&lt;P&gt;Migrating to 2021.4 from Intel Fortran circa 2015.&amp;nbsp; Very simple code now generating a runtime breakpoint at a simple read statement:&lt;/P&gt;
&lt;P&gt;Debug Assertion Failed!&lt;/P&gt;
&lt;P&gt;Program: C:\IFortran\HWG\HNEWWING\x64\Debug\HNEWWING.exe&lt;BR /&gt;File: minkernel\crts\ucrt\inc\corecrt_internal_string_templates.h&lt;BR /&gt;Line: 218&lt;/P&gt;
&lt;P&gt;Expression: (L"Buffer is too small" &amp;amp;&amp;amp; 0)&lt;/P&gt;
&lt;P&gt;For information on how your program can cause an assertion&lt;BR /&gt;failure, see the Visual C++ documentation on asserts.&lt;/P&gt;
&lt;P&gt;(Press Retry to debug the application)&lt;BR /&gt;HNEWWING.exe has triggered a breakpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;WRITE(*,'(A\)') ' ENTER INPUT GEOMETRY filename.ext '&lt;BR /&gt;READ(*,'(A)') FNMI&lt;BR /&gt;WRITE(*,'(A\)') ' ENTER OUTPUT GEOMETRY filename (NO .EXT) '&lt;BR /&gt;READ(*,'(A)') FNMOO&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fails at first READ&lt;/P&gt;
&lt;P&gt;Clueless as to why this fails now.&amp;nbsp; I must have something wrong in the new environment&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 05:03:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351035#M159334</guid>
      <dc:creator>preshenne</dc:creator>
      <dc:date>2022-01-13T05:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351056#M159335</link>
      <description>&lt;P&gt;Can you please supply the rest of the code, e.g. definitions of variables in use.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 05:45:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351056#M159335</guid>
      <dc:creator>DavidWhite</dc:creator>
      <dc:date>2022-01-13T05:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351126#M159337</link>
      <description>&lt;P&gt;Hi David -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the quick reply.&amp;nbsp; I have attached the six routines that are the entire program.&amp;nbsp; If you would like a sample input file, I can send one of those too.&amp;nbsp; My breakpoint comes before that even gets opened.&amp;nbsp; It comes on the file name read.&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;Pres Henne&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 13:19:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351126#M159337</guid>
      <dc:creator>preshenne</dc:creator>
      <dc:date>2022-01-13T13:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351137#M159338</link>
      <description>&lt;P&gt;You did not provide the include file BAS.CMN. Yes, the input data files should be provided, since without them the program cannot be run.&lt;/P&gt;
&lt;P&gt;Two comments:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You use unit 5 to read from the data file. This may cause problems since unit 5 is typically connected to standard input (used to be card reader or terminal keyboard).&lt;/LI&gt;
&lt;LI&gt;The argument to subroutine DATES should be CHARACTER(8). In the caller, however, the actual argument CREATD has the&amp;nbsp; implicit type REAL.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 13 Jan 2022 14:31:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351137#M159338</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-01-13T14:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351139#M159339</link>
      <description>&lt;P&gt;Hi mecej4 -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the note.&lt;/P&gt;
&lt;P&gt;The "BAS.CMN"&amp;nbsp; file is here:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;COMMON/BAS/ X(601,203),Y(601,203),Z(601,203),NC,NS,TITLE(20),&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 1 SRO2,CR,XR,YR,ZR,BO2,CREATD&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CHARACTER*4 TITLE&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CHARACTER*8 CREATD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached a sample input file..."TEST3C.TXT"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pres Henne&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 14:50:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351139#M159339</guid>
      <dc:creator>preshenne</dc:creator>
      <dc:date>2022-01-13T14:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351145#M159340</link>
      <description>&lt;P&gt;Keyboard entries to run:&lt;/P&gt;
&lt;P&gt;"TEST3C.TXT"&lt;/P&gt;
&lt;P&gt;"TEST3C"&lt;/P&gt;
&lt;P&gt;"TEST INTEL"&lt;/P&gt;
&lt;P&gt;"Y"&lt;/P&gt;
&lt;P&gt;"1"&lt;/P&gt;
&lt;P&gt;"129"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 15:05:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351145#M159340</guid>
      <dc:creator>preshenne</dc:creator>
      <dc:date>2022-01-13T15:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351149#M159341</link>
      <description>&lt;P&gt;I see that this is a QuickWin program, which I am not familiar with. Someone else will probably help you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After changing IFWIN to DFWIN, etc., in the USE statements, I built and ran the program with CVF 6.6, and it ran to completion, producing a HWG file.&lt;/P&gt;
&lt;P&gt;With the Intel compiler, however, the program closed the window and crashed as soon as I entered the name of the input data file. Is that what you experienced, too?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 15:16:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351149#M159341</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-01-13T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351151#M159342</link>
      <description>&lt;P&gt;Yes - that is the same crash.&amp;nbsp; Thank you for doing that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you debug that crash, do you get to "C++ assertion" verbage?&amp;nbsp; Why would I be invoking C++?&amp;nbsp; I wouldn't know a C++ if it walked up and bit me.!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wonder if something has changed in the fortran standard for the "A" format??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pres Henne&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 15:23:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351151#M159342</guid>
      <dc:creator>preshenne</dc:creator>
      <dc:date>2022-01-13T15:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351170#M159345</link>
      <description>&lt;P&gt;The Fortran compiler generates code that uses some of the same runtime routines as the Visual C compiler. The compiler developers are best equipped to debug the code produced by their compiler at the assembler or C runtime level.&lt;/P&gt;
&lt;P&gt;I attach a Zip file with a character I/O version of your program. It runs normally when compiled with the Intel compiler (with one &lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/Latest-Ifort-32-bit-console-program-crashes-on-STOP-statement/m-p/1351167#M159344" target="_self"&gt;bug if compiled into a 32-bit EXE&lt;/A&gt;, an error occurs when a STOP statement is executed).&lt;/P&gt;
&lt;P&gt;Since both the character I/O version runs fine with CVF and Ifort, and the Quickwin version runs fine with CVF, I suspect a bug in the Quick Windows library of Ifort.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:43:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351170#M159345</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2022-01-13T21:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351284#M159368</link>
      <description>&lt;P&gt;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/READ-a-error/td-p/1340829" target="_blank"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/READ-a-error/td-p/1340829&lt;/A&gt; may be relevant.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:06:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351284#M159368</guid>
      <dc:creator>IanH</dc:creator>
      <dc:date>2022-01-13T21:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351369#M159387</link>
      <description>&lt;P&gt;Wow -thank you for the note IanH.&amp;nbsp; Its the same error, and remains unfixed in Intel Fortran Classic 2021.4 and subs.&amp;nbsp; This renders these compilers unusable.&amp;nbsp; They should be recalled.&amp;nbsp; What was the testing protocol (or lack thereof) that missed this simple READ error???&amp;nbsp; Maybe its time to move away from Intel Fortran Compilers.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 03:28:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351369#M159387</guid>
      <dc:creator>preshenne</dc:creator>
      <dc:date>2022-01-14T03:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351971#M159449</link>
      <description>&lt;P&gt;Unfortunately,&amp;nbsp; this problem and :&lt;/P&gt;
&lt;P&gt;&lt;A class="sub_section_element_selectors" href="https://community.intel.com/t5/Intel-Fortran-Compiler/READ-a-error/td-p/1340829" target="_blank" rel="noopener"&gt;https://community.intel.com/t5/Intel-Fortran-Compiler/READ-a-error/td-p/1340829&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;referenced in this string are the same problem and are unresolved.&amp;nbsp; No communication from Intel.&amp;nbsp; Very disappointing.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 14:20:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1351971#M159449</guid>
      <dc:creator>preshenne</dc:creator>
      <dc:date>2022-01-17T14:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1352025#M159454</link>
      <description>&lt;P&gt;Intel did respond.&amp;nbsp;&lt;A href="https://community.intel.com/t5/Intel-Fortran-Compiler/READ-a-error/m-p/1346138/highlight/true#M158951" target="_blank"&gt;Solved: Re: READ(*,'(a)') error - Intel Communities&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 18:30:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1352025#M159454</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-01-17T18:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1352161#M159465</link>
      <description>&lt;P&gt;I stand corrected.&amp;nbsp; Someone from Intel said:&amp;nbsp; &amp;nbsp;"&lt;SPAN&gt;This issue was escalated to compiler engineering for a fix.&amp;nbsp; I can't say how soon it will be fixed. " a month ago. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Still no fix that I can tell.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 05:54:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1352161#M159465</guid>
      <dc:creator>preshenne</dc:creator>
      <dc:date>2022-01-18T05:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Run Time Breakpoint for Simple Code</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1352265#M159469</link>
      <description>&lt;P&gt;Unfortunately, fixes take a long time to appear, for various reasons. If you have paid support, you could ask for a "hotfix" replacement QuickWin library.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 14:43:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Run-Time-Breakpoint-for-Simple-Code/m-p/1352265#M159469</guid>
      <dc:creator>Steve_Lionel</dc:creator>
      <dc:date>2022-01-18T14:43:45Z</dc:date>
    </item>
  </channel>
</rss>

