MPE/iX Error Messages Manual Vol 2 (32650-90902)
202 Chapter6
Volume II Chapter 5
SVIPC
33 MESSAGE Failure occurred when attempting to wake a
process from a SVIPC process wait (SVIPCERR
33)
CAUSE A call to reply_to_waiter failed when attempting to wake a
process queued to a SVIPC process wait queue for a
SVIPC resource.
ACTION Examine the process error stack to determine the cause of
the failure in reply_to_waiter.
34 MESSAGE Failure occurred when attempting to queue a
process waiting on a SVIPC resource (SVIPCERR
34)
CAUSE A process could not be queued on a SVIPC process wait
queue because the cb_lock semaphore associated with the
wait queue had not been obtained.
ACTION Internal SVIPC error. Report error to HP.
100 MESSAGE Invalid size specified on shmget() call
(SVIPCERR 100)
CAUSE The size parameter on a shmget() call was either outside of
the acceptable configured range or (if the shared memory
area already exists) did not match the size of the existing
shared memory area.
ACTION Make sure the size specified is within the configured range
for the system (min_shm_size and max_shm_size) or, if a
shared memory area already exists for the specified key,
that the size matches the existing size.
101 MESSAGE Invalid buf parameter passed to shmctl()
(SVIPCERR 101)
CAUSE The buf parameter passed to shmctl() was invalid or could
not be accessed to perform the specified cmd.
ACTION Check that the buf structure was declared properly and
specified properly on the shmctl() call.
102 MESSAGE Caller does not have appropriate privilege or
access rights to perform a shmctl() IPC_STAT
command (SVIPCERR 102)
CAUSE The caller does not have read access for the SVIPC shared
memory resource, and is not privileged (SM capability).
ACTION Ensure that the caller has appropriate privilege to
perform the requested IPC_STAT command.
103 MESSAGE An invalid cmd was specified on a shmctl()
call (SVIPCERR 103)
CAUSE The cmd parameter on a shmctl() call was not valid.