Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

No traceback info?

Stephan
Beginner
402 Views
Hi guys,



I'm using w_fc_pc_8.0.047 (command line, IA32, single-threaded targets) and somehow I'm not getting the traceback info I hoped I would get. Maybe I'm doing something wrong?



- I'm compiling all my object files with /fpe:0 /check:all /debug:full /optimize:0 /traceback /map /c myobj.f /object:myobj.obj



- I put all objects into a library with lib.exe



- I compile my main program module with the same switches as above, and link it against the lib ("link -dump -summary" confirms that the exe has a .trace section).



- When I run my program it aborts due to an array subscript error:





forrtl: severe (408): fort: (3): Subscript #1 of the array YT has value 0 which

is less than the lower bound of 1



Image PC Routine Line Source

cademo1.exe 0079FD5B Unknown Unknown Unknown

cademo1.exe 0078285C Unknown Unknown Unknown

cademo1.exe 0078197D Unknown Unknown Unknown

cademo1.exe 00781940 Unknown Unknown Unknown

cademo1.exe 00580220 Unknown Unknown Unknown

cademo1.exe 00575293 Unknown Unknown Unknown

cademo1.exe 0054739C Unknown Unknown Unknown

cademo1.exe 0044CD1A Unknown Unknown Unknown

cademo1.exe 0043187D Unknown Unknown Unknown

cademo1.exe 00405E5B Unknown Unknown Unknown

cademo1.exe 007E10A1 Unknown Unknown Unknown

cademo1.exe 007CF1EA Unknown Unknown Unknown

KERNEL32.dll 7C598989 Unknown Unknown Unknown





What do I have to do to get useful information for the Routine, Line, and Source columns?



Thanks in advance for any pointers,



Stephan
0 Kudos
0 Replies
Reply