ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

As @dornhege stated ROS_ASSERT calls abort. The SIGABRT can be trapped directly using gdb (in my case it even did by default;) ). Note that the thereby the SIGABRT is handled, so the process 'survives' the ROS_ASSERT. You still need to kill it via gbd....