-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rviz segmentation fault #1680
Comments
I have seen multiple issues reported in the past involving the |
I don't have GPU, my labtop is zbook |
I'm afraid I cannot help remotely with this hardware issue. You should try to compile with debug symbols and debug yourself. |
I also have this error with melodic on arch linux. Noetic does not have this problem on the same machine. I have examined the compile process very closely and there seemed to be no difference that should result in this error. Someone also recommended to use the noetic branch and compile it under melodic - but that did not help either. The arch linux system:
Another Ubuntu 20 machine where rviz is not working:
An ubuntu 18 machine:
I did not compile rviz for melodic on the ubuntu 18 machine yet - but I suspect that this has nothing to do with the OpenGL version itself or the used GPU hardware. |
@lprobsth, you report different Linux distros as well as different GPU / Mesa uses. However, it's not clear at all, which of these configs work and which don't. To yield meaningful results you should only change a single variable always, i.e. GPU vs. Mesa or the linux distro, or the rviz version. |
Hello everyone! My machine has 16GB of memory and I run the command without any other user app running. |
I could make the package compile using a single thread with the commmand
Anyway when i runt |
rosrun rviz rviz
[ INFO] [1636925888.856839755]: rviz version 1.14.10
[ INFO] [1636925888.856881294]: compiled against Qt version 5.12.8
[ INFO] [1636925888.856891190]: compiled against OGRE version 1.9.0 (Ghadamon)
[ INFO] [1636925888.864509882]: Forcing OpenGl version 0.
Segmentation fault (core dumped)
glxinfo | grep "OpenGL"
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 12.0.1, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.2.5 - kisak-mesa PPA
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.1 Mesa 21.2.5 - kisak-mesa PPA
OpenGL shading language version string: 1.40
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.5 - kisak-mesa PPA
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.3 LTS
Release: 20.04
Codename: focal
can you please give a hand?
The text was updated successfully, but these errors were encountered: