- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm running visual fortran and have an error when I run in Release mode. When I run in debug mode, the code is fine. When I run in relsease mode, I am getting errors about access violation or exceeding array bounds (even though there is no problem).
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Your question is very general...
I think that you use an array where the array argument is not initialized properly.
When you know where your access violation happens, you can use write(9,*) variablesto create the file fort.9 and "debug" your code. Its not elegant, but it helps.

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