fortran常见错误代码 - 图文 联系客服

发布时间 : 星期一 文章fortran常见错误代码 - 图文更新完毕开始阅读d2773c13a21614791711284f

FOR$IOS_BRK_SSTEPBP. Break exception generated a SIGTRAP signal (described in signal(3) ). Core dump file created. Examine core dump for possible cause. severe (136): Overflow check (SIGTRAP) FOR$IOS_BRK_OVERFLOW. Break exception generated a SIGTRAP signal (described in signal(3) ). Core dump file created. 136 1 The cause is an integer overflow. Try recompiling with the -check overflow option (perhaps with the decfort_dump_flag environment variable set) or examine the core dump file to determine the source code in error. severe (137): Divide by zero check (SIGTRAP) FOR$IOS_BRK_DIVZERO. Break exception generated a SIGTRAP signal 137 1 (described in signal(3) ). Core dump file created. Examine core dump file for possible cause. severe (138): Array index out of bounds (SIGTRAP) FOR$IOS_BRK_RANGE. Break exception generated a SIGTRAP signal (described in signal(3) ). Core dump file created. The cause is an array subscript that is outside the dimensioned 138 1 boundaries of that array. Either recompile with the -check bounds option (perhaps with the decfort_dump_flag environment variable set) or examine the core dump file to determine the source code in error. severe (139): Array index out of bounds for index nn (SIGTRAP) FOR$IOS_BRK_RANGE2. Break exception generated a SIGTRAP signal (described in signal(3) ). Core dump file created. The cause is an array subscript that is outside the dimensioned 139 1 boundaries of the array index n. Either recompile with the -check bounds option (perhaps with the decfort_dump_flag environment variable set) or examine the core dump file to determine the source code in error. 140 severe (140): Floating inexact 1FOR$IOS_FLTINE. A floating-point arithmetic or conversion operation gave a result that differs from the mathematically exact result. This trap is reported if the rounded result of an IEEE operation is not exact. severe (144): reserved operand 144 1 FOR$IOS_ROPRAND. The DIGITAL Fortran RTL encountered an reserved operand. Please