ros-simulation / gazebo_ros_pkgs

Wrappers, tools and additional API's for using ROS with Gazebo
http://wiki.ros.org/gazebo_ros_pkgs
768 stars 772 forks source link

CI test failures "boost thread: trying joining itself: Resource deadlock avoided" #1165

Open jacobperron opened 4 years ago

jacobperron commented 4 years ago

Several tests are failing on Foxy CI due to a boost thread error:

https://build.osrfoundation.org/job/ros2_gazebo_pkgs-ci-default_foxy-focal-amd64/22

terminate called after throwing an instance of 'boost::wrapexcept' what(): boost thread: trying joining itself: Resource deadlock avoided

The following tests are failing in the referenced job:

jacobperron commented 4 years ago

Another instance of the same error on Dashing CI: https://build.osrfoundation.org/job/ros2_gazebo11_pkgs-ci-default_dashing-bionic-amd64/6/

The following test failed:

jacobperron commented 4 years ago

Again on Foxy CI during test_gazebo_ros_tricycle_drive: https://build.osrfoundation.org/job/ros2_gazebo_pkgs-ci-default_foxy-focal-amd64/23

scpeters commented 3 years ago

I have seen these failures in upstream gazebo tests as well