Home » Personal collection » Acorn hard disk » risc_os_3_resources » Resources » Clib/Messages
Clib/Messages
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Personal collection » Acorn hard disk » risc_os_3_resources » Resources |
Filename: | Clib/Messages |
Read OK: | ✔ |
File size: | 07F8 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
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 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 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()
00000000 43 30 31 3a 4e 6f 74 20 65 6e 6f 75 67 68 20 6d |C01:Not enough m| 00000010 65 6d 6f 72 79 20 66 6f 72 20 43 20 6c 69 62 72 |emory for C libr| 00000020 61 72 79 0a 43 30 32 3a 55 6e 6b 6e 6f 77 6e 20 |ary.C02:Unknown | 00000030 6c 69 62 72 61 72 79 20 63 68 75 6e 6b 0a 43 30 |library chunk.C0| 00000040 34 3a 53 74 61 74 69 63 20 64 61 74 61 20 73 69 |4:Static data si| 00000050 7a 65 20 69 6e 20 6c 69 62 72 61 72 79 20 61 6e |ze in library an| 00000060 64 20 73 74 75 62 20 64 69 73 61 67 72 65 65 0a |d stub disagree.| 00000070 43 30 35 3a 53 74 61 74 69 63 20 64 61 74 61 20 |C05:Static data | 00000080 6f 66 66 73 65 74 20 6e 6f 74 20 74 68 65 20 73 |offset not the s| 00000090 61 6d 65 20 66 6f 72 20 61 6c 6c 20 6c 69 62 72 |ame for all libr| 000000a0 61 72 79 20 63 68 75 6e 6b 73 0a 43 30 36 3a 44 |ary chunks.C06:D| 000000b0 69 76 69 64 65 20 62 79 20 7a 65 72 6f 0a 43 30 |ivide by zero.C0| 000000c0 37 3a 49 6c 6c 65 67 61 6c 20 72 65 61 64 0a 43 |7:Illegal read.C| 000000d0 30 38 3a 49 6c 6c 65 67 61 6c 20 77 72 69 74 65 |08:Illegal write| 000000e0 0a 43 31 30 3a 2c 20 28 68 65 61 70 20 6f 76 65 |.C10:, (heap ove| 000000f0 72 77 72 69 74 74 65 6e 29 0a 43 31 31 3a 4f 76 |rwritten).C11:Ov| 00000100 65 72 2d 6c 61 72 67 65 20 6f 72 20 2d 76 65 20 |er-large or -ve | 00000110 73 69 7a 65 20 72 65 71 75 65 73 74 0a 43 31 32 |size request.C12| 00000120 3a 4e 6f 74 20 65 6e 6f 75 67 68 20 6d 65 6d 6f |:Not enough memo| 00000130 72 79 2c 20 6d 61 6c 6c 6f 63 20 66 61 69 6c 65 |ry, malloc faile| 00000140 64 0a 43 31 33 3a 4e 6f 74 20 65 6e 6f 75 67 68 |d.C13:Not enough| 00000150 20 6d 65 6d 6f 72 79 2c 20 72 65 61 6c 6c 6f 63 | memory, realloc| 00000160 20 66 61 69 6c 65 64 2c 20 28 62 61 64 20 75 73 | failed, (bad us| 00000170 65 72 20 62 6c 6f 63 6b 29 0a 43 31 34 3a 64 65 |er block).C14:de| 00000180 61 6c 6c 6f 63 61 74 65 20 6f 66 20 6f 6c 64 20 |allocate of old | 00000190 62 6c 6f 63 6b 20 69 6e 20 72 65 61 6c 6c 6f 63 |block in realloc| 000001a0 20 66 61 69 6c 65 64 0a 43 31 35 3a 66 72 65 65 | failed.C15:free| 000001b0 20 66 61 69 6c 65 64 0a 43 31 36 3a 64 65 61 6c | failed.C16:deal| 000001c0 6c 6f 63 61 74 65 20 66 61 69 6c 65 64 0a 43 31 |locate failed.C1| 000001d0 37 3a 4e 6f 74 20 65 6e 6f 75 67 68 20 6d 65 6d |7:Not enough mem| 000001e0 6f 72 79 20 66 6f 72 20 49 2f 4f 20 62 75 66 66 |ory for I/O buff| 000001f0 65 72 20 6f 72 20 74 68 65 20 6c 69 6b 65 0a 43 |er or the like.C| 00000200 31 38 3a 63 6f 61 6c 65 73 63 65 20 66 61 69 6c |18:coalesce fail| 00000210 65 64 0a 43 31 39 3a 63 61 6e 27 74 20 6f 70 65 |ed.C19:can't ope| 00000220 6e 20 25 73 20 66 6f 72 20 49 2f 4f 20 72 65 64 |n %s for I/O red| 00000230 69 72 65 63 74 69 6f 6e 0a 43 32 30 3a 6d 69 73 |irection.C20:mis| 00000240 73 69 6e 67 20 64 6f 75 62 6c 65 20 71 75 6f 74 |sing double quot| 00000250 65 73 0a 43 32 31 3a 75 6e 73 75 70 70 6f 72 74 |es.C21:unsupport| 00000260 65 64 20 6f 72 20 69 6c 6c 65 67 61 6c 20 49 2f |ed or illegal I/| 00000270 4f 20 72 65 64 69 72 65 63 74 69 6f 6e 0a 43 32 |O redirection.C2| 00000280 32 3a 25 78 20 69 6e 20 0a 43 32 33 3a 28 61 64 |2:%x in .C23:(ad| 00000290 64 72 65 73 73 20 25 70 29 0a 43 32 34 3a 50 6f |dress %p).C24:Po| 000002a0 73 74 6d 6f 72 74 65 6d 20 72 65 71 75 65 73 74 |stmortem request| 000002b0 65 64 0a 43 32 35 3a 20 20 41 72 67 25 64 3a 20 |ed.C25: Arg%d: | 000002c0 25 23 2e 38 78 20 25 64 0a 43 32 36 3a 73 68 61 |%#.8x %d.C26:sha| 000002d0 72 65 64 20 6c 69 62 72 61 72 79 20 66 75 6e 63 |red library func| 000002e0 74 69 6f 6e 0a 43 32 37 3a 61 6e 6f 6e 79 6d 6f |tion.C27:anonymo| 000002f0 75 73 20 66 75 6e 63 74 69 6f 6e 0a 43 32 38 3a |us function.C28:| 00000300 66 75 6e 63 74 69 6f 6e 20 25 73 0a 43 32 39 3a |function %s.C29:| 00000310 75 6e 6b 6e 6f 77 6e 20 70 72 6f 63 65 64 75 72 |unknown procedur| 00000320 65 0a 43 33 30 3a 25 73 20 70 72 6f 63 65 64 75 |e.C30:%s procedu| 00000330 72 65 20 25 73 0a 43 33 31 3a 61 6e 6f 6e 79 6d |re %s.C31:anonym| 00000340 6f 75 73 20 25 73 20 70 72 6f 63 65 64 75 72 65 |ous %s procedure| 00000350 0a 43 33 32 3a 73 74 61 63 6b 20 6f 76 65 72 77 |.C32:stack overw| 00000360 72 69 74 74 65 6e 0a 43 33 33 3a 2a 2a 2a 20 75 |ritten.C33:*** u| 00000370 6e 72 65 63 6f 76 65 72 61 62 6c 65 20 65 72 72 |nrecoverable err| 00000380 6f 72 20 69 6e 20 72 75 6e 20 74 69 6d 65 20 73 |or in run time s| 00000390 79 73 74 65 6d 3a 20 0a 43 33 34 3a 2a 2a 2a 20 |ystem: .C34:*** | 000003a0 61 73 73 65 72 74 69 6f 6e 20 66 61 69 6c 65 64 |assertion failed| 000003b0 3a 20 25 73 2c 20 66 69 6c 65 20 25 73 2c 20 6c |: %s, file %s, l| 000003c0 69 6e 65 20 25 64 0a 43 33 35 3a 4e 6f 20 65 72 |ine %d.C35:No er| 000003d0 72 6f 72 20 28 65 72 72 6e 6f 20 3d 20 30 29 0a |ror (errno = 0).| 000003e0 43 33 36 3a 45 44 4f 4d 20 2d 20 66 75 6e 63 74 |C36:EDOM - funct| 000003f0 69 6f 6e 20 61 72 67 75 6d 65 6e 74 20 6f 75 74 |ion argument out| 00000400 20 6f 66 20 72 61 6e 67 65 0a 43 33 37 3a 45 52 | of range.C37:ER| 00000410 41 4e 47 45 20 2d 20 66 75 6e 63 74 69 6f 6e 20 |ANGE - function | 00000420 72 65 73 75 6c 74 20 6e 6f 74 20 72 65 70 72 65 |result not repre| 00000430 73 65 6e 74 61 62 6c 65 0a 43 33 38 3a 45 72 72 |sentable.C38:Err| 00000440 6f 72 20 63 6f 64 65 20 28 65 72 72 6e 6f 29 20 |or code (errno) | 00000450 25 64 20 68 61 73 20 6e 6f 20 61 73 73 6f 63 69 |%d has no associ| 00000460 61 74 65 64 20 6d 65 73 73 61 67 65 0a 43 33 39 |ated message.C39| 00000470 3a 55 6e 65 78 70 65 63 74 65 64 20 74 65 72 6d |:Unexpected term| 00000480 69 6e 61 74 69 6f 6e 20 28 65 2e 67 2e 20 61 62 |ination (e.g. ab| 00000490 6f 72 74 28 29 20 66 75 6e 63 74 69 6f 6e 29 0a |ort() function).| 000004a0 43 34 30 3a 49 6c 6c 65 67 61 6c 20 69 6e 73 74 |C40:Illegal inst| 000004b0 72 75 63 74 69 6f 6e 20 28 63 61 6c 6c 20 74 6f |ruction (call to| 000004c0 20 6e 6f 6e 2d 66 75 6e 63 74 69 6f 6e 2f 63 6f | non-function/co| 000004d0 64 65 20 6f 76 65 72 77 72 69 74 74 65 6e 29 0a |de overwritten).| 000004e0 43 34 31 3a 49 6e 74 65 72 72 75 70 74 20 72 65 |C41:Interrupt re| 000004f0 63 65 69 76 65 64 20 66 72 6f 6d 20 75 73 65 72 |ceived from user| 00000500 20 2d 20 70 72 6f 67 72 61 6d 20 74 65 72 6d 69 | - program termi| 00000510 6e 61 74 65 64 0a 43 34 32 3a 49 6c 6c 65 67 61 |nated.C42:Illega| 00000520 6c 20 61 64 64 72 65 73 73 20 28 65 2e 67 2e 20 |l address (e.g. | 00000530 77 69 6c 64 6c 79 20 6f 75 74 73 69 64 65 20 61 |wildly outside a| 00000540 72 72 61 79 20 62 6f 75 6e 64 73 29 0a 43 34 33 |rray bounds).C43| 00000550 3a 54 65 72 6d 69 6e 61 74 69 6f 6e 20 72 65 71 |:Termination req| 00000560 75 65 73 74 20 72 65 63 65 69 76 65 64 0a 43 34 |uest received.C4| 00000570 34 3a 55 6e 6b 6e 6f 77 6e 20 73 69 67 6e 61 6c |4:Unknown signal| 00000580 20 6e 75 6d 62 65 72 20 25 64 0a 43 34 35 3a 4e | number %d.C45:N| 00000590 6f 74 20 65 6e 6f 75 67 68 20 6d 65 6d 6f 72 79 |ot enough memory| 000005a0 2c 20 73 74 61 63 6b 20 6f 76 65 72 66 6c 6f 77 |, stack overflow| 000005b0 0a 43 34 36 3a 43 6f 75 6c 64 6e 27 74 20 77 72 |.C46:Couldn't wr| 000005c0 69 74 65 20 25 73 0a 43 34 37 3a 43 6f 75 6c 64 |ite %s.C47:Could| 000005d0 6e 27 74 20 72 65 61 64 20 25 73 0a 43 34 38 3a |n't read %s.C48:| 000005e0 4e 6f 20 76 65 6e 65 65 72 0a 43 34 39 3a 45 78 |No veneer.C49:Ex| 000005f0 69 74 20 63 61 6c 6c 65 64 0a 43 35 30 3a 52 65 |it called.C50:Re| 00000600 74 75 72 6e 20 63 6f 64 65 20 74 6f 6f 20 6c 61 |turn code too la| 00000610 72 67 65 0a 43 35 31 3a 4e 6f 20 6d 61 69 6e 20 |rge.C51:No main | 00000620 70 72 6f 67 72 61 6d 0a 43 35 33 3a 41 64 64 72 |program.C53:Addr| 00000630 65 73 73 20 45 78 63 65 70 74 69 6f 6e 0a 43 35 |ess Exception.C5| 00000640 34 3a 49 6c 6c 65 67 61 6c 20 49 6e 73 74 72 75 |4:Illegal Instru| 00000650 63 74 69 6f 6e 0a 43 35 35 3a 49 6e 74 65 72 6e |ction.C55:Intern| 00000660 61 6c 20 65 72 72 6f 72 2c 20 6e 6f 20 73 74 61 |al error, no sta| 00000670 63 6b 20 66 6f 72 20 74 72 61 70 20 68 61 6e 64 |ck for trap hand| 00000680 6c 65 72 3a 20 25 30 2c 20 70 63 20 3d 20 25 31 |ler: %0, pc = %1| 00000690 3a 20 72 65 67 69 73 74 65 72 73 20 61 74 20 25 |: registers at %| 000006a0 32 0a 43 35 37 3a 55 6e 63 61 75 67 68 74 20 74 |2.C57:Uncaught t| 000006b0 72 61 70 3a 20 25 30 2c 20 70 63 20 3d 20 25 31 |rap: %0, pc = %1| 000006c0 3a 20 72 65 67 69 73 74 65 72 73 20 61 74 20 25 |: registers at %| 000006d0 32 0a 43 35 38 3a 49 6e 74 65 72 6e 61 6c 20 65 |2.C58:Internal e| 000006e0 72 72 6f 72 2c 20 74 72 61 70 20 77 68 69 6c 65 |rror, trap while| 000006f0 20 69 6e 20 74 72 61 70 20 68 61 6e 64 6c 65 72 | in trap handler| 00000700 3a 20 25 30 2c 20 70 63 20 3d 20 25 31 3a 20 72 |: %0, pc = %1: r| 00000710 65 67 69 73 74 65 72 73 20 61 74 20 25 32 0a 43 |egisters at %2.C| 00000720 36 30 3a 50 72 65 66 65 74 63 68 20 41 62 6f 72 |60:Prefetch Abor| 00000730 74 0a 43 36 31 3a 44 61 74 61 20 41 62 6f 72 74 |t.C61:Data Abort| 00000740 0a 43 36 32 3a 53 68 61 72 65 64 20 43 20 6c 69 |.C62:Shared C li| 00000750 62 72 61 72 79 20 6e 6f 74 20 6c 6f 61 64 65 64 |brary not loaded| 00000760 0a 43 36 33 3a 53 68 61 72 65 64 20 43 20 6c 69 |.C63:Shared C li| 00000770 62 72 61 72 79 20 69 73 20 6f 75 74 20 6f 66 20 |brary is out of | 00000780 64 61 74 65 0a 43 36 34 3a 4e 6f 74 20 65 6e 6f |date.C64:Not eno| 00000790 75 67 68 20 6d 65 6d 6f 72 79 2c 20 61 6c 6c 6f |ugh memory, allo| 000007a0 63 61 74 65 20 66 61 69 6c 65 64 0a 43 36 35 3a |cate failed.C65:| 000007b0 50 6f 73 74 6d 6f 72 74 65 6d 0a 43 36 36 3a 45 |Postmortem.C66:E| 000007c0 53 49 47 4e 55 4d 20 2d 20 69 6e 63 6f 72 72 65 |SIGNUM - incorre| 000007d0 63 74 20 73 69 67 6e 61 6c 20 6e 75 6d 62 65 72 |ct signal number| 000007e0 20 74 6f 20 73 69 67 6e 61 6c 28 29 20 6f 72 20 | to signal() or | 000007f0 72 61 69 73 65 28 29 0a |raise().| 000007f8