Guardian Procedure Calls Reference Manual
Table 37 error-detail Codes for Process Creation Errors 12, 13, 70, 76, 84, and 3xx (continued)
Descriptionerror-detail
The file being started can run only in the Guardian environment and it is being started in the OSS
environment, or vice versa.
45
Either the TNS program or the TNS user library (but not both) expected the library to contain global
data.
46
Either the TNS program needs to import data from the TNS user library and the library is not exporting
any data, or the library needs global data space and the program is not providing it.
47
A TNS program file uses a TNS shared run-time library (SRL) and is switching to a new library, but
the program was accelerated by an old version of the Accelerator program that does not support
48
SRL data relocation at fixup time. Use a version of the Accelerator program provided with the D30.00
or later RVU of the operating system.
A TNS object file has no code space.49
The native object file is not loadable. Either it is a linkable file (such as unlinked compiler output) or
it is an incorrect type of loadable file (such as a DLL encountered with a non-PIC program).
50
The program or library file does not have a valid ELF header for execution on this NonStop operating
system. The file either is not targeted for this system, is not an ELF file, or has been corrupted.
51
An ELF file has a header specifying more than one instance of a segment that must be unique. The
file is corrupt or was not built by a valid linker.
52
An ELF file has a header specifying more than one instance of a segment that must be unique. The
file is corrupt or was not built by a valid linker.
53
The non-PIC ELF file is not loadable because it does not have a GINFO information header. An error
occurred during the linking of the file, or the file is corrupt.
54
An ELF file is lacking a required segment.55
The file specifies too many shared run-time libraries (SRLs).56
The file specifies duplicate shared run-time libraries (SRLs).57
The shared run-time library (SRL) does not export any procedures.58
An ELF library file was expected, but the file either is in the Guardian file system and does not have
a file code of 700, or it is in the OSS file system and is not recognizable as an ELF file.
60
Two related structures in the ELF file have inconsistent lengths.61
An attempt was made to spawn a shell script on a remote node.62
An inconsistency exists in the set of public SRLs.63
Some value (other than an address) specified in an ELF file is outside its legitimate and reasonable
range. The file may be corrupted.
64
The current export digest index specified in an ELF SRL file is greater than the count of export digests
in that file. The file is probably corrupted.
65
The count of export digests in an ELF SRL exceeds 256. The file is probably corrupted.66
A public SRL is marked to require a PIN < 255; this is not allowed.67
One of the headers that is expected to be at the front of an ELF file did not fit near enough to the
front.
68
This PIC ELF file is not supported on TNS/R systems: It is licensed or it contains callable functions.69
The ELF file is too big (EOF > 2**31 bytes).70
A value in the TNS object file header is out of range; the file may be corrupt.71
The EF_TANDEM_INSTANCE_DATA value in the ELF header is not consistent with the data program
headers found; the file may be corrupt.
72
1072 Guardian Procedure Calls (P)