GNOME Bugzilla – Bug 644764
[regression] crash switching to calendar
Last modified: 2013-09-13 01:10:14 UTC
I'm running the git master (as of 3 days ago) in a gnome-2.91.91 environment. Switching to my calendar causes evolution to crash. Here's the backtrace: Program terminated with signal 5, Trace/breakpoint trap.
+ Trace 226321
Thread 1 (Thread 14389)
I should add that my current gnome installation doesn't run very well on this box. In particular metacity crashes (and I have to run mutter) as does dconf.
Looks like you're missing some icons.
It's looking for mail-attachment icon. I would retest after you sort out your issues with dconf.
OK, had a chat with David and the icon factory is printing on console: > e-utils-WARNING **: Icon 'mail-attachment' not present in theme then I looked into the code and the icon GTK_STOCK_MISSING_IMAGE is also not found, and there is a place where evolution g_error-s. The dconf bug report might be irrelevant to this.
The problem is that the git/master gnome-desktop-schemas needs a git/master gnome-desktop. Once I installed a consistent pair (both git/master). The problem (and several others) went away.
Good, thanks for the update.