Table of Contents

Search

  1. Preface
  2. PWX-00000 to PWX-00099
  3. PWX-00100 to PWX-00999
  4. PWX-01000 to PWX-01999
  5. PWX-02000 to PWX-04999
  6. PWX-05000 to PWX-06999
  7. PWX-07000 to PWX-09999
  8. Abend, Return, and Reason Codes in PowerExchange Messages

Message Reference Volume 1

Message Reference Volume 1

PWX-00919

PWX-
00919

Attempt to free shared memory with
number
attachments shmid
number
(0x
hexadecimal_value
) length
bytes
pool "
pool_ID
" address
address
.
A request to delete shared memory was made by function shmdt(). However, several threads are still attached to the shared memory. The system expects only one attachment for the owner of the memory. This warning might occur if the memory owner frees shared memory before other threads have detached from the memory. If this message is issued frequently, a problem might exist.
The memory will not be physically deleted until the all threads detach from it.
Check if a core dump has been produced for a Listener thread. Also use the Linux command
ipcs -m
or
pstat
to determine if a shared memory leak has occurred.

0 COMMENTS

We’d like to hear from you!