nautilus segmentation fault
Hi Folks, I have problems with Nautilus. I have some cifs mounts via systemd. For one mountpoint if I want to enter it, Nautilus crashes with segmentation fault. I really don't understand it because it worked beforehand and all the other mount points which are nearly identical are working fine.
I even tried to completely stop, disable, the service and remover the file and the folder. Rebooting and adding everything again. But it doesn't help. I also removed nautilus and installed it again. Nothing helps. WIth this I really can't use the system.
When I do:
gdb nautilus
and then run I get the following output, when I want to enter the share:
Thread 15 "pool" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff1652700 (LWP 9439)]
0x00007ffff73c9e8d in ?? () from /lib64/libgio-2.0.so.0
Here is the recent output of journalctl -p3. Found on my internet research that this might provide more information.
Nov 18 22:59:07 lide systemd-coredump[10544]: Process 10528 (nautilus) of user 1000 dumped core.
Stack trace of thread 10534:
#0 0x00007f8ddeee7e8d n/a (libgio-2.0.so.0)
#1 0x00007f8ddeee83d4 n/a (libgio-2.0.so.0)
#2 0x00007f8ddeee721a n/a (libgio-2.0.so.0)
#3 0x00007f8ddeec3983 g_content_type_guess (libgio-2.0.so.0)
#4 0x00007f8ddeeb3184 n/a (libgio-2.0.so.0)
#5 0x00007f8ddeeb4bbc n/a (libgio-2.0.so.0)
#6 0x00007f8ddeeb1f11 n/a (libgio-2.0.so.0)
#7 0x00007f8ddee204c8 n/a (libgio-2.0.so.0)
#8 0x00007f8ddee5ba07 n/a (libgio-2.0.so.0)
#9 0x00007f8ddfa1ee93 n/a (libglib-2.0.so.0)
#10 0x00007f8ddfa1e48a n/a (libglib-2.0.so.0)
#11 0x00007f8ddeaf558e start_thread (libpthread.so.0)
#12 0x00007f8ddea24593 __clone (libc.so.6)
Stack trace of thread 10532:
#0 0x00007f8ddea1eded syscall (libc.so.6)
#1 0x00007f8ddfa3d003 g_cond_wait (libglib-2.0.so.0)
#2 0x00007f8ddf9c724b n/a (libglib-2.0.so.0)
#3 0x00007f8ddfa1ee67 n/a (libglib-2.0.so.0)
#4 0x00007f8ddfa1e48a n/a (libglib-2.0.so.0)
#5 0x00007f8ddeaf558e start_thread (libpthread.so.0)
#6 0x00007f8ddea24593 __clone (libc.so.6)
Stack trace of thread 10529:
#0 0x00007f8ddea19371 __poll (libc.so.6)
#1 0x00007f8ddf9f55a6 n/a (libglib-2.0.so.0)
#2 0x00007f8ddf9f56d0 g_main_context_iteration (libglib-2.0.so.0)
#3 0x00007f8ddf9f5721 n/a (libglib-2.0.so.0)
#4 0x00007f8ddfa1e48a n/a (libglib-2.0.so.0)
#5 0x00007f8ddeaf558e start_thread (libpthread.so.0)
#6 0x00007f8ddea24593 __clone (libc.so.6)
Stack trace of thread 10530:
#0 0x00007f8ddea19371 __poll (libc.so.6)
#1 0x00007f8ddf9f55a6 n/a (libglib-2.0.so.0)
#2 0x00007f8ddf9f5962 g_main_loop_run (libglib-2.0.so.0)
#3 0x00007f8ddee9c79a n/a (libgio-2.0.so.0)
#4 0x00007f8ddfa1e48a n/a (libglib-2.0.so.0)
#5 0x00007f8ddeaf558e start_thread (libpthread.so.0)
#6 0x00007f8ddea24593 __clone (libc.so.6)
Stack trace of thread 10533:
#0 0x00007f8ddea19371 __poll (libc.so.6)
#1 0x00007f8ddf9f55a6 n/a (libglib-2.0.so.0)
#2 0x00007f8ddf9f56d0 g_main_context_iteration (libglib-2.0.so.0)
#3 0x00007f8dd997cc7d n/a (libdconfsettings.so)
#4 0x00007f8ddfa1e48a n/a (libglib-2.0.so.0)
#5 0x00007f8ddeaf558e start_thread (libpthread.so.0)
#6 0x00007f8ddea24593 __clone (libc.so.6)
Stack trace of thread 10542:
#0 0x00007f8ddea1eded syscall (libc ...
Without debug symbols installed (see the
gdb
output, especially the line mentioning the commanddnf debuginfo-install …
), the backtrace is useless. Please install debug symbols and try again.Currently I can reproduce the problem. But Thanks for the information.