-
Notifications
You must be signed in to change notification settings - Fork 778
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
[20658] TopicPayloadPool
memory leak problem
#4553
Comments
@MiguelCompany @EduPonz this looks like a memory leak bug pretty much... do you happen to know the existed issue? |
CC: @Barry-Xu-2018 |
Hi @fujitatomoya, thanks for the report. |
No this problem does not happen without security.
This problem (increasing memory usage) happens only when switching the partition. |
@fujitatomoya Could you provide details on the configuration? We would need the QoS configuration of the publisher and the subscribers, and also the security configuration (the protection kinds in particular) |
TopicPayloadPool
memory leak problemTopicPayloadPool
memory leak problem
@fujitatomoya We finally found the issue. See #4673 for a fix |
@MiguelCompany thanks! appreciate that! |
Is there an already existing issue for this?
Expected behavior
TopicPayloadPool::all_payloads_
should not memory leak, instead it should be able to release the heap memory accordingly.Current behavior
TopicPayloadPool::all_payloads_
memory usage rises, and never be reduced.Steps to reproduce
-DSECURITY=ON
.Fast DDS version/commit
Originally found on
v2.10.1
.Platform/Architecture
Ubuntu Focal 20.04 arm64
Transport layer
UDPv4
Additional context
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: