C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
22-6
CRE Service Function Messages
Recovery. You might be able to increase the amount of control space available to your
program by reducing the number of files your program has open at the same time or by
decreasing the size of buffers allocated to open files.
18
Cause. A module could not obtain sufficient extended stack space for its local data.
Effect. Program behavior is language and application dependent.
Recovery. Increase the extended stack’s size. See the language manual for the
routine that caused the extended stack overflow for details on increasing the size of the
extended stack.
20
Cause. A string, expected to be a valid file name, could not be manipulated as a
Guardian external file name.
Effect. If the file name came from the CRE, the program is terminated. Otherwise,
program behavior is language and application dependent.
Recovery. Check that the file names in the program are valid Guardian file names.
21
Cause. During program initialization, the CRE could not read all the messages (start-
up message, PARAM message, ASSIGN messages, and so forth) it expected from the
file system. error is the file-system error number the CRE received when it couldn’t
read an initialization message.
Effect. The CRE terminates the program.
Recovery. Consult your system administrator.
22
Cause. The CRE could not obtain the name of the program file from the operating
system.
Effect. The CRE terminates the program.
Extended Stack Overflow
Cannot utilize filename
Cannot read initialization messages ( error )
Cannot obtain program filename