vos/posix/vos_shared_mem.c - Shared memory name is not stored in VOS_SHRD_T handle while creating shared memory; but referenced while closing the shared memory!
Proposed Solution - To store the shared memory name while creating shared memory, as per attached diff (sharedMemoryName.PNG)
More had be done in vos_sharedClose, as well. Still vxWorks version missing!