Guardian Procedure Calls Reference Manual

Table 35 Summary of Process Creation Errors (continued)
Descriptionerror
Unable to lock the main stack of a native IOP. (This error is returned only to privileged
callers.)
32
Security inheritance failure.33
Internal process creation error; error-detail is an internal code that localizes the
error.
35
Child's PFS error; error-detail contains a file-system error number.
1
36
Unable to allocate global data for the process. If error-detail is nonzero, it
indicates:
37
Insufficient swap space available from KMSF1
Address range unavailable2
Process memory-segment limit exceeded3
Unable to lock IOP global data for the process. (This error is returned only to privileged
callers.)
38
The main stack maximum value, specified either by the procedure call or by the object
file, is too large.
40
The heap maximum value, specified either by the procedure call or by the object file,
is too large.
41
The space guarantee value, specified either by the procedure call or by the object
file, is too large.
42
The process creation request specifies two files that contain the same shared run-time
library (SRL) names; error-detail contains the numbers
2
of the duplicate SRLs in
the form xxyy (where xx is the first SRL and yy is the duplicate SRL).
43
Unable to find a shared run-time library (SRL) specified by the program file;
error-detail contains the SRL number
2
that could not be found.
44
Unable to find a shared run-time library (SRL) specified by another SRL;
error-detail contains the SRL numbers
2
in the form xxyy (where xx is the SRL
that specifies the yy SRL).
45
The process creation request specifies too many shared run-time libraries (SRLs);
error-detail contains the maximum number of SRLs that can be used.
46
The program file requires fixups to a shared run-time library (SRL) but the program
file is currently running; error-detail contains the SRL number
2
of the unavailable
SRL.
47
A shared run-time library (SRL) requires fixups to another SRL; error-detail contains
the SRL numbers
2
of the two SRLs in the form xxyy (where xx is the SRL that requires
the fixup to the yy SRL).
48
Security violation. The program file is not licensed but a shared run-time library (SRL)
containing instance data is licensed; error-detail contains the licensed SRL
number.
2
49
Security violation. Either the program file or shared run-time library (SRL) is licensed
but a shared run-time library (SRL) is not licensed; error-detail contains the
unlicensed SRL number.
2
50
The program file requires a symbol from a shared run-time library (SRL) but the SRL
is not exporting it; error-detail contains the SRL number
2
that does not export
51
the required symbol. The program file specifies the shared run-time library (SRL) in
its SRLINFO table.
The specified version, Z^VERSION, of the ZSYS^DDL^PLAUNCH^PARMS structure
is not supported (PROCESS_LAUNCH_ only).
52
1064 Guardian Procedure Calls (P)