core dump file location
Hi All,
When I use rosrun to run an executable, I got a segmentation fault. The error message is simply: "Segmentation fault"
I want to debug the core dump file, so I followed this tutorial: http://wiki.ros.org/roslaunch/Tutoria...
However, I cannot find the core dump file. I am using ROS Indigo with Ubuntu 14.04 and my $ROS_HOME is empty. Can you help to identify this?
Have you looked in the
.ros
directory in your home folder?I looked at the .ros directory. It's not there. (There is a file called roscore-11311.pid. I believe it is not the core dump file. )
You are correct;
roscore-11311.pid
is not the file you're looking for.