<?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: Fortran Compiler 2025.3.1 crashes in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728569#M177801</link>
    <description>&lt;P&gt;There are 3 subroutines in this file and I cannot determine on which one it fails. They are connected to modules, which makes it difficult to extract and share.&lt;BR /&gt;One of the modules, which define the variables, was changed before the this happened. I assume there might be a not-defined variable. But I do not get an error message and cannot say for sure.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Dec 2025 14:53:49 GMT</pubDate>
    <dc:creator>Kai8</dc:creator>
    <dc:date>2025-12-01T14:53:49Z</dc:date>
    <item>
      <title>Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728552#M177798</link>
      <description>&lt;P&gt;during a "build all", the compiler freezes in a specific subroutine and does not come back again. Working in Visual Studio, I can only abort the process.&lt;/P&gt;&lt;P&gt;Exiting, re-starting VS and doing a "clean all" does not help, the compiler will stop in the same subroutine again without any message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 12:08:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728552#M177798</guid>
      <dc:creator>Kai8</dc:creator>
      <dc:date>2025-12-01T12:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728560#M177799</link>
      <description>&lt;P&gt;I forgot to mention that I encountered this problem only after the update to 2025.3.1. There were no issues with the previous versions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 12:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728560#M177799</guid>
      <dc:creator>Kai8</dc:creator>
      <dc:date>2025-12-01T12:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728567#M177800</link>
      <description>&lt;P&gt;Do you only have one subroutine per file then? Or did you mean it always stalls on the same file?&lt;/P&gt;&lt;P&gt;Does the file have lots of complex dependencies or can you make a simple reproducer that others can test?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 14:30:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728567#M177800</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-12-01T14:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728569#M177801</link>
      <description>&lt;P&gt;There are 3 subroutines in this file and I cannot determine on which one it fails. They are connected to modules, which makes it difficult to extract and share.&lt;BR /&gt;One of the modules, which define the variables, was changed before the this happened. I assume there might be a not-defined variable. But I do not get an error message and cannot say for sure.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 14:53:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728569#M177801</guid>
      <dc:creator>Kai8</dc:creator>
      <dc:date>2025-12-01T14:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728575#M177802</link>
      <description>&lt;P&gt;FWIW I ran into a similar problem, it may be related to&amp;nbsp; yours (or not)&lt;/P&gt;&lt;P&gt;My issue related to a module with contained procedures&lt;/P&gt;&lt;P&gt;.AND.&lt;/P&gt;&lt;P&gt;where a contained procedure made a reference to another containd procedure in the same module&lt;/P&gt;&lt;P&gt;.AND.&lt;/P&gt;&lt;P&gt;the other contained procedure was a forward reference (i.e. followed the referencing contained procedure)&lt;/P&gt;&lt;P&gt;.AND.&lt;/P&gt;&lt;P&gt;the other contained procedure has an error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My solution was to move the erroring procedure in front of the referencing procedure.&lt;/P&gt;&lt;P&gt;This results in a non-crash (hang) and with error message display (to the original error causing the issue).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 16:35:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728575#M177802</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2025-12-01T16:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728592#M177803</link>
      <description>&lt;P&gt;I presume you tried deleting each of the three subroutines in turn to see if the file compiles OK?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 18:07:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728592#M177803</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-12-01T18:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728683#M177805</link>
      <description>&lt;P&gt;thanks for your comments.&lt;/P&gt;&lt;P&gt;I resolved my issue meanwhile. It was less complex than the one described above: Initially, a vector was defined and allocated in a module and was used by the subroutines, but it was removed from the module later. One of the subroutines was still using it:&lt;/P&gt;&lt;P&gt;USE MODULE **bleep**, ONLY: BadVector&amp;nbsp; &amp;nbsp;-&amp;gt; where BadVector did not exist in this module anymore&lt;/P&gt;&lt;P&gt;That seems to have caused the compiler to hang.&lt;/P&gt;&lt;P&gt;To my view these are essential things a compiler should handle with a proper error message, i.e. that the variable has not been defined.&lt;BR /&gt;I am always using IMPLICIT NONE in my codes. I could have repaired it immediately, but this cost me a day of work.&lt;/P&gt;&lt;P&gt;I hope intel can repair soon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 07:48:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728683#M177805</guid>
      <dc:creator>Kai8</dc:creator>
      <dc:date>2025-12-02T07:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728690#M177806</link>
      <description>&lt;P&gt;I make that error due to bad spelling all the time and get:&lt;/P&gt;&lt;P&gt;error #6580: Name in only-list does not exist or is not accessible&lt;/P&gt;&lt;P&gt;I think there must be some other feature(s)&amp;nbsp; of the error that causes the hang. If it has some complex subtleties&amp;nbsp; you are unlikely to see a fix and time soon without posting a reproducer for Intel devt to work on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 09:51:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728690#M177806</guid>
      <dc:creator>andrew_4619</dc:creator>
      <dc:date>2025-12-02T09:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728695#M177807</link>
      <description>&lt;P&gt;yes, there is some other feature!&lt;BR /&gt;Meanwhile I observed this hanging of the compiler in several situations and with different programming errors not related to a module. I guess now, that it has something to do with the integration into Visual studio. The errors are reported in the buildLog.htm after I had to stop the compiler manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My system worked before I updated to&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;2025.3.1. two days ago. Either the updating script did did not integrate it correctly, or the new version itself has a flaw.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 11:09:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1728695#M177807</guid>
      <dc:creator>Kai8</dc:creator>
      <dc:date>2025-12-02T11:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fortran Compiler 2025.3.1 crashes</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1730857#M177895</link>
      <description>&lt;P&gt;In the trivial example replicating your scenario, I can't see the hang. I am getting the expected error from the compiler&lt;/P&gt;
&lt;P&gt;error #6580: Name in only-list does not exist or is not accessible. [BADVECTOR]&lt;/P&gt;
&lt;P&gt;So, would be great if you can share more details with some code snippets. I believe there is an issue with integration to VS on your machine.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Dec 2025 13:31:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Fortran-Compiler-2025-3-1-crashes/m-p/1730857#M177895</guid>
      <dc:creator>Igor_V_Intel</dc:creator>
      <dc:date>2025-12-19T13:31:10Z</dc:date>
    </item>
  </channel>
</rss>

