Created attachment 411148 [details] backtrace Description of problem: Google Calendar invite causes evolution to crash and core dump Version-Release number of selected component (if applicable): evolution-2.30.1-2.fc13.x86_64 evolution-mapi-0.30.1-1.fc13.x86_64 How reproducible: always Steps to Reproduce: 1. open google calendar invite in evolution 2. 3. Actual results: evolution crashes Expected results: evolution should display message Additional info: abrt isn't catching this crash, I'm not sure why. I manually spawned evolution from gdb, and created a backtrace as described here: http://projects.gnome.org/evolution/bugs.shtml
Thanks for a bug report. Unfortunately I do not see anything particularly wrong in the above backtrace. Could you install also debug info packages for evolution-data-server, evolution and evolution-mapi, and try to reproduce this issue under gdb like this: $ gdb evolution --ex r and when it crashes, then invoke a gdb command: (gdb) t a a bt and add here all from the console involving also text just before gdb stoped on the crash, please? (It'll show there something like "Signal handler called", or similar text, and then line where the crash happened.) I believe it's pretty the same as is described in your above link. Thanks in advance.
Installed: evolution-debuginfo-2.30.1-2.fc13.x86_64 evolution-data-server-debuginfo-2.30.1-2.fc13.x86_64 evolution-mapi-debuginfo-0.30.1-1.fc13.x86_64
Created attachment 411428 [details] backtrace
Also, it seems that any calendar invite is causing evolution to crash these days, so this may be a more generic issue. Check out bug# 587726
(In reply to comment #4) Just continuing my thought process: the interesting issue is that abrt is picking up an Exchange calender invite triggered crash, but not the Google Calendar invite triggered crash.
OK, thanks for the update. This one is same as bug #587726, it's in evolution-mapi. I'm marking this as a duplicate of the older, and let's move there. *** This bug has been marked as a duplicate of bug 587726 ***