<?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: Catastrophic Error with Example in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742011#M1303</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I apologize for the delay in getting back to you on this one.&lt;BR /&gt;&lt;BR /&gt;The internal compiler error is triggered by a coding error in the source. In routine NewCatastrophic2 you have:&lt;BR /&gt;&lt;BR /&gt; call this%ImplicitTimeFlag(.false.)&lt;BR /&gt;&lt;BR /&gt;this is supposed to be:&lt;BR /&gt;&lt;BR /&gt; call this%&lt;STRONG&gt;Set&lt;/STRONG&gt;ImplicitTimeFlag(.false.)&lt;BR /&gt;&lt;BR /&gt;The compiler should have given you an appropriate error message for this. I'll report that to the developers.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Thanks Steve, not for the first time, my crappy programming has saved the day :)&lt;BR /&gt;</description>
    <pubDate>Tue, 05 Jan 2010 18:35:01 GMT</pubDate>
    <dc:creator>lopes8070</dc:creator>
    <dc:date>2010-01-05T18:35:01Z</dc:date>
    <item>
      <title>Catastrophic Error with Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742007#M1299</link>
      <description>Here is an example case for a catastrophic error. I was able to reproduce the error. I did find out that the error occurs in the first 3 subroutines (constructors), at least the error does not occur when these routines are deleted.&lt;BR /&gt;This is the error upon compiling:&lt;BR /&gt;&lt;BR /&gt;: catastrophic error: **Internal compiler error: segmentation violation signal raised** Please report this error along with the circumstances in which it occurred in a Software Problem Report. Note: File and line given may not be explicit cause of this error.&lt;BR /&gt;&lt;BR /&gt;compilation aborted for CatastrophicClass.f90 (code 3)&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2009 18:33:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742007#M1299</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2009-12-08T18:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Catastrophic Error with Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742008#M1300</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Thanks. We'll investigate.&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2009 21:18:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742008#M1300</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-12-08T21:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Catastrophic Error with Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742009#M1301</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Thanks. We'll investigate.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;These are the options I am using:&lt;BR /&gt;&lt;BR /&gt;ifort -O0 -g -fp-stack-check -traceback -gen-interface -warn interface&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Dec 2009 21:19:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742009#M1301</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2009-12-08T21:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Catastrophic Error with Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742010#M1302</link>
      <description>I apologize for the delay in getting back to you on this one.&lt;BR /&gt;&lt;BR /&gt;The internal compiler error is triggered by a coding error in the source. In routine NewCatastrophic2 you have:&lt;BR /&gt;&lt;BR /&gt; call this%ImplicitTimeFlag(.false.)&lt;BR /&gt;&lt;BR /&gt;this is supposed to be:&lt;BR /&gt;&lt;BR /&gt; call this%&lt;STRONG&gt;Set&lt;/STRONG&gt;ImplicitTimeFlag(.false.)&lt;BR /&gt;&lt;BR /&gt;The compiler should have given you an appropriate error message for this. I'll report that to the developers. Issue ID is DPD200149063&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 18:24:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742010#M1302</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-05T18:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Catastrophic Error with Example</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742011#M1303</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/336209"&gt;Steve Lionel (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;I apologize for the delay in getting back to you on this one.&lt;BR /&gt;&lt;BR /&gt;The internal compiler error is triggered by a coding error in the source. In routine NewCatastrophic2 you have:&lt;BR /&gt;&lt;BR /&gt; call this%ImplicitTimeFlag(.false.)&lt;BR /&gt;&lt;BR /&gt;this is supposed to be:&lt;BR /&gt;&lt;BR /&gt; call this%&lt;STRONG&gt;Set&lt;/STRONG&gt;ImplicitTimeFlag(.false.)&lt;BR /&gt;&lt;BR /&gt;The compiler should have given you an appropriate error message for this. I'll report that to the developers.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;&lt;BR /&gt;Thanks Steve, not for the first time, my crappy programming has saved the day :)&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jan 2010 18:35:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Catastrophic-Error-with-Example/m-p/742011#M1303</guid>
      <dc:creator>lopes8070</dc:creator>
      <dc:date>2010-01-05T18:35:01Z</dc:date>
    </item>
  </channel>
</rss>

