GNOME Bugzilla – Bug 595804
(Debian) Crash in g_local_file_enumerator_next_file
Last modified: 2010-07-10 22:03:49 UTC
What were you doing when the application crashed? I was trying to attach a file to the e-mail I was composing Distribution: Debian squeeze/sid Gnome Release: 2.26.1 2009-04-14 (Debian) BugBuddy Version: 2.26.0 System: Linux 2.6.30-1-686 #1 SMP Sat Aug 15 19:11:58 UTC 2009 i686 X Vendor: The X.Org Foundation X Vendor Release: 10603000 Selinux: No Accessibility: Disabled GTK+ Theme: DebianRed Icon Theme: gnome GTK+ Modules: gnomebreakpad, canberra-gtk-module Memory status: size: 218116096 vsize: 218116096 resident: 82817024 share: 31875072 rss: 82817024 rss_rlim: 18446744073709551615 CPU usage: start_time: 1253515516 rtime: 13623 utime: 12931 stime: 692 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' [Thread debugging using libthread_db enabled] [New Thread 0xaedffb90 (LWP 6149)] [New Thread 0xaa5f6b90 (LWP 6145)] [New Thread 0xad5fcb90 (LWP 6075)] [New Thread 0xaddfdb90 (LWP 6074)] [New Thread 0xb08fbb90 (LWP 4305)] [New Thread 0xb217ab90 (LWP 4299)] [New Thread 0xb2aa4b90 (LWP 3978)] [New Thread 0xb32a5b90 (LWP 3977)] [New Thread 0xb3aa6b90 (LWP 3976)] [New Thread 0xb42a7b90 (LWP 3974)] 0xb7f45424 in __kernel_vsyscall ()
+ Trace 217724
Thread 3 (Thread 0xaa5f6b90 (LWP 6145))
----------- .xsession-errors (99 sec old) --------------------- kbuildsycoca4 running... kdeinit4: preparing to launch /usr/lib/libkdeinit4_kbuildsycoca4.so <unknown program name>(3871)/ KStartupInfo::createNewStartupId: creating: "apama;1253518529;446134;3871_TIME0" : "unnamed app" kbuildsycoca4 running... kdeinit4: preparing to launch /usr/lib/libkdeinit4_kbuildsycoca4.so <unknown program name>(3871)/ KStartupInfo::createNewStartupId: creating: "apama;1253518540;909115;3871_TIME0" : "unnamed app" kbuildsycoca4 running... kdeinit4: preparing to launch /usr/bin/ooffice DEBUG: Received/EFGH/F/ferran (mbox:/home/lobo/.evolution/mail/local#Received/EFGH/F/ferran) kdeinit4: preparing to launch /usr/lib/kde4/kio_thumbnail.so kdeinit4: preparing to launch /usr/lib/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib/kde4/kio_thumbnail.so kdeinit4: preparing to launch /usr/lib/kde4/kio_thumbnail.so kdeinit4: preparing to launch /usr/lib/kde4/kio_file.so kdeinit4: preparing to launch /usr/lib/kde4/kio_thumbnail.so --------------------------------------------------
No Evolution related code at all in the stacktrace. I can imagine it's once again Debian-only.
*** Bug 595805 has been marked as a duplicate of this bug. ***
*** Bug 595806 has been marked as a duplicate of this bug. ***
looks to me a cairo crash
*** Bug 601027 has been marked as a duplicate of this bug. ***
-> glib Last duplicate was from Nautilus, reassigning to GLib, though I think this is debian-specific.
Created attachment 152005 [details] [review] Proposed patch From looking at this stack trace, it looks like this patch might help against this crash.
Not sure how it is going to make a difference. There is already a my_error = NULL; right before the actual use of &my_error in that function.
This problem also happened in other distributions like gentoo. Workarounds were deleting ~/.local/share/mime/mime.cache or upgrading gvfs. It has been reproducible for a period, but it's not going to be reproducible anymore with latest versions.
Lets close this, then