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

cannot find log files

asked 2013-01-22 17:56:12 -0500

aswin gravatar image

Hi all, I am not able to view the log file after a process dies (i.e. shows red color on screen)

[plan-2] process has died [pid 2803, exit code -11, cmd /home/plan __name:=plan __log:=/home/user/.ros/log/15dd5ecc-6520-11e2-b3cb-f0def116deab/plan-2.log]. log file: /home/user/.ros/log/15dd5ecc-6520-11e2-b3cb-f0def116deab/plan*.log

I cannot find plan.log in the location. However I can get the logs of roslaunch, rosout and rosmaster. Do I need to enable anything?

Cheers

edit retag flag offensive close merge delete

Comments

Hi aswin, I am facing the exact same problem, My process dies, and the developer is asking for the log file, which I cannot find. Were you able to find that file? or how didi you debug?

kost9 gravatar image kost9  ( 2014-11-04 01:57:32 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-01-22 23:47:37 -0500

dornhege gravatar image

It should be plan-2.log or anything like plan*.log.

It could also be that there is no log file if the segmentation fault happened before any logfile was written.

edit flag offensive delete link more

Comments

This may be the case since the fault happens within 5 seconds of launch.

aswin gravatar image aswin  ( 2013-01-23 15:48:03 -0500 )edit
1

I have had several cases in which I do not have a log file. Currently I find out the fault by running ROS with GDB.

aswin gravatar image aswin  ( 2013-01-31 14:09:25 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-01-22 17:56:12 -0500

Seen: 2,980 times

Last updated: Jan 22 '13