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-9
Heap-Management Messages
29
Cause. The language compiler used features that are not supported by the
language run-time library that the program used.
Effect. The CRE terminates the program.
Recovery. Use a compiler and run-time library that are compatible. You might need to
consult your system administrator.
Heap-Management Messages
The CRE or run-time libraries report the messages in this subsection if they detect an
error while accessing the heap.
30
Cause. A heap-management routine was called with an invalid error number.
Effect. The CRE terminates the program.
Recovery. Refer to the reference manual that corresponds to the language in which
the routine that requests heap space is written. You might need to consult your system
administrator.
31
Cause. Your program, or the run-time library for one of the modules in your program,
requested more space on the heap than is currently available.
Effect. Program behavior is language and application dependent.
Recovery. Refer to the reference manual that corresponds to the language in which
the routine that requests heap space is written. You might need to consult your system
administrator.
Program incompatible with run-time library -- language
Unknown heap error
Cannot obtain data space