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

rosmaster doesn't fully clean up closed sockets (Groovy) #325

Closed
tfoote opened this issue Dec 13, 2013 · 4 comments
Closed

rosmaster doesn't fully clean up closed sockets (Groovy) #325

tfoote opened this issue Dec 13, 2013 · 4 comments

Comments

@tfoote
Copy link
Member

tfoote commented Dec 13, 2013

When nodelets shutdown the rosmaster doesn't cleanup all it's sockets correctly.

You can simply verify that problem by launching nodelet_tutorial_math.

$ lsof -nl | grep rosmaster | grep -c CLOSE_WAIT
=> 0
$ roslaunch nodelet_tutorial_math plus.launch
Ctrl-C
$ lsof -nl | grep rosmaster | grep -c CLOSE_WAIT
=> 4

Repeated running and stopping of a nodelet causes the count of CLOSE_WAIT sockets to increase.

Originally filed ros/nodelet_core#10
Marking as minor and untargeted.

@dirk-thomas
Copy link
Member

@garaemon FYI

This affects Groovy only. In Hydro the problem has already been fixed.

Since the necessary changes are not likely to be backported you might want to consider upgrading to Hydro.

@garaemon
Copy link

garaemon commented May 4, 2015

I think this problem still exists on the latest hydro

@dirk-thomas
Copy link
Member

Please see #610 which might describe your issue.

@garaemon
Copy link

garaemon commented May 5, 2015

I will check it out

2015年5月5日火曜日、Dirk Thomasnotifications@github.comさんは書きました:

Please see #610 #610 which might
describe your issue.


Reply to this email directly or view it on GitHub
#325 (comment).

✉︎ from iPhone

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

No branches or pull requests

3 participants