rosrun rviz rviz segment fault
here is my detail error message:
xlib: extension "RANDR" missing on display ":1.0".
[INFO] [1464500665. 072712581]: rviz version 1.11.14
[INFO] [1464500665. 073763304]: compiled against Qt version 4.8.6
[INFO] [1464500665. 073981688]: compiled against OGRE version 1.9.0 (Ghadamon)
Segmentation fault
after I set export OPENSSL_cp=0 error messages like this:
[INFO] [1464509255. 713055269]: rviz version 1.11.14
[INFO] [1464509255. 714392812]: compiled against Qt version 4.8.6
[INFO] [1464509255. 714826350]: compiled against OGRE version 1.9.0 (Ghadamon)
[New Thread 0x6da32210 (LWP 2171)]
[New Thread 0x6d0ff210 (LWP 2172)]
[New Thread 0x6c8ff210 (LWP 2173)]
[New Thread 0x6c0ff210 (LWP 2178)]
Program received signal SIGSEGV, Segmentation fault.
0x74276f4c in glXCreateContext() from /usr/lib/arm-linux-gnueabihf/libGL.so.1
by the way, on my raspbian OS, I can not run glxgears, here is the error message:
Error: could not get an RGB, Double-buffered visual
but I could run glxgears on my computer
301 frames in 5.0 seconds = 60.121 FPS
OS: raspbian jessie. device: raspberry Pi 3. my computer: ubuntu 14.04 LTS, I use my computer to connect raspberrt by ssh.
that is all. anyone else could tell me how to fix this? thanks a lot!
Please format console copy/pastes with the Preformatted text button (the one with
101010
on it), as otherwise your error message is not visible. Thanks.And please add some more information to your post:
etc, etc.
my OS is raspbian, and I've installed ROS indigo on it. I install ROS follow this reference:http://wiki.ros.org/ROSberryPi/Installing%20ROS%20Indigo%20on%20Raspberry%20Pi VGA compatible controller:Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
I doubt the Pi has an Intel graphics controller ..
No, that VGA controller I've post up is my computer's
I think you'll need to clarify what system we are troubleshooting here: a Raspberry Pi with raspbian, or a normal desktop PC (with raspbian?). Please include all information in your question. It's really rather hard to help someone if they don't include enough information.
As to your problem: you most likely don't have accelerated OpenGL working, which is why it's crashing. Can you run
glxgears
?I use computer to control Raspberry by ssh, but when I turn to use HDMI wire connect raspberry to screen, that segmentation fault error just gone. It is awsome. All I need is a HDMI wire. as to glxgears, I will try it out. Thanks for your comment