at-wat / mcl_3dl

A ROS node to perform a probabilistic 3-D/6-DOF localization system for mobile robots with 3-D LIDAR(s). It implements pointcloud based Monte Carlo localization that uses a reference pointcloud as a map.
BSD 3-Clause "New" or "Revised" License
475 stars 117 forks source link

Show stacktrace on segmentation fault and unhandled exception #368

Closed at-wat closed 3 years ago

at-wat commented 3 years ago

All of execinfo, boost::stacktrace and libunwind don't support tracing over hand-written assembly functions in musl libc. Using gdb seems be an only way to trace on musl environments.