GNOME Bugzilla – Bug 688468
Crash under gtk_border_image_render_slice()
Last modified: 2014-12-22 16:42:01 UTC
Evolution suddenly crashed while checking mail with this backtrace: [New LWP 29608] [New LWP 29615] [New LWP 29616] [New LWP 20972] [New LWP 29617] [New LWP 20969] [New LWP 29618] [New LWP 29619] [New LWP 29645] [New LWP 29977] [New LWP 31089] [New LWP 20958] [New LWP 20975] [New LWP 20970] warning: Can't read pathname for load map: Input/output error. warning: .dynamic section for "/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so" is not at the expected address (wrong library or version mismatch?) warning: .dynamic section for "/usr/lib/flashplugin-nonfree/libflashplayer.so" is not at the expected address (wrong library or version mismatch?) [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `evolution'. Program terminated with signal 3, Quit.
+ Trace 231179
Thread 1 (Thread 0x7f20b86ca9c0 (LWP 29608))
I'm using Evolution 3.6.1 from experimental on Debian Wheezy AMD64.
Thread 1 is deep within GTK+ / Cairo / X11, all other threads are idle. Doesn't appear to be caused by a flaw in the Evolution source code.
Similar downstream bug report from 3.6.3 and evolution-alarm-notify: https://bugzilla.redhat.com/show_bug.cgi?id=915145 As it's deep in gtk+, I'm moving it there.
looks like a crash inside libxcb, actually. And I believe there have been fixed to the xid allocation inside xcb since this was filed.