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.