Segmentation fault on running rxconsole
I'am trying to run rxconsole in this tutorial ttp://www.ros.org/wiki/ROS/Tutorials/UsingRxconsoleRoslaunch.
When I run rxconsole command, I get a message "Segmentation fault (core dumped)".
I'm using Fuerte.
roscore Result:
kitsadapon@kitsadapon-Joybook-S42:~$ roscore
... logging to /home/kitsadapon/.ros/log/94e99e38-f1c1-11e1-aab5-00216a1612d4/roslaunch-kitsadapon-Joybook-S42-10854.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://kitsadapon-Joybook-S42:56657/
ros_comm version 1.8.10
SUMMARY
========
PARAMETERS
* /rosdistro
* /rosversion
NODES
auto-starting new master
Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
process[master]: started with pid [10870]
ROS_MASTER_URI=http://kitsadapon-Joybook-S42:11311/
setting /run_id to 94e99e38-f1c1-11e1-aab5-00216a1612d4
Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
process[rosout-1]: started with pid [10883]
started core service [/rosout]
The command I use to run rxconsole following this:
- new terminal window
$ rosdep install rxtools turtlesim
$ rosmake rxtools turtlesim
- new terminal window
$ roscore
- new terminal window
$ rxconsole
segmentation fault (core dump)
Thankyou
Asked by Soda on 2012-08-28 23:34:42 UTC
Comments
Need some more info around how it's been run, environment details etc
Asked by MarkyMark2012 on 2012-08-28 23:36:48 UTC
I'm following this
Asked by Soda on 2012-08-28 23:58:06 UTC
Okay to roscore looks to be starting up okay. What are you getting in the rxconsole terminal when is crashes?
Asked by MarkyMark2012 on 2012-08-29 04:51:52 UTC
Thank You for all answers. I've tried 2 times about my configuring of ROS Environment and ROS Workspace and I've found my mistake about Overlays with rosws procedure. Now I can do it.
Asked by Soda on 2012-08-29 11:25:32 UTC
In the "roscore" terminal - spawn roscore with "roscore &" then once it's started type, in the same terminal "rxconsole" - wondering if your environment might be a but shakey
Asked by MarkyMark2012 on 2012-08-29 21:09:15 UTC