FORTRAN Reference Manual

Run-Time Diagnostic Messages
FORTRAN Reference Manual528615-001
G-17
Run-Time Core Messages
8
This fault occurs for one of the following reasons:
A page fault occurred, but there were no physical memory pages available for
overlay.
Disk space could not be allocated while the program is using extensible segments.
9
An uncorrectable memory error occurred.
Run-Time Core Messages
The CRE writes the messages in this subsection if an error occurs during its own
processing or if it receives a request from a run-time library to report a specific
message.
11
Cause. Run-time data is invalid.
Effect. The run-time environment invokes PROCESS_STOP_, specifying the ABEND
variant and the text “Corrupted environment.”
Recovery. The program might have written data in the upper 32K words of the user
data segment. The upper 32K words are reserved for run-time data. Check the
program’s logic. Use Inspect to help isolate the problem or consult your system
administrator.
12
Cause. The run-time library detected a logic error within its own domain. For example,
although each data item it is using is valid, the values of the data items are mutually
inconsistent.
Effect. The run-time environment invokes PROCESS_STOP_, specifying the ABEND
variant and the text “Logic error.”
Not enough physical memory
Uncorrectable memory error
Corrupted environment
Logic error