GNU gdb (GDB) 7.6 Copyright (C) 2013 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later 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-unknown-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/gnome-control-center...(no debugging symbols found)...done. (gdb) run Starting program: /usr/bin/gnome-control-center warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000 warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? Program received signal SIGSEGV, Segmentation fault. 0x00007ffff7deab8d in match_symbol () from /lib64/ld-linux-x86-64.so.2 (gdb) bt #0 0x00007ffff7deab8d in match_symbol () from /lib64/ld-linux-x86-64.so.2 #1 0x00007ffff7deb038 in _dl_check_map_versions () from /lib64/ld-linux-x86-64.so.2 #2 0x00007ffff7deb3e4 in _dl_check_all_versions () from /lib64/ld-linux-x86-64.so.2 #3 0x00007ffff7ddfa38 in version_check_doit () from /lib64/ld-linux-x86-64.so.2 #4 0x00007ffff7de99ce in _dl_receive_error () from /lib64/ld-linux-x86-64.so.2 #5 0x00007ffff7dde653 in dl_main () from /lib64/ld-linux-x86-64.so.2 #6 0x00007ffff7df023a in _dl_sysdep_start () from /lib64/ld-linux-x86-64.so.2 #7 0x00007ffff7ddfd26 in _dl_start () from /lib64/ld-linux-x86-64.so.2 #8 0x00007ffff7ddc4b8 in _start () from /lib64/ld-linux-x86-64.so.2 #9 0x0000000000000001 in ?? ()