⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prolog.err

📁 利用人工智能程序设计语言prolog编程实现的公式计算软件源代码。
💻 ERR
📖 第 1 页 / 共 3 页
字号:
----------- RUNTIME ERRORS
#
1000 Program error! Check source code at reported position
#
1001 Gstack overflow. Not enough memory or an endless loop
#
1002 Heap overflow. Not enough memory or an endless loop
#
1003 Requested block is too big (max 0xFFF0 bytes)
#
1004 Mismatch between freed blocks size and internal record
#
1005 Attempt to release already released block
#
1006 Heap signature overwritten
#
1007 Term too big
#
1008 Memory initialization failure
This indicates severe shortage of memory.
The program is unable to start execution.
#
1009 General protection fault (access violation)
#
1010 Stack overflow
#
1020 Trail overflow. Use trail=size to get more space
#
1024 Object doesn't exist
#
1030 Arithmetic overflow in real operation
#
1031 Arithmetic overflow
#
1032 Division by zero
#
1033 Invalid value for real operation or function
#
1034 Non floating-point format data (NaN or unsupported format)
#
1040 Free variables are not allowed here
#
1041 Attempt to assert a second instance of a fact declared as determ
#
1045 Index too big
#
1046 Size bigger than 64K in makebinarry on 16bit platform
#
1047 Invalid term (spoiled memory)
#
1048 Command line is too long
#
1050 Program was terminated via exception, code =
#
1051 Internal error
#
1052 Earlier timemark value is greater then the later one
#
--------------- Data compression predicates
#
1081 Invalid input block for compressBinary or expandBinary
#
1082 Invalid compress format (binary probably not from compressBinary)
#
1083 Internal decode errors (binary probably corrupted)
#
------------ IO & OS errors
#
1101 Attempt to open an already open file
#
1102 Attempt to assign input device to a file that is not in readmode
#
1103 Attempt to assign output device to a file that is not in writemode
#
1104 The file isn't open
#
1105 Illegal mode in filemode predicate, should be 0 or 1
#
1106 Invalid operation on device
#
1107 eof can only be used during readmode
#
1108 Illegal device or path
#
1109 Wrong number of arguments in the format string
#
1110 File too big, or not enough memory for file
#
1111 Wrong number of bytes read from file
#
1112 Not able to write correct number of bytes to file
#
1113 Invalid arguments to the 'date'-predicate
#
1114 Invalid arguments to the 'time'-predicate
#
1115 'unreadchar' failed because of full buffer (max 128 characters)
#
1116 Failure in 'system' call
#
1117 Error executing external program
#
1133 Incorrect operating system version
#
1134 Invalid path
#
1135 Filename too long
#
1136 Unknown ticks (from UNIX sleep.c)
#
1137 No newline found in IO_getln
#
1138 initsyspath not called (only for UNIX)
#
1139 Error calling lp (UNIX)
#
1140 Formatted result too large in writef or format
#
----------------------- SCR & WD Error's
#
1201 The arguments in 'makewindow' are illegal
#
1202 The cursor values are illegal
#
1203 The window referred to does not exist
#
1205 Maximum number of windows exceeded
#
1206 The arguments in 'resizewindow' are illegal
#
1207 Scroll predicate is not supported in graphic
#
1208 Not possible to set indicated textmode
#
1209 Operation not possible on system windows
#
1210 Illegal operation on a system window
#
1211 The window is compressed
#
1212 The window is expanded
#
1213 Bad framestring: not 6 chars in framestring
#
1214 Screen setup failed
#
1215 Read/write attempt without message window
#
-------------------------- DB Error's
#
1301 Overflow in Expanded Memory System
#
1302 The database is already open
#
1303 Invalid database filename
#
1304 The database isn't open
#
1305 The B+Tree isn't open
#
1306 The B+Tree already exists
#
1308 The database name already exists in the specified location
#
1309 Error reopening the database during flush operation
#
1310 Invalid Order value; it must be between 1 and 255
#
1311 Invalid Key length
#
1313 Type conflict. The term in the database doesn't correspond with the domain
#
1314 Unable to create the indicated database
#
1315 Unable to open the indicated database in the given place
#
1316 No EMS installed
#
1317 Database marked as invalid
#
1318 Unable to delete database in the indicated place
#
1319 Invalid database reference number
#
1320 The chain does not exist in the database
#
1321 The named B+Tree does not exist in the database
#
1322 Invalid B+Tree selector for the given database
#
1323 Cannot delete an open index. (Close it first)
#
1324 Key and ref not found in B+tree during key_delete
#
1325 Term too big for conversion
#
1326 Incorrect database system version
#
1327 Not inside transaction
#
1328 Write transaction is not allowed when file opened in read-only mode
#
1330 Begintransaction made twice without endtransaction
#
1331 Update of the database is not allowed in read-only mode
#
1332 Timeout in begintransaction
#
1333 KEY does already exist, and duplicates are not allowed in selected B+Tree
#
1334 Wrong chain or inconsistency in database found in TERM_DELETE
#
1335 Only one database can be in_ems when using DB_LOADEMS/DB_SAVEEMS
#
-------------------------- Term Reader
#
1401 Integer expected (during term reading or converting)
#
1402 Real number expected (during term reading or converting)
#
1403 Double quote expected (during term reading or converting)
#
1404 Single quote expected (during term reading or converting)
#
1405 List start expected (during term reading or converting)
#
1406 End of list expected (during term reading or converting)
#
1407 Functor not found in domain (during term reading or converting)
#
1408 '(' expected (during term reading or converting)
#
1409 ',' or ')' expected (during term reading or converting)
#
1410 '$' expected (during term reading or converting)
#
1411 Database reference number expected
#
-------------------------- Editor
#
1501 Editor text buffer full
#
1502 Too many objects for editor
#
-------------------------- String handling
#
1601 String index error
#
1602 Result string cannot be bigger than 64K
#
-------------------------- BGI
#
1701 BGI graphics not installed
#
1702 Graphics hardware not detected
#
1703 Device driver file not found
#
1704 Invalid device driver file
#
1705 Not enough memory to load driver
#
1706 Out of memory in scan fill
#
1707 Out of memory in flood fill
#
1708 Font file not found
#
1709 Not enough memory to load font
#
1710 Invalid graphics mode for selected driver
#
1711 Graphics error
#
1712 Graphics I/O error
#
1713 Invalid font file
#
1714 Invalid font number
#
1715 Invalid device number
#
1750 Wrong list length in setfillpattern
#
-------------------------- Message
#
1801 Message queue memory allocation failure
#
1802 The pipe is closed
#
1803 The pipe is broken
#
1804 Cannot open pipe
#
1805 Invalid pipe name
#
1806 The pipe is not opened
#
-------------------------- Directory browser
#
1901 Too many files
#
-------------------------- Configuration loading
#
2001 Bad configuration file
#
2002 Error reading Configuration file
#
-------------------------- Offset for signal
#
2200 Invalid offset for signal
#
--------------------------Errors for CHKDOMS utility
#
2401 CHKDOMS.EXE fatal error
#
2402 Invalid parameters in command line:
#
2403 Out of memory for inner data
#
2404 Invalid response file, its contents was ignored
#
2405 Invalid or unsupported format of object file
#
2406 Suspiciously few parameters
#
2407 Object file wasn't created by PDC Prolog V 4.0
#
2408 Domain not found in module
#
2409 Domains sequence is different in module
#
2410 Domain differs from one in module
#
2411 Extra domain in module
#
2412 This file just contains the symbol table
#
2413 Too long line was met in the response file, it's tail is ignored
#
-------------------------- UNIX errors
#
5001 Not privileged
#
5002 No such file or directory
#
5003 No such process
#
5004 Interrupted system call
#
5005 I/O error
#
5006 No such device or address
#
5007 Arg list too long
#
5008 Exec format error
#
5009 Bad file number
#
5010 No child processes
#
5011 Resource temporarily unavailable
#
5012 Not enough space
#
5013 Permission denied
#
5014 Bad address
#
5015 Block device required
#
5016 Device busy
#
5017 File exists
#
5018 Cross-device link
#
5019 No such device
#
5020 Not a directory
#
5021 Is a directory
#
5022 Invalid argument
#
5023 File table overflow
#
5024 Too many open files
#
5025 Not a typewriter
#
5026 Text file busy
#
5027 File too large
#
5028 No space left on device
#
5029 Illegal seek
#
5030 Read-only file system
#
5031 Too many links
#
5032 Broken pipe
#
5033 Math argument out of domain func
#
5034 Math result not representable
#
5035 No message of desired type
#
5036 Identifier removed
#
5037 Channel number out of range
#
5038 Level 2 not synchronized
#
5039 Level 3 halted
#
5040 Level 3 reset
#
5041 Link number out of range
#
5042 Protocol driver not attached
#
5043 No CSI structure available
#
5044 Level 2 halted
#
5045 Deadlock condition
#
5046 No record locks available
#
5060 Device not a stream
#
5061 No data available
#
5062 Timer expired
#
5063 Out of stream resources
#
5064 Machine is not on the network
#
5065 Package not installed
#
5066 Object is remote
#
5067 Link has been severed
#
5068 Advertise error
#
5069 Srmount error
#
5070 Communication error on send
#
5071 Protocol error
#
5074 Multihop attempted
#
5075 Inode is remote (not really error)
#
5076 Error 76
#
5077 Not a data message
#
5078 Filename too long
#
5079 Value too large for defined data type
#
5080 Name not unique on network
#
5081 File descriptor in bad state
#
5082 Remote address changed
#
5083 Can not access a needed shared library
#
5084 Accessing a corrupted shared library
#
5085 .lib section in a.out corrupted
#
5086 Attempting to link in more shared library directly
#
5087 Can not exec a shared library directly
#
5088 Illegal byte sequence
#
5089 Function not implemented
#
5090 Operation would block
#
5091 Operation now in progress
#
5092 Operation already in progress
#
5093 Socket operation on non-socket
#
5094 Destination address required
#
5095 Message too long
#
5096 Protocol wrong type for socket
#
5097 Protocol not supported
#
5098 Socket type not supported
#
5099 Operation not supported on transport endpoint
#
5100 Protocol family not supported
#
5111 Transport endpoint is not connected
#
5112 Cannot send after transport endpoint shutdown
#
5113 Too many references: cannot splice

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -