How to get a Core Dump for ROS
If you ever need the internal C++ logs from core, you can follow these steps
cd myrosdir
ulimit -c unlimited; sh start-object-server.command
If ROS crashes you'll see something like a process id with the segfault
The core dumps will be in /cores/ or /core