-
Notifications
You must be signed in to change notification settings - Fork 0
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
Issues caused by not shutting down the contained entity #44
Comments
Other known issues
And several failures were found in test_communication. Root causeTaking the rclcpp/test_allocator_memory_strategy as the sample, we observe a segfault in this pattern: The ideal path should be
SolutionAccording to ros2#313, rmw entities are possible to run after rmw context is shut down. Conceptually, we ensure the zenoh session stay alive as long as any rmw entities using the zenoh session. We can wrap the zenoh session with a EvaluationHere's a detailed comparison. The change has been shown to fix many errors in dev/1.0.0. |
Closed by ros2#333 |
Several failures have been found since ros2#313 was introduced.
The workaround is using this branch https://github.com/ZettaScaleLabs/rmw_zenoh/tree/dev/1.0.0-revert-not-shutdown-contained-entities with the buggy commit reverted
The text was updated successfully, but these errors were encountered: