From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041114 Firefox/1.0 Description of problem: I swear I filed a bug on this before and we discussed it, but I can't find it. Anyways, I got a better backtrace from a deadlock. This seems to happen *very* often now. Particularly after waking my laptop up from sleep, or changing network connectivity with NetworkManager. Version-Release number of selected component (if applicable): evolution-2.0.2-4 How reproducible: Sometimes Steps to Reproduce: 1. Use evolution 2. Change network? Wake from sleep? Additional info:
Created attachment 107850 [details] evolution backtrace
Looking at the backtrace, thread 12 is waiting to acquire a lock on an IMAP backend, thread 6 is trying to grab data via SSL from an IMAP backend, thread 5 is also waiting for a lock on the IMAP backend. My guess is that thread 6's read will never succeed, since its IP address has changed from under it. I don't know offhand if this will timeout. Am I right in thinking that the latest rawhide evolution is a bit more robust in this regard?
It seems to work much better, yes. You can probably close this bug.