MPE/iX Error Messages Manual Vol 3 (32650-90880)
24 Chapter1
Error Messages
Debug Low Level Breakpoint Management
CAUSE Corruption of an operating system data structure or
operating system code caused RELSIR to fail.
ACTION Perform a system dump. Reboot the system using START.
Debug Low Level Breakpoint Management
(Subsystem 165)
5 MESSAGE This is an invalid address or caller has
insufficient capabilities to access it.
CAUSE The address validation routines detected an error while
checking the indicated address.
ACTION Check the address. If invalid, pass a valid address.
Remember to make sure the space ID for long pointers is
correct. If additional capabilities are required, increase
caller capabilities or reduce protection on target address.
10 MESSAGE This is an invalid BREAKPOINT INDEX; it is
out of range for valid BREAKPOINTS.
CAUSE The breakpoint index is out of range of valid breakpoints.
ACTION Provide a valid breakpoint index.
15 MESSAGE The SINGLE STEP COUNT is invalid.
CAUSE A negative single step value was passed.
ACTION Provide a positive value.
20 MESSAGE An NM BREAKPOINT (not in the DEBUG TABLE) is
at that address.
CAUSE An NM breakpoint was found at the indicated address.
Since the breakpoint was not found in the system debug
tables, it must be a breakpoint from some other subsystem
or placed in the code by the programmer.
ACTION Pick another location to set a DEBUG breakpoint since
DEBUG will not set a breakpoint on another breakpoint.
25 MESSAGE The BREAKPOINT INDEX could not be found in
the BREAKPOINT TABLE.
CAUSE The breakpoint index speciļ¬ed is not in the breakpoint
tables.
ACTION List the current breakpoints and use an index of an
existing breakpoint.
30 MESSAGE A BREAKPOINT already exists at the indicated