stdr-simulator-ros-pkg / stdr_simulator

A simple, flexible and scalable 2D multi-robot simulator.
http://stdr-simulator-ros-pkg.github.io/
GNU General Public License v3.0
97 stars 66 forks source link

Assertion on termination #167

Open czalidis opened 9 years ago

czalidis commented 9 years ago

When I terminate the STDR GUI I get the following assertion:

stdr_gui_node: /usr/include/boost/thread/pthread/recursive_mutex.hpp:101: boost::recursive_mutex::~recursive_mutex(): Assertion `!pthread_mutex_destroy(&m)' failed.

This happens only on ROS Indigo on a 14.04 machine, so I suppose something in boost changed that produces that error. I don't know if that has something to do with #166, but things seem to work fine and everything else terminates successfully.

@etsardou any thoughts on what is causing this issue?