JenniferBuehler / grasp-execution-pkgs

Package(s) to execute a grasp incl. execution in Gazebo
BSD 3-Clause "New" or "Revised" License
34 stars 17 forks source link

On Melodic: boost mutex exception on program exit #13

Open JenniferBuehler opened 5 years ago

JenniferBuehler commented 5 years ago

When terminating programs (even as simple as a ROS client to execute a grasp), on Melodic the following error message happens:

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::lock_error> >' what(): boost: mutex lock failed in pthread_mutex_lock: Invalid argument

This will need to be investigated. So far, the problem only arises at program exit.