Operator Messages Manual

Appendix C NEWPROCESS Errors

The following table lists the error codes produced by the process control procedures NEWPROCESS and NEWPROCESSNOWAIT and provides a brief description of each code.

For a list of the PROCESS_CREATE_, PROCESS_LAUNCH_, and PROCESS_SPAWN_ procedure error codes, see Appendix D.

For information about the NEWPROCESS and NEWPROCESSNOWAIT procedures, see the Guardian Procedure Calls Reference Manual. For detailed information about NEWPROCESS errors listed in this appendix, see the Guardian Procedure Errors and Messages Manual.

A NEWPROCESS error is returned to the calling process as two 8-bit fields or, if returned by the command interpreter or other interactive program, the message is displayed on the console as a 6-digit octal number. The leftmost half of the error word, bits <0:7>, contains the NEWPROCESS error number. The rightmost half, bits <8:15>, contains either an error subcode or a file-system error number.

Table C-1 NEWPROCESS Errors

Decimal Error NumberOctal NEWPROCESS Error <0:7>Description
0%000000No error.
1%000400Undefined external or externals.
2%001000No process control block (PCB) available
3%001400 + %nnnFile-system error on program-file. File‑system error number %nnn is returned in bits <8:15>.
4%002000Unable to allocate map.
5%002400 + %nnnFile-system error on swap file. File‑system error number %nnn is returned in bits <8:15>.
6%003000 + %nnnIllegal file format. %nnn contains an error subcode that indicates the invalid file format and is described in the Guardian Procedure Errors and Messages Manual.
7%003400Unlicensed privileged program.
8%004000 + %nnnProcess name error. File‑system error number %nnn is returned in bits <8:15>.
9%004400Library conflict.
10%005000 + %nnnUnable to communicate with system monitor process. File‑system error number %nnn is returned in bits <8:15>.
11%005400 + %nnnFile-system error on library file. File‑system error number %nnn is returned in bits <8:15>.
12%006000Program file and library file are the same.
13%006400 + %nnnInvalid segment size unable to set up the page tables. File‑system error number %nnn is returned in bits <8:15>.
14%007000 + %nnnFile-system error on initial setup of the swap file. File‑system error number %nnn is returned in bits <8:15>.
15%007400 + %nnnIllegal home terminal. File‑system error number %nnn is returned in bits <8:15>.
16%010000 + %nnnI/O error on home terminal. File‑system error number %nnn is returned in bits <8:15>.
17%010400 + %nnnDEFINE context propagation error. Bits <8:15> contain a subcode that indicates the cause of the error, as described in the Guardian Procedure Errors and Messages Manual.
18%011000Object file with an illegal device subtype.
19%011400Process device subtype specified in backup process is not the same as primary's.
20%012000DSC error—bad process image file (ZZPIM)file.
21%012400DSC error—dynamic IOP error.
22%013000PFS^SIZE out of range.
23%013400Cannot create process file segment (PFS).
24%014000Unknown error.
25%014400Unable to allocate a PRIV stack for the process.
26%015000Unable to lock the PRIV stack for the process.
27%015400Unable to allocate a main stack for the process.
28%016000Unable to lock the main stack of a native I/O process that is created by COUP. This error is only returned to some privileged callers on RVUs preceding G01.
29%016400Security inheritance failure.
30%017999Unable to allocate native global.
31%017400Unable to lock native globals.
32%020000Main stack maximum value too large.
33%020400Heap maximum value too large.
34%021000Space guarantee value too large.
35%021400 + % nnnDuplicate SRL.
36%022000 + % nnnUnknown SRL specified by program.
37%022400 + % nnnUnknown SRL specified by another SRL.
38%023000 + % nnnToo many SRLs.
39%023400 + % nnnProgram file requires fixup.
40%024000 + % nnnSRL requires fixups.
41%024400 + % nnnProgram file security violation.
42%025000 + % nnnSRL security violation.
43%025400 + % nnnProgram requires symbol from SRL.
47%027400Cannot guarantee swap space.
48%030000 + % nnnMismatch on number of SRLs.
49%030400 + % nnnUndefined externals in SRL.
50%031000 + % nnnIncorrect number of SRLs in program file.
51%031400Incorrect number of SRLs in library.
52%032000SRL must be licensed.
53%032001Unable to obtain global virtual space.
54%033000Symbolic reference target/source type mismatch
119%073400Error number returned is too large.
3xx SRL has invalid file format.
5xx File-system error on shared run-time library (SRL) number xx.