Segmentation fault (core dumped), when I run rviz

asked 2016-07-14 07:43:25 -0500

Ziwen Qin gravatar image

When I run rviz rviz three times, some error shows as following , but they are different every once:

$ rosrun rviz rviz 
[ INFO] [1468499057.211105138]: rviz version 1.11.14
[ INFO] [1468499057.211166911]: compiled against Qt version 4.8.6
[ INFO] [1468499057.211202413]: compiled against OGRE version 1.8.1 (Byatis)
[ INFO] [1468499057.383304036]: Stereo is NOT SUPPORTED
[ INFO] [1468499057.383418412]: OpenGl version: 3 (GLSL 1.3).
*** Error in `/opt/ros/indigo/lib/rviz/rviz': corrupted double-linked list: 0x0000000003010da0 ***

$ rosrun rviz rviz 
[ INFO] [1468499072.494468931]: rviz version 1.11.14
[ INFO] [1468499072.494551823]: compiled against Qt version 4.8.6
[ INFO] [1468499072.494571163]: compiled against OGRE version 1.8.1 (Byatis)
[ INFO] [1468499072.664915634]: Stereo is NOT SUPPORTED
[ INFO] [1468499072.665024294]: OpenGl version: 3 (GLSL 1.3).
Segmentation fault (core dumped)

$ rosrun rviz rviz 
[ INFO] [1468499075.609869702]: rviz version 1.11.14
[ INFO] [1468499075.609944896]: compiled against Qt version 4.8.6
[ INFO] [1468499075.609960871]: compiled against OGRE version 1.8.1 (Byatis)
[ INFO] [1468499075.780059320]: Stereo is NOT SUPPORTED
[ INFO] [1468499075.780169193]: OpenGl version: 3 (GLSL 1.3).
*** Error in `/opt/ros/indigo/lib/rviz/rviz': double free or corruption (!prev): 0x0000000002e9af90 ***
Aborted (core dumped)

What should I do ? Thank you!

edit retag flag offensive close merge delete

Comments

Hi, Are you running on an ARM-based CPU ? If it is the case try doing : unset GTK_IM_MODULE.

As specified in http://wiki.ros.org/indigo/Installati... Nico

Nico__ gravatar image Nico__  ( 2016-07-26 03:46:33 -0500 )edit