GNOME Bugzilla – Bug 644792
[mail-notify] Crash when sending D-Bus message
Last modified: 2011-05-12 08:57:34 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=684822 abrt version: 1.1.17 architecture: x86_64 Attached file: backtrace, 173657 bytes cmdline: evolution component: evolution Attached file: coredump, 326021120 bytes crash_function: g_variant_is_trusted executable: /usr/bin/evolution kernel: 2.6.35.11-83.fc14.x86_64 package: evolution-2.32.2-1.fc14 rating: 4 reason: Process /usr/bin/evolution was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1300116729 uid: 500
+ Trace 226330
Thread 1 (Thread 0x7fdc33594980 (LWP 21463))
I see in the backtrace that this is caused by the mail-notification plugin, which is trying to send a DBus message about newly received emails, but the description strings seems to be UTF8 invalid, which GVariant resolves simply, it aborts the application. As a workaround, please go to Edit->Plugins, choose Mail Notification plugin and in the Configuration tab uncheck a "Generate a D-Bus message" option.
I cannot reproduce this myself, I suppose this was just a coincidence crash. As a workaround, I committed a change to the sources to check whether values going to be passed into GVariant are still UTF8 valid (which they should). I also changed couple other issues I noticed in the message-list which I faced when moving between folders quickly (moving as selecting different folders). Created commit 40346a7 in evo master (2.91.92+)
*** Bug 645840 has been marked as a duplicate of this bug. ***