- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What version are you using? Some older versions had that behavior. I think 10.1 and later break.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page