You are not logged in.
On a fresh installation with Gnome, when I click on Search >> Search Locations the Gnome Control Center just crashes:
$ gdb gnome-control-center
GNU gdb (GDB) 8.3
Copyright (C) 2019 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-pc-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 gnome-control-center...
(No debugging symbols found in gnome-control-center)
(gdb) run
Starting program: /usr/bin/gnome-control-center
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe9ad7700 (LWP 2431)]
[New Thread 0x7fffe92d6700 (LWP 2432)]
[New Thread 0x7fffe8aaf700 (LWP 2433)]
[New Thread 0x7fffdbfff700 (LWP 2434)]
[New Thread 0x7fffda87e700 (LWP 2435)]
[Thread 0x7fffe92d6700 (LWP 2432) exited]
[New Thread 0x7fffe92d6700 (LWP 2686)]
[New Thread 0x7fffd97b8700 (LWP 2687)]
Thread 1 "gnome-control-c" received signal SIGSEGV, Segmentation fault.
0x00005555556234d2 in ?? ()
(gdb) bt full
#0 0x00005555556234d2 in ()
#1 0x00007ffff7cecbf4 in () at /usr/lib/libgio-2.0.so.0
#2 0x00007ffff7cecc29 in () at /usr/lib/libgio-2.0.so.0
#3 0x00007ffff7b1c27f in g_main_context_dispatch ()
at /usr/lib/libglib-2.0.so.0
#4 0x00007ffff7b1e1c1 in () at /usr/lib/libglib-2.0.so.0
#5 0x00007ffff7b1e201 in g_main_context_iteration ()
at /usr/lib/libglib-2.0.so.0
#6 0x00007ffff7ccf9ae in g_application_run () at /usr/lib/libgio-2.0.so.0
#7 0x000055555559f3fe in main ()
(gdb) Can anyone confirm that issue or has a hint what may be wrong here?
Last edited by Master One (2019-09-29 13:02:46)
Offline
Offline