GNOME Bugzilla – Bug 456482
Crash in e_shell_settings_dialog_new[] / gtk_window_realize_icon[gtkwindow.c:285]
Last modified: 2007-08-05 09:01:27 UTC
Steps to reproduce: I was exercising Bug 447591 repeatedly, i.e. 1. Open Preferences, Mail Preferences, Collected addresses 2. Select a local, non-default address book to collect addresses. 3. Click OK/close. 4. Go to 1. Stack trace: Distribution: Fedora release 7 (Moonshine) Gnome Release: 2.18.3 2007-07-02 (Red Hat, Inc) BugBuddy Version: 2.18.0 System: Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10300000 Selinux: Enforcing Accessibility: Disabled GTK+ Theme: Clearlooks Icon Theme: Fedora Memory status: size: 612544512 vsize: 612544512 resident: 61833216 share: 35962880 rss: 61833216 rss_rlim: 18446744073709551615 CPU usage: start_time: 1184307136 rtime: 734 utime: 522 stime: 212 cutime:449 cstime: 51 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/evolution' [?1034h(no debugging symbols found) Using host libthread_db library "/lib64/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 46912743884160 (LWP 18815)] [New Thread 1157925200 (LWP 18877)] [New Thread 1115699536 (LWP 18843)] 0x00002aaaad8a297f in __libc_waitpid (pid=19223, stat_loc=0x7fff9129ba7c, options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:41 41 int result = INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL);
+ Trace 147697
Thread 1 (Thread 46912743884160 (LWP 18815))
0x00002aaaad8a297f 41 int result = INLINE_SYSCALL (wait4, 4, pid, stat_loc, options, NULL); The program is running. Quit anyway (and detach it)? (y or n) [answered Y; input not from terminal] ----------- .xsession-errors (71265 sec old) --------------------- (pidgin:3085): libebook-WARNING **: invalid escape, passing it through (pidgin:3085): libebook-WARNING **: invalid escape, passing it through (pidgin:3085): libebook-WARNING **: invalid escape, passing it through (pidgin:3085): libebook-WARNING **: invalid escape, passing it through (pidgin:3085): libebook-WARNING **: invalid escape, passing it through (pidgin:3085): libebook-WARNING **: invalid escape, passing it through (pidgin:3085): libebook-WARNING **: invalid escape, passing it through ...Too much output, ignoring rest... -------------------------------------------------- Other information: evolution-2.10.3-1.fc7 on Fedora 7 x86_64. All debug symbols are installed. Prelinking is turned off. Bug 447102 prevents reporting via bug buddy.
The debug output ( from running as evolution --debug=file) has ++++ (evolution:18815): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x934cc0' (evolution:18815): e-utils-WARNING **: Cannot resolve symbol 'org_gnome_new_mail_config' in plugin '/usr/lib64/evolution/2.10/plugins/liborg-gnome-new-mail-notify.so' (not exported?) (evolution:18815): e-data-server-ui-CRITICAL **: e_source_combo_box_set_active_uid: assertion `gtk_tree_row_reference_valid (reference)' failed (evolution:18815): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x935ac0' (evolution:18815): GLib-GObject-WARNING **: gsignal.c:1669: signal `source_selected' is invalid for instance `0x935cc0' ---- at the end before Bug Buddy obviously kicked in (as witnessed by a long list of ++++ warning: the debug information found in "XXX.0.0.debug" does not match "XXX" (CRC mismatch) ---- lines in the debug output). I do not believe this is relevant: the assertion is Bug 447591 and this whole sequence (assertion+2 signal) is repeated multiple times, but I thought I'd include it for completeness.
Created attachment 91718 [details] Full debug output
i am very sure that this is a dup of bug 443410, thanks for the wonderful trace! *** This bug has been marked as a duplicate of 443410 ***
allan, which exact versions of gtk+ and evolution is this about?
> allan, which exact versions of gtk+ and evolution is this about? All of them, I think, but formally whatever was current in the Fedora 7 repositories at the time I reported the bug. Looking through my yum log files that would seem to have been evolution.x86_64 2.10.3-1.fc7 (updated 8 July) gtk2.x86_64 2.10.13-1.fc7 (updated 20 June) gtk+.x86_64 1.2.10-57.fc7 (7 June) Current versions are: evolution-2.10.3-2.fc7 gtk2-2.10.14-3.fc7 gtk+-1.2.10-57.fc7 (only this one is the same as above) Allan.