MPE/iX Error Messages Manual Vol 2 (32650-90902)
Chapter 6 201
Volume II Chapter 5
SVIPC
ACTION Examine the process error stack for the process reporting
the error to determine the cause of the failure.
17 MESSAGE Failed to create SVIPC virtual space domain
(SVIPCERR 17)
CAUSE A call to create_virtual_space_domain failed when setting
up the SVIPC global data structures.
ACTION Examine the process error stack to determine the cause of
the create_virtual_space_domain failure.
18 MESSAGE Creation of SVIPC Entry Table failed.
(SVIPCERR 18)
CAUSE A call to create_object failed when setting up the SVIPC
entry table global data structure.
ACTION Examine the process error stack to determine the cause of
the create_object failure.
19 MESSAGE Creation of SVIPC global message frame pool
failed. (SVIPCERR 19)
CAUSE A call to create_object failed when setting up the SVIPC
message frame pool global data structure.
ACTION Examine the process error stack to determine the cause of
the create_object failure.
20 MESSAGE Creation of an SVIPC semaphore set failed.
(SVIPCERR 20)
CAUSE A call to create_object failed when creating a SVIPC
semaphore set after a semget() call.
ACTION Examine the process error stack to determine the cause of
the create_object failure.
31 MESSAGE Failed to queue a process waiting on a SVIPC
resource. (SVIPCERR 31)
CAUSE A call to put_wait_queue failed when attempting to queue
a process on a wait queue associated with a SVIPC
resource.
ACTION Examine the process error stack to determine the cause of
the failure in put_wait_queue.
32 MESSAGE A signal or soft interrupt was received by a
process queued on a SVIPC resource (SVIPCERR
32)
CAUSE A SVIPC process wait (message queue or semaphore wait)
was terminated by receipt of a signal or other soft
interrupt, before the wait condition was satisfied.
ACTION Application dependent.