MPE/iX Error Messages Manual Vol 3 (32650-90880)

Chapter 5 233
Error Messages V iii C 4
Traps
ACTION Correct the procedure.
9 MESSAGE **** Unimplemented condition trap (TRAPS 9).
CAUSE Unknown trapping execution instruction executed.
ACTION Change the instruction.
10 MESSAGE **** Misaligned or long-to-short pointer
conversion error (TRAPS 10).
CAUSE Software detected misaligned pointer or pointer
conversion error.
ACTION Correct the procedure.
11 MESSAGE **** Nil pointer (TRAPS 11).
CAUSE Software detected nil pointer reference.
ACTION Correct the procedure.
12 MESSAGE **** Bound violation or range error (TRAPS
12).
CAUSE Value not within specified bounds.
ACTION Correct the procedure.
13 MESSAGE **** IEEE invalid operation (TRAPS 13).
CAUSE Attempted operation is not legal in IEEE format.
ACTION Correct the procedure.
14 MESSAGE **** IEEE divide by zero (TRAPS 14).
CAUSE Attempted to divide by zero in IEEE format.
ACTION Correct the procedure, or disable IEEE overflow trap.
15 MESSAGE **** IEEE overflow (TRAPS 15).
CAUSE Attempted operation resulted in an overflow in IEEE
format.
ACTION Correct the procedure, or disable IEEE overflow trap.
16 MESSAGE **** IEEE underflow (TRAPS 16).
CAUSE Attempted operation resulted in an underflow in IEEE
format.
ACTION Change the procedure or disable IEEE underflow trap.
17 MESSAGE **** IEEE inexact result (TRAPS 17).
CAUSE Attempted operation resulted in an inexact result in IEEE
format.
ACTION Correct the procedure or disable inexact result trap.
18 MESSAGE **** Decimal divide by zero (TRAPS 18).
CAUSE Attempted to divide by zero in decimal format.