RVIZ crashes on loading default.rviz

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 © 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 31212)]
[New Thread 0x7fffda76f700 (LWP 31213)]
[New Thread 0x7fffd94bf700 (LWP 31214)]
[New Thread 0x7fffd8cbe700 (LWP 31215)]
[New Thread 0x7fffcbfff700 (LWP 31216)]
[ INFO] [1528205114.613118141]: rviz version 1.11.18
[ INFO] [1528205114.613180560]: compiled against Qt version 4.8.6
[ INFO] [1528205114.613194826]: compiled against OGRE version 1.8.1 (Byatis)
[New Thread 0x7fffcb20b700 (LWP 31220)]
[New Thread 0x7fffcaa0a700 (LWP 31221)]
[New Thread 0x7fffca209700 (LWP 31222)]
[New Thread 0x7fffc9a08700 (LWP 31228)]
[New Thread 0x7fffaea8b700 (LWP 31229)]
[New Thread 0x7fffae28a700 (LWP 31230)]
[New Thread 0x7fffada89700 (LWP 31231)]
[New Thread 0x7fffad288700 (LWP 31232)]
[ INFO] [1528205114.885285836]: Stereo is NOT SUPPORTED
[ INFO] [1528205114.885388569]: OpenGl version: 3 (GLSL 1.3).
[New Thread 0x7fff96e35700 (LWP 31247)]
[New Thread 0x7fff96634700 (LWP 31248)]
[Thread 0x7fffd8cbe700 (LWP 31215) exited]
[New Thread 0x7fffd8cbe700 (LWP 31263)]
[New Thread 0x7fff87c99700 (LWP 31264)]
[Thread 0x7fff87c99700 (LWP 31264) exited]
[Thread 0x7fffd8cbe700 (LWP 31263) exited]
[New Thread 0x7fffd8cbe700 (LWP 31269)]
[New Thread 0x7fff87c99700 (LWP 31270)]
[New Thread 0x7fff87498700 (LWP 31271)]
[New Thread 0x7fff86c97700 (LWP 31272)]
[New Thread 0x7fff86496700 (LWP 31273)]
[New Thread 0x7fff85c95700 (LWP 31274)]
[New Thread 0x7fff85494700 (LWP 31275)]
[New Thread 0x7fff84c93700 (LWP 31276)]
[Thread 0x7fffcbfff700 (LWP 31216) exited]
[Thread 0x7fff85494700 (LWP 31275) exited]
[Thread 0x7fff86c97700 (LWP 31272) exited]
[Thread 0x7fffd8cbe700 (LWP 31269) exited]
[Thread 0x7fff84c93700 (LWP 31276) exited]
[Thread 0x7fff87c99700 (LWP 31270) exited]
[Thread 0x7fff87498700 (LWP 31271) exited]
[Thread 0x7fff85c95700 (LWP 31274) exited]

Program received signal SIGSEGV, Segmentation fault.
__strcmp_ssse3 () at …/sysdeps/x86_64/multiarch/…/strcmp.S:286
286 …/sysdeps/x86_64/multiarch/…/strcmp.S: そのようなファイルやディレクトリはありません.

please let me know if you know any solution.

Please ask questions on answers.ros.org, see our Support guidelines: https://wiki.ros.org/Support

Also, anytime you have a segfault or exception in gdb, please at least include the backtrace with the bt command.

Thank you for letting me know.