GNOME Bugzilla – Bug 691284
[abrt] Crash on alarm discard
Last modified: 2013-01-11 10:39:10 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=890448 Description of problem: I just dismissed some calendar notifications when the crash occurred. Version-Release number of selected component: evolution-data-server-3.4.4-4.fc17 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 backtrace_rating: 4 cmdline: /usr/libexec/evolution-calendar-factory crash_function: e_ews_connection_update_items_start kernel: 3.6.10-2.fc17.x86_64 Core was generated by `/usr/libexec/evolution-calendar-factory'. Program terminated with signal 11, Segmentation fault.
+ Trace 231347
Thread 1 (Thread 0x7fd685ffb700 (LWP 4476))
I know the 3.4.x is old, and 3.6.x will not crash, but claim a runtime warning, still it'll be good to investigate whether the 3.4.x crash uncovered anything or not.
It seems it's about "when in offline", because otherwise it works as expected. When in offline, no connection object is available, thus one ends with NULL being used here, but the 3.6+ doesn't listen for evolution's offline state, and doesn't open EWS calendars when in offline (bug #678466), thus I'm currently unable to reproduce this, thus I'm closing this for now.