<?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 forrtl: severe (174): SIGSEGV, segmentation fault occurred in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297662#M156748</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I received the following error message when I run my complied file (I used '-g -traceback' to&lt;SPAN&gt;&amp;nbsp;find exactly where the problem is&lt;/SPAN&gt;&lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image PC Routine Line Source&lt;BR /&gt;nopar 0000000000ED5149 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000ED3AC0 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000E81E72 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000E35763 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000E3B82B Unknown Unknown Unknown&lt;BR /&gt;libpthread.so.0 000014712C904630 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000CDC0FB varset2_hru_ 209 varset2_hru.f&lt;BR /&gt;nopar 0000000000CAF975 subbasin_ 240 subbasin.f&lt;BR /&gt;nopar 00000000004B1AA8 command_ 133 command.f&lt;BR /&gt;nopar 0000000000C5B8C4 simulate_ 242 simulate.f&lt;BR /&gt;nopar 0000000000526D50 swat_main_ 115 main.f&lt;BR /&gt;nopar 0000000000C75539 MAIN__ 15 smrt_main.f&lt;BR /&gt;nopar 0000000000402D76 Unknown Unknown Unknown&lt;BR /&gt;libc.so.6 000014712C345555 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000402C69 Unknown Unknown Unknown&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached the source code where it showed problems, and variables are listed below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;real, dimension (:), allocatable :: hhqday&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;real, dimension (:,:), allocatable :: hhqday_hru&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;allocate (hhqday(nstep))&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;allocate (hhqday_hru(mhru,nstep))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried Line 210 to 214 to represent what I want, but the same error occurred.&lt;/P&gt;
&lt;P&gt;I found that Line 305 is also having similar problems too.&lt;/P&gt;
&lt;P&gt;What I want to do is just save the values from one variable to another variable with different dimensions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me with this? Thank you very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Siyu&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2021 00:10:24 GMT</pubDate>
    <dc:creator>siyuliben</dc:creator>
    <dc:date>2021-07-12T00:10:24Z</dc:date>
    <item>
      <title>forrtl: severe (174): SIGSEGV, segmentation fault occurred</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297662#M156748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I received the following error message when I run my complied file (I used '-g -traceback' to&lt;SPAN&gt;&amp;nbsp;find exactly where the problem is&lt;/SPAN&gt;&lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image PC Routine Line Source&lt;BR /&gt;nopar 0000000000ED5149 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000ED3AC0 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000E81E72 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000E35763 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000E3B82B Unknown Unknown Unknown&lt;BR /&gt;libpthread.so.0 000014712C904630 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000CDC0FB varset2_hru_ 209 varset2_hru.f&lt;BR /&gt;nopar 0000000000CAF975 subbasin_ 240 subbasin.f&lt;BR /&gt;nopar 00000000004B1AA8 command_ 133 command.f&lt;BR /&gt;nopar 0000000000C5B8C4 simulate_ 242 simulate.f&lt;BR /&gt;nopar 0000000000526D50 swat_main_ 115 main.f&lt;BR /&gt;nopar 0000000000C75539 MAIN__ 15 smrt_main.f&lt;BR /&gt;nopar 0000000000402D76 Unknown Unknown Unknown&lt;BR /&gt;libc.so.6 000014712C345555 Unknown Unknown Unknown&lt;BR /&gt;nopar 0000000000402C69 Unknown Unknown Unknown&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached the source code where it showed problems, and variables are listed below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;real, dimension (:), allocatable :: hhqday&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;real, dimension (:,:), allocatable :: hhqday_hru&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;allocate (hhqday(nstep))&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;allocate (hhqday_hru(mhru,nstep))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried Line 210 to 214 to represent what I want, but the same error occurred.&lt;/P&gt;
&lt;P&gt;I found that Line 305 is also having similar problems too.&lt;/P&gt;
&lt;P&gt;What I want to do is just save the values from one variable to another variable with different dimensions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help me with this? Thank you very much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Siyu&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 00:10:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297662#M156748</guid>
      <dc:creator>siyuliben</dc:creator>
      <dc:date>2021-07-12T00:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: forrtl: severe (174): SIGSEGV, segmentation fault occurred</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297664#M156749</link>
      <description>&lt;P&gt;P.S. I run the program in a Linux system, and I used 'limit' to check the memory, the 'stacksize' is unlimited.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 00:18:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297664#M156749</guid>
      <dc:creator>siyuliben</dc:creator>
      <dc:date>2021-07-12T00:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: forrtl: severe (174): SIGSEGV, segmentation fault occurred</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297725#M156751</link>
      <description>&lt;P&gt;One thing that comes to mind: is the value of j within the range 1:mhru? You can compile the source code with the option to check the array bounds, -check bounds (or even -check all).&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 07:12:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297725#M156751</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2021-07-12T07:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: forrtl: severe (174): SIGSEGV, segmentation fault occurred</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297798#M156759</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you, I used -check bounds to compile the source code, j is within the range of 1:mhru.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 12:05:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297798#M156759</guid>
      <dc:creator>siyuliben</dc:creator>
      <dc:date>2021-07-12T12:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: forrtl: severe (174): SIGSEGV, segmentation fault occurred</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297819#M156761</link>
      <description>&lt;P&gt;Okay, an alternative approach: run it in the debugger. That should be able to tell you more about what is going wrong.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 13:15:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297819#M156761</guid>
      <dc:creator>Arjen_Markus</dc:creator>
      <dc:date>2021-07-12T13:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: forrtl: severe (174): SIGSEGV, segmentation fault occurred</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297875#M156767</link>
      <description>&lt;P&gt;Just as&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/75329"&gt;@Arjen_Markus&lt;/a&gt;&amp;nbsp; said -- please run your program under gdb in order to obtain the exact location of the faulting IP.&lt;/P&gt;
&lt;P&gt;The attached 'traceback' out is not very informative.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 17:44:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1297875#M156767</guid>
      <dc:creator>Bernard</dc:creator>
      <dc:date>2021-07-12T17:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: forrtl: severe (174): SIGSEGV, segmentation fault occurred</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1298150#M156776</link>
      <description>&lt;P&gt;The vast majority of the variables listed in your attached file are IMPLICIT variables and/or declared/defined in module parm.&lt;/P&gt;
&lt;P&gt;The first step in resolving any problems would be to insert IMPLICIT NONE at the beginning of the subroutine, and then sort out issues with potential undeclared variables. This may be due to typographical errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jul 2021 13:17:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/1298150#M156776</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2021-07-13T13:17:40Z</dc:date>
    </item>
  </channel>
</rss>

