GNOME Bugzilla – Bug 447797
crash in em_folder_tree_model_set_folder_info at em-folder-tree-model.c:444
Last modified: 2007-07-31 21:35:57 UTC
Version: 2.10 What were you doing when the application crashed? trying to send a message via port 465. Distribution: Fedora release 7 (Moonshine) Gnome Release: 2.18.2 2007-05-28 (Red Hat, Inc) BugBuddy Version: 2.18.0 System: Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 15:37:31 EDT 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: Fedora Memory status: size: 206249984 vsize: 206249984 resident: 85299200 share: 52326400 rss: 85299200 rss_rlim: 4294967295 CPU usage: start_time: 1181880831 rtime: 9236 utime: 8795 stime: 441 cutime:14078 cstime: 581 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1208719648 (LWP 3747)] [New Thread -1372710000 (LWP 5239)] [New Thread -1393689712 (LWP 5238)] [New Thread -1362220144 (LWP 5237)] [New Thread -1317745776 (LWP 4211)] [New Thread -1221801072 (LWP 3821)] [New Thread -1242788976 (LWP 3789)] (no debugging symbols found) 0x001c0402 in __kernel_vsyscall ()
+ Trace 141136
Thread 2 (Thread -1372710000 (LWP 5239))
----------- .xsession-errors (87 sec old) --------------------- (evolution:3747): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0xa811380' (evolution:3747): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0xa8114a0' (evolution:3747): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed (evolution:3747): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/usr/lib/evolution/2.10/plugins/liborg-gnome-new-mail-notify.so' (not exported?) (evolution:3747): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0xa8115c0' (evolution:3747): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0xa8116e0' (evolution:3747): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed (evolution:3747): Gtk-CRITICAL **: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed --------------------------------------------------
Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Could you please install some debugging packages [1], start the application as normal, and reproduce the crash, if possible? Once bug-buddy pops up, you can find the stacktrace in the Details, now containing way more information. Please copy that stacktrace and paste it as a comment here. Thanks in advance! [1] debugging packages for evolution, evolution-data-server, gtkhtml, gtk, glib, gnome-vfs, pango, libgnome and libgnomeui (as far as those packages are provided by your distribution). More details can be found here: http://live.gnome.org/GettingTraces
Well, here's the latest crash. (It seems to die a lot, in pretty rnadom places. This time, I was just checking to see that the new certificate for my imap server had been stored properly (went to preferences, sending messages, check available protocols, and it said "ok" instead of prompting me with to accept the cert again). After I closed that window it died.) If you need more debugging packages installed, just let me know... stack trace: Distribution: Fedora release 7 (Moonshine) Gnome Release: 2.18.2 2007-05-28 (Red Hat, Inc) BugBuddy Version: 2.18.0 System: Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 15:37:31 EDT 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: Fedora Memory status: size: 123494400 vsize: 123494400 resident: 51331072 share: 34377728 rss: 51331072 rss_rlim: 4294967295 CPU usage: start_time: 1181935817 rtime: 348 utime: 327 stime: 21 cutime:249 cstime: 18 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1208801568 (LWP 13524)] [New Thread -1296450672 (LWP 13568)] [New Thread -1242862704 (LWP 13561)] 0x00972402 in __kernel_vsyscall ()
+ Trace 141283
Thread 1 (Thread -1208801568 (LWP 13524))
----------- .xsession-errors (15 sec old) --------------------- ** (evolution:13524): DEBUG: mailto URL command: evolution --component=mail %s ** (evolution:13524): DEBUG: mailto URL program: evolution 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:13524): e-data-server-ui-WARNING **: Το Key file δεν έχει ομάδα 'Passwords-Mail' report junk?? Re:God Has Chosen You (evolution:13524): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/usr/lib/evolution/2.10/plugins/liborg-gnome-new-mail-notify.so' (not exported?) BBDB spinning up... (evolution:13524): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0xa4fb000' (evolution:13524): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0xa4fb120' --------------------------------------------------
ariel: nice trace, thanks a lot - glib2-debuginfo would make it even more perfect, but i think it works out. mbarnes, line 444 in evolution 2.10's codebase is an empty line, is there any f7-specific patch included? *shrug* http://svn.gnome.org/viewcvs/evolution/branches/gnome-2-18/mail/em-folder-tree-model.c?annotate=33312
Line 444 in the latest Fedora 7 package is: g_hash_table_insert (si->full_hash, g_strdup (fi->full_name), path_row); (Line 443 in the current gnome-2-18 Subversion branch.)
glib2-debuginfo would indeed help. It's dying in the string hashing function. My guess is fi->full_name is NULL.
And here you go, with glib debugging: Distribution: Fedora release 7 (Moonshine) Gnome Release: 2.18.2 2007-05-28 (Red Hat, Inc) BugBuddy Version: 2.18.0 System: Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 15:37:31 EDT 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: No Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: Fedora Memory status: size: 126275584 vsize: 126275584 resident: 53952512 share: 34254848 rss: 53952512 rss_rlim: 4294967295 CPU usage: start_time: 1181939668 rtime: 548 utime: 526 stime: 22 cutime:2 cstime: 3 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1208588576 (LWP 14906)] [New Thread -1296225392 (LWP 14950)] [New Thread -1242649712 (LWP 14943)] 0x0017d402 in __kernel_vsyscall ()
+ Trace 141297
Thread 1 (Thread -1208588576 (LWP 14906))
----------- .xsession-errors (25 sec old) --------------------- (evolution:14906): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x9917010' (evolution:14906): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x9917130' (evolution:14906): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/usr/lib/evolution/2.10/plugins/liborg-gnome-new-mail-notify.so' (not exported?) (evolution:14906): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x9917250' (evolution:14906): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x9917370' (evolution:14906): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/usr/lib/evolution/2.10/plugins/liborg-gnome-new-mail-notify.so' (not exported?) (evolution:14906): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x9917490' (evolution:14906): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x99175b0' --------------------------------------------------
*** Bug 447846 has been marked as a duplicate of this bug. ***
*** Bug 445329 has been marked as a duplicate of this bug. ***
*** Bug 443220 has been marked as a duplicate of this bug. ***
*** Bug 443045 has been marked as a duplicate of this bug. ***
*** Bug 440312 has been marked as a duplicate of this bug. ***
*** Bug 378055 has been marked as a duplicate of this bug. ***
bug 351531 could be a duplicate
*** Bug 448699 has been marked as a duplicate of this bug. ***
*** Bug 449592 has been marked as a duplicate of this bug. ***
*** Bug 449510 has been marked as a duplicate of this bug. ***
*** Bug 449716 has been marked as a duplicate of this bug. ***
*** Bug 450256 has been marked as a duplicate of this bug. ***
*** Bug 452044 has been marked as a duplicate of this bug. ***
*** Bug 452122 has been marked as a duplicate of this bug. ***
*** Bug 453309 has been marked as a duplicate of this bug. ***
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 407187 ***