-
Notifications
You must be signed in to change notification settings - Fork 42
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
rclcpp test_subscription_content_filter segfault #279
Comments
Same issue is happening with |
digging a into the code, I see that FYI @Yadunund |
test client is printing this [ERROR] [1726138415.253285962] [rclcpp_action.test.client.fibonacci_action_test_client.rclcpp_action]: Error in destruction of rcl action client handle: error not set
[ERROR] [1726138415.253585744] [rclcpp_action.test.client.fibonacci_action_test_client.rclcpp_action]: Error in destruction of rcl action client handle: action client implementation is invalid, at /home/ahcorde/ros2_rolling/src/ros2/rcl/rcl_action/src/rcl_action/action_client.c:491
[WARN] [1726138415.257648208] [rmw_zenoh_cpp]: Received liveliness token to remove node /fibonacci_action_test_client from the graph before all pub/subs/clients/services for this node have been removed. Removing all entities first... if I commented out this line, then there is no error cb(entity->zid()); |
I've opened a PR with a fix #282 |
imstevenpmwork
pushed a commit
to ZettaScaleLabs/rmw_zenoh
that referenced
this issue
Sep 23, 2024
…destroyed (ros2#282) Signed-off-by: Yadunund <[email protected]> Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting a segfault running the test
test_subscription_content_filter
in particularTestContentFilterSubscription.content_filter_get_begin
.The memory address of
sub_data->entity
looks wrong0x4
Any thoughts @clalancette or @Yadunund ?
The text was updated successfully, but these errors were encountered: