simon21 发表于 2005-7-5 16:15

Visual Fortran 常见运行错误信息

<FONT color=#555555>41 Insufficient virtual memory 虚拟内存不足 <BR>70 Integer overflow 整数溢出错误 <BR>71 Integer divide by zero 整数除0错误 <BR>72 Floating overflow 浮点数溢出错误 <BR>73 Floating divide by zero 浮点数除0错误 <BR>74 Floating underflow 浮点数下溢错误 <BR>75 Floating point exception 浮点数异常错误 <BR>77 Subscript out of range 数组定义超出边界 <BR>95 Floating-point conversion failed 浮点数格式转换失败 <BR>146 Null pointer error 空指针错误 <BR>147 Stack overflow 堆栈溢出 <BR>148 String length error 字符串长度超出允许范围 <BR>149 Substring error 数组下标超出允许范围 <BR>150 Range error 整数值超出允许范围 <BR>151 Allocatable array is already allocated 数组重复定义 <BR>161 Program Exception - array bounds exceeded 引用数组下标超出允许范围 <BR>162 Program Exception - denormal floating-point operand 非法浮点数操作符 <BR>163 Program Exception - floating stack check 浮点数堆栈检查 <BR>164 Program Exception - integer divide by zero 整数除0错误 <BR>165 Program Exception - integer overflow 整数溢出 <BR>166 Program Exception - privileged instruction 非法执行特权指令 <BR>168 Program Exception - illegal instruction 非法指令 <BR>170 Program Exception - stack overflow 堆栈溢出 <BR>540 Array or substring subscript expression out of range 数组下标低下数组定义<BR>下界或高于数组定义上界 <BR>541 CHARACTER substring expression out of range 字符串非法表示 <BR>542 Label not found in assigned GOTO list 不属于GOTO语句引用的标号 <BR>543 INTEGER arithmetic overflow 整数运算结果出现溢出 <BR>544 INTEGER overflow on input 输入的整数值超出允许范围 <BR>545 Invalid INTEGER 非法整数值 <BR>546 REAL indefinite (uninitialized or previous error) 产生非法实数 <BR>547 Invalid REAL 非法实数 <BR>548 REAL math overflow 实数值溢出 <BR>549 No matching CASE found for SELECT CASE select case语句中缺少case项 <BR>550 INTEGER assignment overflow 整数定义超出允许范围 <BR>556 A edit descriptor expected for CHARACTER 字符型数据的格式化输入和输出需要<BR>A编辑符 <BR>557 E, F, D, or G edit descriptor expected for REAL 实数型数据的格式化输入和输<BR>出需要E,F,D,G编辑符 <BR>558 I edit descriptor expected for INTEGER 整数型数据的格式化输入和输出需要I编<BR>辑符 <BR>559 L edit descriptor expected for LOGICAL 逻辑型数据的格式化输入和输出需要L编<BR>辑符 <BR>568 Multiple radix specifiers 输入或输出语句重复说明 <BR>582 Array already allocated 数组已分配 <BR>583 Array size zero or negative 数组大小为0或负数 <BR>585 Array not allocated 没有被分配的数组 <BR>610 Invalid argument 非法参数 <BR>616 Invalid number in input 输入非法数字 <BR>617 Invalid string in input 输入非法字符串 <BR>618 Comma missing in COMPLEX input 输入的多个表达式之间缺少逗号 <BR>619 T or F expected in LOGICAL read 输入的逻辑值必须是T或F <BR>622 Illegal character in hexadecimal input 输入非法的十六进制数 <BR>637 Integer expected in format 格式语句中要求的整数 <BR>638 Initial left parenthesis expected in format 格式语句中多余的左括号 <BR>639 Positive integer expected in format 格式语句中要求用正整数 <BR>641 Integer expected preceding H, X, or P edit descriptor 在H、X、P编辑符前要<BR>求用整数 <BR>644 '.' expected in format 在D、E、F、G编辑符中w和d域之间用'.'分隔<BR>645 Unexpected end of format 格式语句没有结束 <BR>646 Unexpected character in format 格式语句中的非法字符 <BR>647 M field exceeds W field in I edit descriptor 在I编辑符中M域的值大于W域的值 <BR>648 Integer out of range in format 格式语句中的整数值超出允许范围 <BR>650 Separator expected in format 格式语句中需要分隔符 <BR>663 Out of range: substring starting position 'pos' is less than 1 子字符串的<BR>起始位置小于1 <BR>664 Out of range: substring ending position 'pos' is greater than string leng<BR>th 'len' 子字符串的终止位置大于字符串长度 <BR>672 Out of memory 内存不足 <BR>718 Cannot allocate temporary array -- out of memory 由于内存不足不能分配临时<BR>数组 <BR>727 Cannot ALLOCATE allocatable array -- out of memory 由于内存不足不能分配数组 <BR>729 DEALLOCATE failure: ALLOCATABLE array is not ALLOCATED 释放没有被分配的数组 </FONT><BR>

hyacinth 发表于 2005-7-7 08:55

<P>谢谢</P>

wangzhu 发表于 2005-7-8 10:08

<P>谢谢</P>

iwtry 发表于 2005-7-8 11:50

<P>谢谢!</P>

FSI 发表于 2005-7-8 14:42

好啊,iwtry兄

心灯 发表于 2005-7-8 17:44

<DIV class=quote><B>以下是引用<I>FSI</I>在2005-7-8 14:42:10的发言:</B><BR>好啊,iwtry兄</DIV>
<P>simwe上你的老朋友么,FSI版主?</P>

wangjiaqi4 发表于 2005-7-28 11:24

<P>太好了,谢谢楼主!</P>

mre 发表于 2006-3-27 21:42

good ,已收藏,谢谢

johhan 发表于 2006-3-29 19:42

兄弟辛苦了!!!!!

hitxu 发表于 2006-4-2 19:34

hehe~~~长知识

havvn 发表于 2006-4-14 10:55

总结的好啊!<BR>

宝子 发表于 2006-6-28 17:21

so good
页: [1]
查看完整版本: Visual Fortran 常见运行错误信息