-
Notifications
You must be signed in to change notification settings - Fork 466
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
Raspberry pi ROS rviz segmentation fault #889
Comments
If you expect to get help, you might want to consider what information others need to help you, for example:
Anything else you think might be useful. Just saying that there was a segfault is not enough information. Likely you'll need to compile rviz in debug mode and run it with |
I'm going to close this until you update the issue with more information. If you do so I'll reopen the issue. |
ok im using debian wheezy OS on rpi2 with ROS indigo version and the Console output is just |
Is there an Ogre log file in the directory you ran rviz in? Without a traceback from |
when i run gdb /opt/ros/indigo/share/rviz/rviz i get but when i run rospack find rviz i get /opt/ros/indigo/share/rviz im realy confused |
The rviz binary is not in /opt/ros/indigo/share/rviz; it should be in /opt/ros/indigo/lib/rviz |
What @trainman419 said. Unfortunately running |
when i run gdb /opt/ros/indigo/lib/rviz/rviz i get Reading symbols from /opt/ros/indigo/lib/rviz/rviz...(no debugging symbols found)...done. please ca you tell me how to get a gdb traceback with the released version of rviz thank you for your help |
You need to run |
thanks for the Description and im sorry of being late to update my issue this is what i get when i follow your instructions with gdb:
|
As I feared, that's not a particularly useful traceback. You would need to build |
Please get us a core dump or debug traceback from this. Until then it's not even clear what the source of the error is and I'm going to close the issue. We can reopen it if more information comes up. |
This appears to be a "bug" in that RVIZ does not handle the SIGILLs that OpenSSL produces normally gracefully. I have opened a better-documented bug here: |
Hi @wjwwood, I am facing the similar issue while tried to run 'rosrun rviz rviz' on my SBC. Here are the details when i run gdb. Looking forward to your kind suggestions to resolve this. Thanks |
@Ash-S please open a new issue and please do not post pictures of text, it cannot be copied or searched. |
i recently installed ROS on Raspberry pi 2 in order to implement SLAM algorithm on it every thing went verry well until i run the rviz (rosrun rviz rviz ) i get segmentation fault msg . any body have a solution for this situation .thakns in advance
The text was updated successfully, but these errors were encountered: