-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One program is initialized and deinitialized repeatedly by the other program, handle leak #3444
Comments
If I use udp, handle does not leak, but if i use shm, it will leak. |
Thanks for you reply @JLBuenoLopez-eProsima . |
And i want to know, whether there is an upper limit on the handle count in dds |
@JLBuenoLopez-eProsima |
@JLBuenoLopez-eProsima |
Hi @vinaxixi, Fast DDS v2.6.6 release fixed some issues with shared memory segment management. Could you please test with |
Is there an already existing issue for this?
Expected behavior
The handle count of the program keep same before initialized and after deinitialized.
Current behavior
The handle count increases before initialized and after deinitialized. I can see many handles named like BaseNamedObjects\boost.ipcXXXXXXXXXX by processHacker.exe.
Steps to reproduce
Environment: Windows
Steps:
Fast DDS version/commit
FastDDS version 2.6.0
Platform/Architecture
Windows 10 Visual Studio 2019
Transport layer
Shared Memory Transport (SHM)
Additional context
No response
XML configuration file
No response
Relevant log output
No response
Network traffic capture
No response
The text was updated successfully, but these errors were encountered: