You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When TCPClient left domain, its tcpchannel in TCPServer should be removed.
Current behavior
When TCPClient match TCPServer, TCPServer's memory increase and will not decrease.
Use valgrind --tool=massif to generate a memory report also find increase memory in TCPChannelResource.
Steps to reproduce
Run DDSHelloWorldTCP demo with Server and Client, frequent start and stop Client.
Hi @elianalf
I upgrade Fast DDS to 2.14.1, memory leak problem seems still exsist.
Memory releated to TCP part still increases.
When I config TLS on TCP, the asio_ssl part also has memory leak. Maybe TCPChannel's resource not release correctly when Participant leave domain.
Is there an already existing issue for this?
Expected behavior
When TCPClient left domain, its tcpchannel in TCPServer should be removed.
Current behavior
When TCPClient match TCPServer, TCPServer's memory increase and will not decrease.
Use valgrind --tool=massif to generate a memory report also find increase memory in TCPChannelResource.
Steps to reproduce
Run DDSHelloWorldTCP demo with Server and Client, frequent start and stop Client.
Fast DDS version/commit
2.14.0
Platform/Architecture
Ubuntu Focal 20.04 amd64, Ubuntu Focal 20.04 arm64
Transport layer
TCPv4
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: