Robotics StackExchange | Archived questions

rqt Plugins segfault

I've tried to make this tutorial about Ros Topic http://wiki.ros.org/ROS/Tutorials/UnderstandingTopics . But if I open rqtgraph it gives me a segmentation fault back. It doesn't matter if I excecute with "rosrun rqtgraph rqtgraph" or with just "rqtgraph" in my terminal. I would like to give you some debugging information but there aren't any other information than SegFault.

I am using Ubuntu 15.04 and Ros Jade

Asked by JanB on 2016-02-15 09:47:58 UTC

Comments

You can probably at least get a working rqt_gui again by removing the $HOME/.config/ros.org/rqt_gui.ini file if it's there (or rename/move it to some other location). This will reset your current configuration, but sometimes it gets corrupted.

Asked by gvdhoorn on 2016-02-15 10:57:22 UTC

The rqt gui itself is working but if I click in the gui in the plugin section to open the graph plugin everything is falling apart.

To reset my configs didn't work.

Asked by JanB on 2016-02-15 11:21:07 UTC

Ok, sounds like a more serious issue then with rqt_graph. Would be nice if you can report it on the issue tracker. Include all relevant information. Also try to get a GDB backtrace of the segfault.

Asked by gvdhoorn on 2016-02-15 11:43:05 UTC

I'm assuming you installed everything using apt-get?

Asked by gvdhoorn on 2016-02-15 11:44:31 UTC

That's right.

Asked by JanB on 2016-02-19 02:24:20 UTC

Did you solve your issue?

Asked by emersonjr on 2016-11-14 16:08:14 UTC

Seems related to this question

Asked by damjan on 2017-04-11 15:09:19 UTC

Answers