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 How to reproduce ----- 1. Edited URL for RSS feed. 2. Crash. 3.
Created attachment 484224 [details] File: backtrace
Package: evolution-2.32.2-1.fc14 Architecture: x86_64 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. Edit URL for RSS feed. 2. Evo crashes, restart shows a duplicate of the old feed with the new URL and a corrupted name field. 3. Attempt to view the new feed. Comment ----- Also, can't delete or rename the new feed. Deleting it causes it to disappear from the list in the Preferences dialog, but it still shows up in the list of feeds in Evo's account tree.
Thanks for a bug report. 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 moved this upstream as [1]. Please see [1] for any further updates. If possible, please CC yourself there, in case upstream developers will have additional questions. [1] https://bugzilla.gnome.org/show_bug.cgi?id=644792
Thanks. For the workaround, I found the files that produce the entries in the RSS listing (~/.local/share/evolution/mail/local/News and Blogs.sbd/) and deleted the one with the bad name. What's not obvious is how it got created in the first place. Will follow the upstream progress.