Messages 2.31 KB
Newer Older
Neil Turton's avatar
Neil Turton committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
#{DictTokens}
C01:Not enough memory for C library
C02:Unknown library chunk
C04:Static data size in library and stub disagree
C05:Static data offset not the same for all library chunks
C06:Divide by zero
C07:Illegal read
C08:Illegal write

#{Default}
C10:, (heap overwritten)
C11:Over-large or -ve size request
C12:Not enough memory, malloc failed
C13:Not enough memory, realloc failed, (bad user block)
C14:deallocate of old block in realloc failed
C15:free failed
C16:deallocate failed
C17:Not enough memory for I/O buffer or the like
C18:coalesce failed
C19:can't open %s for I/O redirection
C20:missing double quotes
C21:unsupported or illegal I/O redirection
C22:%x in 
C23:(address %p)
C24:Postmortem requested
C25:  Arg%d: %#.8x %d
C26:shared library function
C27:anonymous function
C28:function %s
C29:unknown procedure
C30:%s procedure %s
C31:anonymous %s procedure
C32:stack overwritten
C33:*** unrecoverable error in run time system: 
C34:*** assertion failed: %s, file %s, line %d
C35:No error (errno = 0)
C36:EDOM - function argument out of range
C37:ERANGE - function result not representable
C38:Error code (errno) %d has no associated message
C39:Unexpected termination (e.g. abort() function)
C40:Illegal instruction (call to non-function/code overwritten)
C41:Interrupt received from user - program terminated
C42:Illegal address (e.g. wildly outside array bounds)
C43:Termination request received
C44:Unknown signal number %d
C45:Not enough memory, stack overflow
C46:Couldn't write %s
C47:Couldn't read %s

#{DictTokens}
C48:No veneer
C49:Exit called
C50:Return code too large
C51:No main program
C53:Address Exception
C54:Illegal Instruction
C55:Internal error, no stack for trap handler: %0, pc = %1: registers at %2
C57:Uncaught trap: %0, pc = %1: registers at %2
C58:Internal error, trap while in trap handler: %0, pc = %1: registers at %2
C60:Prefetch Abort
C61:Data Abort
C62:Shared C library not loaded
C63:Shared C library is out of date
C64:Not enough memory, allocate failed
C65:Postmortem
C66:ESIGNUM - incorrect signal number to signal() or raise()

#{Default}
C67:Stub data size = 
C68:Library data size = 
Kevin Bracey's avatar
Kevin Bracey committed
71 72
C69:unspecified error
C70:unknown error
73 74

#{DictTokens}
75 76
C71:Calling standard APCS-A no longer supported by C library
C72:Application is not 32-bit compatible
77 78 79

#{Default}
C73:*** assertion failed: %s, function %s, file %s, line %d