GNOME Bugzilla – Bug 668804
Crash in ecbm_connect_user()
Last modified: 2012-02-01 13:37:09 UTC
Evolution 3.3.5 don't remember any specific operation, playing around Notes, later tried to quit evolution and in the middle evolution-calendar-factory crashed. Program received signal SIGSEGV, Segmentation fault.
+ Trace 229528
Thread 2 (Thread 0xb6781b70 (LWP 12638))
Confirming, I just got similar crash:
+ Trace 229573
Thread 7 (Thread 0x7f5cd27fc700 (LWP 1887))
Created attachment 206570 [details] [review] ema patch for evolution-mapi; OK, so the backend could be freed while other parts of ema were using it (even indirectly). Thus it needs a little bit of reffing. It's done similarly in addressbook backend.
Created commit ef578a6 in ema master (3.3.5+)