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

File descriptor issue #111

Open
stefansobol opened this issue Jul 13, 2021 · 0 comments
Open

File descriptor issue #111

stefansobol opened this issue Jul 13, 2021 · 0 comments

Comments

@stefansobol
Copy link

Short description of the scenario:

  • ROS Melodic
  • at least two nodelets under the same nodelet manager
  • in one of the nodelet have a file descriptor created in "onInit"
  • no other nodelets are using file descriptors
  • use a launch with roslaunch

Whats happening is that there is an operation on the file descriptor that was not triggered by the nodelet. If I'm looking
over the file descriptors that are in use, most of them are SOCKETS and it looks like one of the file descriptor that was closed is reused by the "open" function from the nodelet (at this point I cannot confirm if the closed descriptor was a SOCKET).

What I think is happening is that there is a bug somewhere and the file descriptor is used after been closed.
I'm not sure if this is the right place to open the issue, since this can be related to ROS core.
Let me know if more details are required.
Thank you

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

1 participant