MPE/iX Error Messages Manual Vol 2 (32650-90879)
202 Chapter6
Volume II Chapter 5
SVIPC
CAUSE A process specified SHM_RND in the flags parameter of a
shmat() call, but SHM_RND is not supported on MPE/iX.
ACTION Remove the SHM_RND specification from the flags
parameter.
110 MESSAGE Invalid shmaddr specified on shmat() call
(SVIPCERR 110)
CAUSE A process specified a nonzero shmaddr value on a shmat()
call, but shmaddr does not match the address of the
existing shared memory area. MPE/iX does not allow the
caller to specify an arbitrary attach address.
ACTION Make sure the shmaddr parameter is either zero or
matches the address of the shared memory area exactly.
111 MESSAGE Failure occurred in shmat() call (SVIPCERR
111)
CAUSE An error was encountered in MPE/iX procedure
add_protectid_entry when attempting to process a shmat()
request.
ACTION Examine the process error stack to determine the cause of
the error in add_protectid_entry.
112 MESSAGE Failure occurred in a shmdt() call (SVIPCERR
112)
CAUSE An error was encountered in MPE/iX procedure
delete_protectid_entry when attempting to process a
shmdt() request.
ACTION Examine the process error stack to determine the cause of
the error in delete_protectid_entry.
113 MESSAGE Failure occurred in shmget () call (SVIPCERR
113)
CAUSE An error was encountered in MPE/iX procedure
allocate_pid when attempting to associate an MPE/iX pid
with a shared memory region.
ACTION Examine the process error stack to determine the cause of
the error in allocate_pid.
114 MESSAGE Could not allocate SVIPC shared memory
(SVIPCERR 114)
CAUSE An error was encountered in create_object when
attempting to create a SVIPC shared memory region.
ACTION Examine the process error stack to determine the cause of
the error in create_object.
115 MESSAGE Could not remove a SVIPC shared memory region
(SVIPCERR 115)