<?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: 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/746794#M4541</link>
    <description>What do you mean by fce or fc?</description>
    <pubDate>Mon, 03 May 2010 20:37:03 GMT</pubDate>
    <dc:creator>Brian_Allison</dc:creator>
    <dc:date>2010-05-03T20:37:03Z</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/746775#M4522</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I get the following error as I run my code.&lt;/P&gt;&lt;FONT size="3"&gt;
&lt;P&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;I was wondering if anyone knows what is the source of this error!&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;Sarvin&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2008 22:03:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746775#M4522</guid>
      <dc:creator>moghaddam</dc:creator>
      <dc:date>2008-01-24T22:03:52Z</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/746776#M4523</link>
      <description>&lt;P&gt;There are infinite possibilities. Two articles I wrote for Windows Fortran would also be instructive for you. These cover &lt;A href="https://community.intel.com/en-us/forums/topic/275071#comment-1548436"&gt;Access Violation&lt;/A&gt; (SEGV on Linux) and &lt;A href="https://community.intel.com/en-us/forums/topic/275071#comment-1548447"&gt;Stack Overflow&lt;/A&gt;. On Linux, you can try raising the stack limit with "ulimit -s" or "limit stacksizae unlimited" depending on your shell.&lt;BR /&gt;&lt;BR /&gt;The key to identifying the cause is to find exactly WHERE in your program this error is occurring. Use of -traceback can help here.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2008 14:11:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746776#M4523</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2008-01-25T14:11:00Z</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/746777#M4524</link>
      <description>I have the exact same error with RJ LeVeque's CLAWPACK software: 
&lt;BR /&gt;
&lt;BR /&gt;&lt;A href="http://www.amath.washington.edu/~claw/" target="_blank"&gt;http://www.amath.washington.edu/~claw/&lt;/A&gt;
&lt;BR /&gt;
&lt;BR /&gt;which is pretty benign code.</description>
      <pubDate>Fri, 01 Feb 2008 02:05:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746777#M4524</guid>
      <dc:creator>grs2103</dc:creator>
      <dc:date>2008-02-01T02:05:17Z</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/746778#M4525</link>
      <description>switching to the fce, as opposed to the fc distribution, which I understand to be the 64 bit version eliminates this error.  It'd be great to understand why though.</description>
      <pubDate>Fri, 01 Feb 2008 02:21:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746778#M4525</guid>
      <dc:creator>grs2103</dc:creator>
      <dc:date>2008-02-01T02:21:22Z</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/746779#M4526</link>
      <description>Thanks for the fc versus fce tip. I'm running on an Intel 64-bit MacPro running Leopard OSX 10.5.2 and this solved my segmentation fault problem.
&lt;BR /&gt;
&lt;BR /&gt;-Jason</description>
      <pubDate>Tue, 11 Mar 2008 06:40:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746779#M4526</guid>
      <dc:creator>Jason_A_</dc:creator>
      <dc:date>2008-03-11T06:40: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/746780#M4527</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/302355"&gt;aufded93@erau.edu&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; Thanks for the fc versus fce tip. I'm running on an Intel 64-bit MacPro running Leopard OSX 10.5.2 and this solved my segmentation fault problem. &lt;BR /&gt; &lt;BR /&gt;-Jason &lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm running on the same machine(Macbook Pro), however I still have the same problems.&lt;/P&gt;
&lt;P&gt;:&lt;/P&gt;
&lt;P&gt;:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: Helvetica; font-size: 12px;"&gt;soil water balance error @ 1990 365 23 30&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image PC Routine Line Source&lt;BR /&gt;runclass 000000010005EAC7 Unknown Unknown Unknown&lt;BR /&gt;runclass 000000010005DDA9 Unknown Unknown Unknown&lt;BR /&gt;runclass 00000001000009BC Unknown Unknown Unknown&lt;BR /&gt;runclass 0000000100000954 Unknown Unknown Unknown&lt;BR /&gt;CNCALASS cks$&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: Helvetica; font-size: 12px;"&gt;Could you show me a right direction? Thanks.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I'm just wondering that the Makefile did not allocate the memory, but I do not know how to convert the Makefile for IBM Fortran Compiler to Intel Fortran Compiler. (The original Makefile was build for the programs I'm trying to run under Intel Fortran Compiler!)&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;====&lt;/P&gt;
&lt;P&gt;.SUFFIXES : .f .o&lt;/P&gt;
&lt;P&gt;FC=xlf90&lt;/P&gt;
&lt;P&gt;FFLAGS= -q64 -O0 -qrealsize=8 -qintsize=8 -qsave -qspillsize=32648&lt;/P&gt;
&lt;DIV&gt;:&lt;/DIV&gt;
&lt;DIV&gt;:&lt;/DIV&gt;
&lt;DIV&gt;:&lt;/DIV&gt;
&lt;DIV&gt;====&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Nov 2008 21:20:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746780#M4527</guid>
      <dc:creator>changks888</dc:creator>
      <dc:date>2008-11-23T21:20:02Z</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/746781#M4528</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;In my case of the segmentation fault, it helped me to increase the stack size using "ulimit -s unlimited". I am using Intel Fortran 11.0.069 on Kubuntu 8.04.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2008 11:21:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746781#M4528</guid>
      <dc:creator>jirina</dc:creator>
      <dc:date>2008-11-24T11:21:47Z</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/746782#M4529</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/325645"&gt;jirina&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;P&gt;In my case of the segmentation fault, it helped me to increase the stack size using "ulimit -s unlimited". I am using Intel Fortran 11.0.069 on Kubuntu 8.04.&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;Where did you put "&lt;SPAN style="font-style: italic;"&gt;ulimit -s unlimited&lt;SPAN style="font-style: normal;"&gt;"? In the Makefile?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2008 16:41:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746782#M4529</guid>
      <dc:creator>changks888</dc:creator>
      <dc:date>2008-11-24T16:41:42Z</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/746783#M4530</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;I used that command in the shell (console) before running my application.&lt;/P&gt;
&lt;P&gt;Using the SYSTEM function from IFPORT to send a command to the shell would not help in this case, because the command is executed in a separate shell and does not affect the shell which the application is running in.&lt;/P&gt;
&lt;P&gt;I am running Kubuntu 8.04 and if I want to have certain settings for each shell I start, I add the corresponding commands at the end of the file .bashrc in the home directory. E.g., I have this:&lt;/P&gt;
&lt;P&gt;# set up environment for Intel Fortran&lt;/P&gt;
&lt;P&gt;source /opt/intel/Compiler/11.0/069/bin/ifortvars.sh ia32&lt;/P&gt;
&lt;P&gt;# set unlimited stack size&lt;/P&gt;
&lt;P&gt;ulimit -s unlimited&lt;/P&gt;</description>
      <pubDate>Mon, 24 Nov 2008 17:17:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746783#M4530</guid>
      <dc:creator>jirina</dc:creator>
      <dc:date>2008-11-24T17:17: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/746784#M4531</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;&lt;SPAN style="font-family: verdana; font-size: 11px;"&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;Is that possible the error generated because of the program contains "rand()" function?&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;Here is another previous post.&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;&lt;A href="http://software.intel.com/en-us/articles/intel-fortran-compiler-using-rand-and-random-portability-functions-avoid-segv" target="_blank"&gt;http://software.intel.com/en-us/articles/intel-fortran-compiler-using-rand-and-random-portability-functions-avoid-segv&lt;/A&gt;&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;In the source code, program uses the rand() function to randomly choose the meteorological files for rewinding files.&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;:&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;:&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;!-----pre-running meteorological data&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  open(unit=&lt;SPAN style="font-weight: bold;"&gt;41&lt;/SPAN&gt;,file="TP39_met03_class.dat")&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  open(unit=&lt;SPAN style="font-weight: bold;"&gt;42&lt;/SPAN&gt;,file="TP39_met04_class.dat")&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  open(unit=&lt;SPAN style="font-weight: bold;"&gt;43&lt;/SPAN&gt;,file="TP39_met05_class.dat")&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  open(unit=&lt;SPAN style="font-weight: bold;"&gt;44&lt;/SPAN&gt;,file="TP39_met06_class.dat")&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  open(unit=&lt;SPAN style="font-weight: bold;"&gt;45&lt;/SPAN&gt;,file="TP39_met07_class.dat")&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;:&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;:  &lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  idfile = 40+int(&lt;SPAN style="font-weight: bold;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;rand()&lt;/SPAN&gt;&lt;/SPAN&gt;*4+1)   !open file id = 41,42&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  rewind(unit=idfile)       !rewinding the file to the first line&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  print *,iyear,idfile      !for checking purpose&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;  endif&lt;/P&gt;
&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Dec 2008 16:59:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746784#M4531</guid>
      <dc:creator>changks888</dc:creator>
      <dc:date>2008-12-02T16:59:21Z</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/746785#M4532</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/407950"&gt;kchang@uoguelphca&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;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;&lt;SPAN style="font-family: verdana; font-size: 11px;"&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;Is that possible the error generated because of the program contains "rand()" function?&lt;/P&gt;
&lt;P style="font-family: verdana, sans-serif; margin-top: 0px; margin-right: 0px; margin-left: 0px; line-height: 16px; margin-bottom: 10px; padding: 0px;"&gt;idfile = 40+int(&lt;SPAN style="font-weight: bold;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;rand()&lt;/SPAN&gt;&lt;/SPAN&gt;*4+1)   !open file id = 41,42&lt;/P&gt;
&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;That looks strange, but you're right, it requires the addition of the corresponding interface block, e.g. by USE IFPORT, as the empty argument is broken without interface definition.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2008 17:52:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746785#M4532</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-12-02T17:52:00Z</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/746786#M4533</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/296636"&gt;moghaddam@umbi.umd.edu&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;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I get the following error as I run my code.&lt;/P&gt;
&lt;SPAN style="font-size: small;"&gt;
&lt;P&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/SPAN&gt;
&lt;P&gt;I was wondering if anyone knows what is the source of this error!&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;Sarvin&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2008 17:09:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746786#M4533</guid>
      <dc:creator>janet_p_simpsonnasa_</dc:creator>
      <dc:date>2008-12-03T17:09:29Z</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/746787#M4534</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;I have found that if I compile with NO optimization (ifort -O0 file.f), then I no longer get SEGV.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;There must be a bug in the compiler - I have narrowed down the place where the SEGV occurs to&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;a little loop in a table-lookup subroutine that should NEVER NEVER be vectorized.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Of course the resulting compiled program runs no faster than what I get on a 3.5 year old Linux workstation.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Cheers.&lt;/DIV&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 03 Dec 2008 17:14:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746787#M4534</guid>
      <dc:creator>janet_p_simpsonnasa_</dc:creator>
      <dc:date>2008-12-03T17:14:27Z</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/746788#M4535</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;As Steve said, segmentation violations can come from many many things.&lt;/P&gt;
&lt;P&gt;80% of the time, simply increasing your stacksize fixes the problem. OR just compile with&lt;/P&gt;
&lt;P&gt;-heap-arrays&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;that takes care of 80% of the cases.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Next, isolate the fault with a stack traceback&lt;/P&gt;
&lt;P&gt;-O2 (or -O3) -g -traceback&lt;/P&gt;
&lt;P&gt;on both compile and link.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Yes, you can add -g to get symbolic information on optimized code as long as you also include a -Ox option.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Next, make sure you're not doing something silly in your code (array bounds violations, for example)&lt;/P&gt;
&lt;P&gt;...other options... -g -traceback -check all -fp-stack-check&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;That finds 99% of these. The remaining 1%, possible compiler bug. Tar up the code, open a problem report at premier.intel.com, attach the file, include instructions on how to build and run.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ron&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2008 18:31:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746788#M4535</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2008-12-03T18:31: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/746789#M4536</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&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;There are infinite possibilities. Two articles I wrote for Windows Fortran would also be instructive for you. These cover &lt;A href="https://community.intel.com/en-us/forums//topic/41911#12568"&gt;Access Violation&lt;/A&gt; (SEGV on Linux) and &lt;A href="https://community.intel.com/en-us/forums//topic/41911#12580"&gt;Stack Overflow&lt;/A&gt;. On Linux, you can try raising the stack limit with "ulimit -s" or "limit stacksizae unlimited" depending on your shell.&lt;BR /&gt;&lt;BR /&gt;The key to identifying the cause is to find exactly WHERE in your program this error is occurring. Use of -traceback can help here.&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;Where could I find the two articles (&lt;EM&gt;&lt;SPAN style="color: #0000ff;"&gt;Access Violation&lt;/SPAN&gt;&lt;/EM&gt; and &lt;EM&gt;&lt;SPAN style="color: #0000ff;"&gt;Stack Overflow&lt;/SPAN&gt;&lt;/EM&gt;)?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Randi</description>
      <pubDate>Mon, 14 Sep 2009 23:45:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746789#M4536</guid>
      <dc:creator>randiaulii</dc:creator>
      <dc:date>2009-09-14T23:45:17Z</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/746790#M4537</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;New forum links: &lt;A href="http://software.intel.com/en-us/forums/showpost.php?p=12902"&gt;Access Violation&lt;/A&gt; and &lt;A href="http://software.intel.com/en-us/forums/showpost.php?p=12913"&gt;Stack Overflow&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Sep 2009 23:56:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746790#M4537</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2009-09-14T23:56:41Z</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/746791#M4538</link>
      <description>&lt;P&gt;Hi Jirina,&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;I noticed that you had a same error before as what I have now. The error am having now as follow :&lt;/DIV&gt;
&lt;DIV&gt;Any thoughts how tio fix this problem? Many thanks in advance yeah. Regards.&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;Namelist dfi_control not found in namelist.input. Using registry defaults for v&lt;BR /&gt;ariables in dfi_control&lt;BR /&gt;Namelist tc not found in namelist.input. Using registry defaults for variables&lt;BR /&gt;in tc&lt;BR /&gt;Namelist scm not found in namelist.input. Using registry defaults for variables&lt;BR /&gt; in scm&lt;BR /&gt;Namelist fire not found in namelist.input. Using registry defaults for variable&lt;BR /&gt;s in fire&lt;BR /&gt;REAL_EM V3.1.1 PREPROCESSOR&lt;BR /&gt; *************************************&lt;BR /&gt; Parent domain&lt;BR /&gt; ids,ide,jds,jde 1 74 1 61&lt;BR /&gt; ims,ime,jms,jme -4 79 -4 66&lt;BR /&gt; ips,ipe,jps,jpe 1 74 1 61&lt;BR /&gt; *************************************&lt;BR /&gt;DYNAMICS OPTION: Eulerian Mass Coordinate&lt;BR /&gt; alloc_space_field: domain 1, 98642504 bytes allocated&lt;BR /&gt;Time period # 1 to process = 1996-01-01_00:00:00.&lt;BR /&gt;Time period # 2 to process = 1996-01-01_06:00:00.&lt;BR /&gt;Time period # 3 to process = 1996-01-01_12:00:00.&lt;BR /&gt;Time period # 4 to process = 1996-01-01_18:00:00.&lt;BR /&gt;Time period # 5 to process = 1996-01-02_00:00:00.&lt;BR /&gt;Time period # 6 to process = 1996-01-02_06:00:00.&lt;BR /&gt;Time period # 7 to process = 1996-01-02_12:00:00.&lt;BR /&gt;Time period # 8 to process = 1996-01-02_18:00:00.&lt;BR /&gt;Time period # 9 to process = 1996-01-03_00:00:00.&lt;BR /&gt;Time period # 10 to process = 1996-01-03_06:00:00.&lt;BR /&gt;Time period # 11 to process = 1996-01-03_12:00:00.&lt;BR /&gt;Time period # 12 to process = 1996-01-03_18:00:00.&lt;BR /&gt;Time period # 13 to process = 1996-01-04_00:00:00.&lt;BR /&gt;Time period # 14 to process = 1996-01-04_06:00:00.&lt;BR /&gt;Time period # 15 to process = 1996-01-04_12:00:00.&lt;BR /&gt;Time period # 16 to process = 1996-01-04_18:00:00.&lt;BR /&gt;Time period # 17 to process = 1996-01-05_00:00:00.&lt;BR /&gt;Time period # 18 to process = 1996-01-05_06:00:00.&lt;BR /&gt;Time period # 19 to process = 1996-01-05_12:00:00.&lt;BR /&gt;Time period # 20 to process = 1996-01-05_18:00:00.&lt;BR /&gt;Time period # 21 to process = 1996-01-06_00:00:00.&lt;BR /&gt;Time period # 22 to process = 1996-01-06_06:00:00.&lt;BR /&gt;Time period # 23 to process = 1996-01-06_12:00:00.&lt;BR /&gt;Time period # 24 to process = 1996-01-06_18:00:00.&lt;BR /&gt;Time period # 25 to process = 1996-01-07_00:00:00.&lt;BR /&gt;Time period # 26 to process = 1996-01-07_06:00:00.&lt;BR /&gt;Time period # 27 to process = 1996-01-07_12:00:00.&lt;BR /&gt;Time period # 28 to process = 1996-01-07_18:00:00.&lt;BR /&gt;Total analysis times to input = 28.&lt;/DIV&gt;
&lt;DIV&gt;-----------------------------------------------------------------------------&lt;/DIV&gt;
&lt;DIV&gt;Domain 1: Current date being processed: 1996-01-01_00:00:00.0000, which is loop # 1 out of 28&lt;BR /&gt;configflags%julyr, %julday, %gmt: 1996 1 0.0000000E+00&lt;BR /&gt;d01 1996-01-01_00:00:00 Timing for input 0 s.&lt;BR /&gt;Converged znw(kte) should be about 0.0 = -2.0489097E-08&lt;BR /&gt;d01 1996-01-01_00:00:00 Old data, no inland lake information&lt;BR /&gt;LAND CHANGE = 0&lt;BR /&gt;WATER CHANGE = 0&lt;BR /&gt;forrtl: severe (174): SIGSEGV, segmentation fault occurred&lt;BR /&gt;Image PC Routine Line Source&lt;BR /&gt;real.exe 080979AC Unknown Unknown Unknown&lt;BR /&gt;real.exe 08067164 Unknown Unknown Unknown&lt;BR /&gt;real.exe 0804BAF7 Unknown Unknown Unknown&lt;BR /&gt;real.exe 0804AC7B Unknown Unknown Unknown&lt;BR /&gt;real.exe 0804A8F1 Unknown Unknown Unknown&lt;BR /&gt;libc.so.6 005C2E9C Unknown Unknown Unknown&lt;BR /&gt;real.exe 0804A801 Unknown Unknown Unknown&lt;BR /&gt;[ceambi@cen-mm5-dev2 run]$&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2010 18:51:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746791#M4538</guid>
      <dc:creator>ceambi</dc:creator>
      <dc:date>2010-01-22T18:51:39Z</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/746792#M4539</link>
      <description>&lt;P&gt;ceambi,&lt;/P&gt;
&lt;P&gt;This error message has many possible causes. Please read &lt;A target="_blank" href="http://software.intel.com/en-us/articles/determining-root-cause-of-sigsegv-or-sigbus-errors/"&gt;Diagnosing SIGSEGV Errors&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2010 19:07:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746792#M4539</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2010-01-22T19:07:31Z</dc:date>
    </item>
    <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/746793#M4540</link>
      <description>&lt;P&gt;I got segmentation fault when I increased some array sizes in my code. I tried using -traceback, but it did not help.&lt;/P&gt;
&lt;P&gt;As recommended in this thread, I set 'ulimit -s unlimited' and I got rid of the segmentation faults.&lt;/P&gt;
&lt;P&gt;Thanks to you guys,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Syed&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2010 04:02:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746793#M4540</guid>
      <dc:creator>snkhaderi</dc:creator>
      <dc:date>2010-03-08T04:02:44Z</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/746794#M4541</link>
      <description>What do you mean by fce or fc?</description>
      <pubDate>Mon, 03 May 2010 20:37:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746794#M4541</guid>
      <dc:creator>Brian_Allison</dc:creator>
      <dc:date>2010-05-03T20:37:03Z</dc:date>
    </item>
  </channel>
</rss>

