Skip to content
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

Potential memory leaks in message_filters #49

Closed
SteveMacenski opened this issue Oct 29, 2020 · 6 comments
Closed

Potential memory leaks in message_filters #49

SteveMacenski opened this issue Oct 29, 2020 · 6 comments

Comments

@SteveMacenski
Copy link
Contributor

Hi,

Per ros-navigation/navigation2#1889, we're seeing memory leaks in Navigation2 in servers that make use of message filters that we believe message filters is the root cause (potentially could be TF2 ROS within message filters).

@clalancette
Copy link
Contributor

It would be interesting to retry the test with Rolling. We've fixed a few memory leaks in tf2_ros there, but we haven't been able to backport all of them to Foxy (since they break ABI; see ros2/geometry2#330 for an in-progress PR).

@SteveMacenski
Copy link
Contributor Author

SteveMacenski commented Oct 29, 2020

Would the master branch be acceptable as well? We don't use rolling, we run master nightly builds.

@clalancette
Copy link
Contributor

Would the master branch be acceptable as well? We don't use rolling, we run master nightly builds.

Yeah, that would also work. It's preferable, honestly, since sometimes there is a delay between when we merge things and when it makes it to the Rolling packages.

@SteveMacenski
Copy link
Contributor Author

SteveMacenski commented Oct 29, 2020

I just don't use rolling on anything I maintain because I refuse to deal with the onslaught of emails it generates. I actually had to drop maintaining image pipeline for that reason (some small things break, suddenly I have 3 * number of packages in repo emails in my inbox, daily). I go out of my way to minimize the number of notifications in my life and that was raising my blood pressure and anxiety for tiny changes.

@clalancette
Copy link
Contributor

I believe this should be fixed in Foxy and on the master branches now (via ros2/geometry2#330). @SteveMacenski can you confirm?

@SteveMacenski
Copy link
Contributor Author

Yes, we closed it in regards to that patch, thanks for bringing that home

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants