GNOME Bugzilla – Bug 540541
crash in Evolution Mail and Calendar: switched the displayed d...
Last modified: 2008-10-31 19:38:50 UTC
What were you doing when the application crashed? switched the displayed directory Distribution: Debian lenny/sid Gnome Release: 2.22.2 2008-05-29 (Debian) BugBuddy Version: 2.22.0 System: Linux 2.6.25-9.slh.1-sidux-686 #1 SMP PREEMPT Tue Jun 24 23:26:13 UTC 2008 i686 X Vendor: The X.Org Foundation X Vendor Release: 10400090 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: Mist Memory status: size: 90722304 vsize: 90722304 resident: 29163520 share: 20467712 rss: 29163520 rss_rlim: 4294967295 CPU usage: start_time: 1214599248 rtime: 803 utime: 732 stime: 71 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 0xb680b740 (LWP 5104)] [New Thread 0xb2ce9b90 (LWP 5294)] [New Thread 0xb3d0db90 (LWP 5118)] 0xb802f424 in __kernel_vsyscall ()
+ Trace 201560
Thread 1 (Thread 0xb680b740 (LWP 5104))
----------- .xsession-errors (219 sec old) --------------------- /home/timo/.autostart: line 8: /usr/bin/glosung: Datei oder Verzeichnis nicht gefunden Initializing nautilus-open-terminal extension Initializing gnome-mount extension seahorse nautilus module initialized system-config-printer-applet: failed to start NewPrinterNotification service Desktop-Datei /usr/share/applications/zynaddsubfx.desktop konnte nicht für Panel-Starter : geöffnet werdenDatei oder Verzeichnis nicht gefunden (gnome-panel:5036): Gtk-CRITICAL **: gtk_icon_theme_lookup_icon: assertion `GTK_IS_ICON_THEME (icon_theme)' failed (gnome-panel:5036): Gtk-CRITICAL **: gtk_icon_theme_lookup_icon: assertion `GTK_IS_ICON_THEME (icon_theme)' failed CalDAV Eplugin starting up ... libnm_glib_nm_state_cb: dbus returned an error. (org.freedesktop.DBus.Error.ServiceUnknown) The name org.freedesktop.NetworkManager was not provided by any .service files (evolution:5104): bf-junk-filter-WARNING **: error occurred while spawning /usr/bin/bogofilter: Failed to execute child process "/usr/bin/bogofilter" (Datei oder Verzeichnis nicht gefunden) --------------------------------------------------
perfect trace, thanks
I think I was fixing something similar some time ago, not sure whether it's still in bugzilla or in sources already...
Ran into a crash looking suspiciously like this one in 2.24.1 (evolution-2.24.1-2.fc10.i386): (gdb) bt
+ Trace 208971
(gdb) info locals list = (GSList *) 0x0 update = 0 (gdb) print ip $3 = (HTMLImagePointer *) 0x9497208 (gdb) print ip->factory $4 = (HTMLImageFactory *) 0x0 So a crash because ip->factory was NULL. No idea what was going on: my _guess_ would be a race condition. (I was switching between mails and/or folders, if I recall correctly.) Would this be a gtkhtml3 bug or an error in evolution's implementation of that lib?
Stacktraces are sufficiently similar to those in bug #338921 (only two and a half years old) to mark this as a duplicate of that bug. *** This bug has been marked as a duplicate of 338921 ***