- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using Intel Fortran 8.0, I have found some problems in my code using -CB indicating that my index is out of the array bounds.
What is the easiest way to find where this happens? It tells me what array, which array element, the value and the min or max value for that element, but it doesn't tell me where the access is.
It appears that the program is dumping a stack trace afterwards, but all information is printed as 'Unknown'. I compiled with -g and -inline_debug_info, but I still get 'Unknown' in the trace.
Thanks,
Craig
What is the easiest way to find where this happens? It tells me what array, which array element, the value and the min or max value for that element, but it doesn't tell me where the access is.
It appears that the program is dumping a stack trace afterwards, but all information is printed as 'Unknown'. I compiled with -g and -inline_debug_info, but I still get 'Unknown' in the trace.
Thanks,
Craig
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add -traceback.

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