RVIZ crashes on loading default.rviz

asked 2018-06-06 06:10:04 -0500

shibaneko gravatar image

updated 2018-06-06 06:17:00 -0500

gvdhoorn gravatar image

RVIZ suddenly crashes on loading ros/src/.config/rviz/default.rviz.

OS:ubuntu14.04 ROS:indigo

I found same problem. And I changed like this: the last two lines of $path/Autoware/ros/src/.config/rviz/default.rviz, which like: X: 1895 Y: 44

to smaller numbers: X: 100 Y: 100

but couldn’t solve problem

So,I tried gdb

CF-SX2JDHYS:~$ gdb rviz   
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.3) 7.7.1  
Copyright (C) 2014 Free Software Foundation, Inc.   
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>    
This is free software: you are free to change and redistribute it.   
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"   
and "show warranty" for details.   
This GDB was configured as "x86_64-linux-gnu".    
Type "show configuration" for configuration details.   
For bug reporting instructions, please see:    
<http://www.gnu.org/software/gdb/bugs/>.   
Find the GDB manual and other documentation resources online at:  
<http://www.gnu.org/software/gdb/documentation/>.     
For help, type "help".      
Type "apropos word" to search for commands related to "word"...     
Reading symbols from rviz...(no debugging symbols found)...done.        
(gdb) bt        
No stack.         
(gdb) Quit            
(gdb) q           
CF-SX2JDHYS:~$ gdb rviz                       
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.3) 7.7.1                          
Copyright (C) 2014 Free Software Foundation, Inc.                     
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>                 
This is free software: you are free to change and redistribute it.              
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"            
and "show warranty" for details.                 
This GDB was configured as "x86_64-linux-gnu".                              
Type "show configuration" for configuration details.                         
For bug reporting instructions, please see:                     
<http://www.gnu.org/software/gdb/bugs/>.                           
Find the GDB manual and other documentation resources online at:                     
<http://www.gnu.org/software/gdb/documentation/>.                    
For help, type "help".                                   
Type "apropos word" to search for commands related to "word"...                 
Reading symbols from rviz...(no debugging symbols found)...done.                         
(gdb) run                               
Starting program: /opt/ros/indigo/bin/rviz                                          
[Thread debugging using libthread_db enabled]                          
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".                
[New Thread 0x7fffdaf70700 (LWP 4296)]                        
[New Thread 0x7fffda76f700 (LWP 4297)]                           
[New Thread 0x7fffd94bf700 (LWP 4298)]                     
[New Thread 0x7fffd8cbe700 (LWP 4299)]                     
[New Thread 0x7fffcbfff700 (LWP 4300)]                            
[ INFO] [1528281880.705350932]: rviz version 1.11.18                                              
[ INFO] [1528281880.705418095]: compiled against Qt version 4.8.6                      
[ INFO] [1528281880.705436654]: compiled against OGRE version 1.8.1 (Byatis)           
[New Thread 0x7fffcb20b700 (LWP 4304)]                     
[New Thread 0x7fffcaa0a700 (LWP 4305)]                                            
[New Thread 0x7fffca209700 (LWP 4306)]                              
[New Thread 0x7fffc9a08700 (LWP 4312)]                          
[New Thread 0x7fffaea8b700 (LWP 4313)]                       
[New Thread 0x7fffae28a700 (LWP 4314)]                                
[New Thread 0x7fffada89700 (LWP 4315)]                            
[New Thread 0x7fffad288700 (LWP 4316)]                                      
[ INFO] [1528281880.997841341]: Stereo is NOT SUPPORTED                  
[ INFO] [1528281880.997936728]: OpenGl version: 3 (GLSL 1.3).                            
[New Thread 0x7fff96e35700 (LWP 4330)]                                
[New Thread 0x7fff96634700 (LWP 4331)]                         
[Thread 0x7fffcbfff700 (LWP 4300) exited]                         
bt                               
[New Thread 0x7fffcbfff700 (LWP 4358)]                        
[Thread 0x7fffcbfff700 (LWP 4358) exited]                            
[New Thread 0x7fffcbfff700 (LWP 4365)]                                 
[New Thread 0x7fff87c99700 (LWP 4366)]                           
[New ...
(more)
edit retag flag offensive close merge delete

Comments

Sorry no answer. Just a comment. I have 14.04 and Jade on a Dell Latitude and RVIZ crashes about 50% of the time on start up. I have 14.04 and Jade on a Lenovo T420 and it never crashes I have 16.04 and Kinetic on a different Lenovo T420 and it never crashes. HW matters I guess. Sorry I can't help.

billy gravatar image billy  ( 2018-06-06 17:24:09 -0500 )edit