GNOME Bugzilla – Bug 747271
deadlock
Last modified: 2015-04-07 09:55:59 UTC
I suspect this is just another symptom of my most recent ticket(s) about the INBOX filtering issue (bug # 746276 -- e_client_cache_get_client_sync() gets stuck), but now evolution is completely deadlocked to the point of not even repainting the UI.
+ Trace 234933
Thread 1 (Thread 0x7fecadf26a40 (LWP 18160))
Thanks for a bug report. You are right, this is the same issue. The only difference is the place the offending function was called in. This happened when evolution was called with some URI, it can be when opening a calendar from a meeting invitation or any other way. The backtrace doesn't show what URI was used. The difference is that the e_client_cache_get_client_sync() was called in the main thread, which blocked whole application, instead of blocking only a particular dedicated thread. *** This bug has been marked as a duplicate of bug 746276 ***