rmw_fastrtps icon indicating copy to clipboard operation
rmw_fastrtps copied to clipboard

ROS2 CLI tests failing when run against rmw_fastrtps_cpp

Open hidmic opened this issue 3 years ago • 4 comments

Bug report

Required Info:

  • Operating System:
    • Ubuntu Focal 20.04 amd64
  • Installation type:
    • From source
  • Version or commit hash:
    • Current master
  • DDS implementation:
    • Fast-DDS
  • Client library (if applicable):
    • rclpy

Steps to reproduce issue

I have not been able to reproduce this issue locally, but it has been happening since late last week (https://ci.ros2.org/view/nightly/job/nightly_linux_repeated/2279).

Expected behavior

CLI tests pass.

Actual behavior

CLI tests fail with something like:

[RTPS_TRANSPORT_SHM Error] Failed to create segment 56b71f66bffcdbb2: boost::interprocess_exception::library_error -< Function compute_per_allocation_extra_size
[RTPS_MSG_OUT Error] boost::interprocess_exception::library_error -< Function init

Additional information

Logs are coming from within Fast-DDS.

hidmic avatar May 10 '21 17:05 hidmic