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

process has died ..

asked 2014-07-07 06:40:57 -0500

Hamid Didari gravatar image

Hi guys

I wrote some code . and ran those with launch file . every worked thing fine at the first but after a few minutes I got this msg:

[QR_left-2] process has died [pid 9513, exit code -11, cmd /home/hamid/Working_space/Qr/bin/Qr_detection /QR_left/image:=image __name:=QR_left __log:=/home/hamid/.ros/log/f2d341cc-05c7-11e4-9fa2-002682d6e390/QR_left-2.log].
log file: /home/hamid/.ros/log/f2d341cc-05c7-11e4-9fa2-002682d6e390/QR_left-2*.log

and the node has stopped.

any idea about the above msgs?

hamid

Thanks

edit retag flag offensive close merge delete

Comments

I think you should either run roslaunch in verbose mode (-v and --screen options) or read the log files to find out why this happened. Or, simply run the node using rosrun.

McMurdo gravatar image McMurdo  ( 2014-07-07 06:49:20 -0500 )edit
1

-11 is a segfault. You probably have some bug somewhere.

dornhege gravatar image dornhege  ( 2014-07-07 06:51:19 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-07-07 07:26:06 -0500

hsoltani gravatar image

I got this message for wifi configuration. Use GDB to get a backtrace of the process to find out why this happened.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-07-07 06:40:57 -0500

Seen: 3,451 times

Last updated: Jul 07 '14