- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
1 返信
