GNOME Bugzilla – Bug 756885
gvfsd crashes with error:0
Last modified: 2015-10-20 23:15:12 UTC
Created attachment 313772 [details] core_backtrace from abrt With gvfs-1.24.2, gvfsd is crashing on me. The main noticeable symptom is that everything using gvfs takes forever to start. I have log entries like, Sep 15 21:43:25 [kernel] traps: gvfsd[2157] trap int3 ip:38b480f01f5 sp:3c99d55cd20 error:0 I first reported this at https://bugs.gentoo.org/show_bug.cgi?id=560592 and there's a tiny bit more info there, but I'm attaching my backtrace and core_backtrace from abrt here, too.
Created attachment 313773 [details] backtrace from abrt
[New LWP 2163] [New LWP 2165] [New LWP 2164] warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". Core was generated by `/usr/libexec/gvfsd'. Program terminated with signal SIGTRAP, Trace/breakpoint trap.
+ Trace 235600
Thread 1 (Thread 0x3cb7d9f0700 (LWP 2163))
This happens when there are no existing monitor implementations, which has happened because your configuration hasn't enabled any. I've cherry-picked the commit that fixes this issue from master to the 1.24.x branch (GNOME 3.16): https://git.gnome.org/browse/gvfs/commit/?h=gnome-3-16&id=c259305847b1ebde1ae89a3c921a13b6c0b67116 I'm not sure when (or if) there will be another 1.24.x release though but I expect that Gentoo can include this commit. Thanks *** This bug has been marked as a duplicate of bug 756105 ***