<?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 Hello Pawel, in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992652#M101907</link>
    <description>&lt;P&gt;Hello Pawel,&lt;/P&gt;
&lt;P&gt;This is issue has been fixed in Intel® Fortran Composer XE for Linux* 2013 Update 3 which is now available at the &lt;A href="https://registrationcenter.intel.com"&gt;Intel® Registration Center&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Annalee&lt;/P&gt;</description>
    <pubDate>Thu, 11 Apr 2013 13:26:06 GMT</pubDate>
    <dc:creator>Anonymous66</dc:creator>
    <dc:date>2013-04-11T13:26:06Z</dc:date>
    <item>
      <title>Segfault with final method</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992649#M101904</link>
      <description>&lt;P&gt;Hi, I have detected, what I believe, is a bug in ifort (13.0.0 20120731). The following code produces a segfault for no reason known to me.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;module mod_b&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; type :: b&lt;BR /&gt;&amp;nbsp;&amp;nbsp; contains&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; final :: finalize&lt;BR /&gt;&amp;nbsp; end type b&lt;BR /&gt;&lt;BR /&gt;contains&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; subroutine finalize(self)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type(b) :: self&lt;BR /&gt;&amp;nbsp; end subroutine finalize&lt;BR /&gt;&lt;BR /&gt;end module mod_b&lt;BR /&gt;&lt;BR /&gt;module mod_t&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; use mod_b&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; type :: tt&lt;BR /&gt;&amp;nbsp;&amp;nbsp; contains&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; procedure :: get&lt;BR /&gt;&amp;nbsp; end type tt&lt;BR /&gt;&lt;BR /&gt;contains&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; subroutine get( self, box)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; class(tt), target :: self&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; type(b), pointer, intent(out), optional :: box&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if( present(box) ) nullify(box)&lt;BR /&gt;&amp;nbsp; end subroutine get&lt;BR /&gt;&lt;BR /&gt;end module mod_t&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;program d1&lt;/P&gt;
&lt;P&gt;&amp;nbsp; use mod_t&lt;BR /&gt;&amp;nbsp; type(tt) :: t&lt;BR /&gt;&amp;nbsp; call t%get()&lt;/P&gt;
&lt;P&gt;end program d1&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;When any of the options "pointer, intent(out), optional" are altered or removed the segfault disappears.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Paweł Biernat.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2012 15:32:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992649#M101904</guid>
      <dc:creator>pwl_b</dc:creator>
      <dc:date>2012-09-18T15:32:56Z</dc:date>
    </item>
    <item>
      <title>Hello Pawel,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992650#M101905</link>
      <description>Hello Pawel,

Thank you for reporting this problem. I have escalated this issue to the developers. The issue number is DPD200236504. I will post any updates I receive to this thread.

Regards,
Annalee
Intel Developer Support</description>
      <pubDate>Wed, 19 Sep 2012 16:03:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992650#M101905</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-09-19T16:03:25Z</dc:date>
    </item>
    <item>
      <title>Hello Pawel,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992651#M101906</link>
      <description>Hello Pawel,

A fix has been found for this issue. We are planning to include it in an update which is currently planned for mid-January.

Regards,
Annalee</description>
      <pubDate>Fri, 12 Oct 2012 18:09:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992651#M101906</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2012-10-12T18:09:40Z</dc:date>
    </item>
    <item>
      <title>Hello Pawel,</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992652#M101907</link>
      <description>&lt;P&gt;Hello Pawel,&lt;/P&gt;
&lt;P&gt;This is issue has been fixed in Intel® Fortran Composer XE for Linux* 2013 Update 3 which is now available at the &lt;A href="https://registrationcenter.intel.com"&gt;Intel® Registration Center&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Annalee&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2013 13:26:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/Segfault-with-final-method/m-p/992652#M101907</guid>
      <dc:creator>Anonymous66</dc:creator>
      <dc:date>2013-04-11T13:26:06Z</dc:date>
    </item>
  </channel>
</rss>

