GNOME Bugzilla – Bug 569839
Crash in gtk_tray_icon_manager_filter()
Last modified: 2013-10-14 06:18:36 UTC
Steps to reproduce: 1. Receive an email. 2. A systray notification about new mail appears. 3. One-click on the email that just arrived. 4. Crash! Stack trace: Distribution: Gentoo Base System release 2.0.0 Gnome Release: 2.24.3 2009-01-18 (Gentoo) BugBuddy Version: 2.24.2 System: Linux 2.6.28-gentoo-r1 #1 SMP PREEMPT Wed Jan 21 21:03:28 CET 2009 x86_64 X Vendor: The X.Org Foundation X Vendor Release: 10503000 Selinux: No Accessibility: Disabled GTK+ Theme: MurrinaVerdeOlivo Icon Theme: Mist Memory status: size: 620646400 vsize: 620646400 resident: 133316608 share: 24645632 rss: 133316608 rss_rlim: 18446744073709551615 CPU usage: start_time: 1233330508 rtime: 1350 utime: 1224 stime: 126 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 0x7f85daa317a0 (LWP 8249)] [New Thread 0x43d54950 (LWP 8398)] [New Thread 0x418ed950 (LWP 8257)] 0x00007f85d755153f in waitpid () from /lib/libpthread.so.0
+ Trace 212032
Thread 1 (Thread 0x7f85daa317a0 (LWP 8249))
----------- .xsession-errors (481 sec old) --------------------- Bonobo-Activation-Message: Successfully registered `OAFIID:GNOME_Evolution_Shell:2.24' ** (evolution:8249): DEBUG: mailto URL command: evolution %s ** (evolution:8249): 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:8249): camel-WARNING **: camel_exception_get_id called with NULL parameter. (evolution:8249): camel-WARNING **: camel_exception_get_id called with NULL parameter. (evolution:8249): camel-WARNING **: camel_exception_get_id called with NULL parameter. (evolution:8249): camel-WARNING **: camel_exception_get_id called with NULL parameter. (evolution:8249): Gtk-CRITICAL **: gtk_text_buffer_set_text: assertion `text != NULL' failed -------------------------------------------------- Other information:
see bug 562535 also
Thanks Akhil. Definately the same bug or very related. I can reproduce bug 562535 too.
I get this too on 2.24.5 running under awesome (so not the standard system tray; awesome has it's own tray) every 2-3 times I try to reply to an email. Pretty much the same backtrace.
I forgot to mention that *little* detail: I'm using awesome too.
Honestly this looks like a GTK+ bug. I don't think there's much we can do from the Evolution side. Reassigning so the GTK+ team can have a look. This was reported against Evolution 2.24, so that implies GTK+ 2.14 or later.
It is, indeed GTK+ 2.14.7 here. It's awesome 3.1.2 if that matters. After reading this bug, it may be caused by replying to an email after the new mail notification has come and gone once. That is, after I've gotten new mail without evo having focus (causing the new mail icon to pop up) followed by switching to evo (causing it to go away again). That may just be my impression, tho.
Hmm, I can't really see anything wrong with the code there. Any change you could reproduce this in gdb and try to find out what exactly is going wrong here ?
Additional information was never provided so marking as obsolete. Feel free to reopen if you still have the issue with current GTK versions.