Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Can not see source code when getting run-time error

tung_nguyen
Beginner
523 Views

Hi,

I got an pop-up window with "Visual Fortran run-time error" when my application had an "out of bound" run-time error but the information I got from it does not provide the source code information (I only got the image name and PC but don't have the routine name, line number, etc). Note that I am able to see source code when my application had a floating point exception (fpe)when attached it to Visual Studio.

Thanks in advance for any help,

Tung.

0 Kudos
3 Replies
Steven_L_Intel1
Employee
523 Views

If you get this error in Visual Studio, does it break and show you the source line? If you built a Release configuration, you will also need to enable the Traceback feature (/traceback).

0 Kudos
tung_nguyen
Beginner
523 Views

If you get this error in Visual Studio, does it break and show you the source line? If you built a Release configuration, you will also need to enable the Traceback feature (/traceback).

It does not break and show the source line when I have an exception which is out of bounds checked during run-time but it does break and show the source line when I have an floating point exception. I'm running my application built in "Debug".

0 Kudos
Steven_L_Intel1
Employee
523 Views

What version are you using? Some older versions had that behavior. I think 10.1 and later break.

0 Kudos
Reply