MPE/iX Error Messages Manual Vol 2 (32650-90879)
112 Chapter4
Volume II Chapter 4
System Aborts
System Aborts
(Subsystem 98)
System Abort messages are issued when the MPE/iX system encounters an error from
which recovery is not possible. Rather than continue to operate and risk data integrity, the
operating system halts the computer. This chapter presents a list of system abort messages
in numerical order.
NOTE
Unless otherwise indicated, the probable cause of an abort is an internal
error, and the action you should take is to take a system dump, call your HP
support representative, and reboot your system.
2 MESSAGE Ran out of memory before PAGE and HASH TABLES
were properly initialized.
CAUSE Ran out of physical memory; address is outside the range
of the machine.
3 MESSAGE Could not create the table header for the
PDIR and/or the PDIR could not set up as a
standard system table.
CAUSE Failure occurred when calling the CREATE_TABLE to
create the PDIR header.
4 MESSAGE Could not free up entries in the PDIR
corresponding to memory below the PME during
PDIR initialization.
CAUSE FailureoccurredwhencallingRELEASE_TABLE_ENTRY
to release all PDIR TABLE entries.
5 MESSAGE Could not find a free entry in memory in the
PDIR using the GENESIS MEMORY MANAGER.
CAUSE Failure occurred when calling GET_TABLE_ENTRY to
find a free entry in memory in the PDIR.
6 MESSAGE Could not release an entry in the PDIR using
the GENESIS MEMORY MANAGER during a
GET_MEMORY call.
CAUSE Failure occurred when calling the
RELEASE_TABLE_ENTRY to return the table entry
corresponding to the given page number to the free pool.
7 MESSAGE Could not find a page with the proper
alignment for the memory request for a
virtual address that has not already been
assigned a page.