<?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 traceback in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756313#M11800</link>
    <description>Yes, we support that as an extension.</description>
    <pubDate>Tue, 14 Jun 2011 21:09:02 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2011-06-14T21:09:02Z</dc:date>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756303#M11790</link>
      <description>I'm running the same program on windows and linux. I get a nice traceback on windows which gives the line number 895 in astap.for&lt;BR /&gt;&lt;P&gt;forrtl: error (73): floating divide by zero&lt;/P&gt;&lt;P&gt;Image PC Routine Line Source&lt;/P&gt;&lt;P&gt;astap.exe 00000001400014AA MAIN__ 895 astap.for&lt;/P&gt;&lt;P&gt;astap.exe 0000000140384C4C Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap.exe 0000000140373F4B Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;kernel32.dll 000000007722F56D Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;ntdll.dll 0000000077363281 Unknown Unknown Unknown&lt;BR /&gt;&lt;BR /&gt;On linux I'm getting&lt;BR /&gt;/home/dajum/SFInstall/bin/sindad: line 112: 16515 Floating point exception./astap ${sinda85_keep_dir}/"$1".messages.log 1&lt;BR /&gt;where line 112 is in the script file that executes the code. It doesn't even have the same type of error which I know is a divide by zero. My compilation flags are:&lt;/P&gt;&lt;P&gt;DEBUG= -O3&lt;/P&gt;&lt;P&gt;FC=ifort&lt;/P&gt;&lt;P&gt;FFLAGS= $(DEBUG) -fpe0 -traceback -extend-source -real-size 64 -integer-size 64 -names lowercase -I../include/fluint -I../include -assume byterecl&lt;BR /&gt;&lt;BR /&gt;Is there something missing here?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2011 23:20:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756303#M11790</guid>
      <dc:creator>dajum</dc:creator>
      <dc:date>2011-06-10T23:20:24Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756304#M11791</link>
      <description>Using "DEBUG= -O3" is not conducive to correlating errors to line-numbers. This is not a reasonable options to use for debugging, unless you are engaged in debugging the operation of the compiler itself rather than your program.&lt;BR /&gt;&lt;BR /&gt;Try "DEBUG = -g" instead.&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jun 2011 00:15:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756304#M11791</guid>
      <dc:creator>mecej4</dc:creator>
      <dc:date>2011-06-11T00:15:10Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756305#M11792</link>
      <description>This is a release build so I do want optimization. It works fine on windows. As I understand it the traceback doesn't require -g.</description>
      <pubDate>Sat, 11 Jun 2011 00:25:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756305#M11792</guid>
      <dc:creator>dajum</dc:creator>
      <dc:date>2011-06-11T00:25:34Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756306#M11793</link>
      <description>Traceback indeed does not depend on debug info.&lt;BR /&gt;&lt;BR /&gt;What happens if you run the program from a terminal window rather than a script?</description>
      <pubDate>Sat, 11 Jun 2011 15:52:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756306#M11793</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-06-11T15:52:05Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756307#M11794</link>
      <description>it just lists "Floating point exception".&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2011 22:25:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756307#M11794</guid>
      <dc:creator>dajum</dc:creator>
      <dc:date>2011-06-13T22:25:10Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756308#M11795</link>
      <description>Interesting. Here's what I get:&lt;BR /&gt;&lt;BR /&gt;[sblionel@f90srv17 ~/project]$ ifort -traceback -fpe0 t.f90 &lt;BR /&gt;[sblionel@f90srv17 ~/project]$ ./a.out&lt;BR /&gt;0&lt;BR /&gt;forrtl: error (73): floating divide by zero&lt;BR /&gt;Image PC Routine Line Source &lt;BR /&gt;a.out 08049DB0 MAIN__ 3 t.f90&lt;BR /&gt;a.out 08049D14 Unknown Unknown Unknown&lt;BR /&gt;libc.so.6 005F4E9C Unknown Unknown Unknown&lt;BR /&gt;a.out 08049C01 Unknown Unknown Unknown&lt;BR /&gt;Abort&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2011 22:53:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756308#M11795</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-06-13T22:53:59Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756309#M11796</link>
      <description>I can do trivial examples and they all work fine too. But a nice complex mixed-language program fails, hard to know why. Boiling it down to sample I can send in is always a huge effort. It is probably related to my questions on IO.</description>
      <pubDate>Tue, 14 Jun 2011 17:32:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756309#M11796</guid>
      <dc:creator>dajum</dc:creator>
      <dc:date>2011-06-14T17:32:19Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756310#M11797</link>
      <description>I hit different execption in another model. It did give a traceback, so it appear it will work for some issues.&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;forrtl: Bad address&lt;/P&gt;&lt;P&gt;forrtl: severe (39): error during read, unit 16, file /home/tmp/dajum20179/CNTDAT&lt;/P&gt;&lt;P&gt;Image PC Routine Line Source &lt;/P&gt;&lt;P&gt;astap 0000000000838BBA Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap 0000000000837735 Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap 00000000007F6CC6 Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap 00000000007A4F85 Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap 00000000007A4741 Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap 00000000007C34F7 Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap 00000000007C1AB7 Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap 000000000059CE6C rdcntr_ 75 rdcntr.f&lt;/P&gt;&lt;P&gt;astap 000000000041B1D9 readin_ 67 readin.f&lt;/P&gt;&lt;P&gt;astap 0000000000409995 MAIN__ 925 astap.F&lt;/P&gt;&lt;P&gt;astap 000000000040971C Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;libc.so.6 0000003E4F81D994 Unknown Unknown Unknown&lt;/P&gt;&lt;P&gt;astap 0000000000409629 Unknown Unknown Unknown&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2011 19:16:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756310#M11797</guid>
      <dc:creator>dajum</dc:creator>
      <dc:date>2011-06-14T19:16:28Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756311#M11798</link>
      <description>Are you sure that the exception is happening in Fortran code? If you can come up with a smaller test case, that would be great.</description>
      <pubDate>Tue, 14 Jun 2011 19:24:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756311#M11798</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-06-14T19:24:57Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756312#M11799</link>
      <description>Yes it is in fortran. The line is b = 10/a where a=0.0&lt;BR /&gt;&lt;BR /&gt;It is also very interesting to note that a line further down with seems to compile without error or warning is&lt;BR /&gt;a = b +++ c&lt;BR /&gt;&lt;BR /&gt;and is just treated as a = b+c&lt;BR /&gt;&lt;BR /&gt;Must be treating it as multiple uniary operators.</description>
      <pubDate>Tue, 14 Jun 2011 19:37:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756312#M11799</guid>
      <dc:creator>dajum</dc:creator>
      <dc:date>2011-06-14T19:37:43Z</dc:date>
    </item>
    <item>
      <title>traceback</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756313#M11800</link>
      <description>Yes, we support that as an extension.</description>
      <pubDate>Tue, 14 Jun 2011 21:09:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/traceback/m-p/756313#M11800</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2011-06-14T21:09:02Z</dc:date>
    </item>
  </channel>
</rss>

