GNOME Bugzilla – Bug 747234
network operations hang after susped
Last modified: 2015-05-19 10:44:53 UTC
Sometimes after resuming from a suspend, network operations hang with status bar showing "Reconnecting <SOME ACCOUNT>". Clicking the big Stop button in the toolbar has no effect but changing the status to "Reconnecting <SOME ACCOUNT> (cancelling)...". Moreover, I can't even quit evolution properly, it just stays there with the grey inactive interface forever. Only way out is killing it :(
Thanks for a bug report. The quit basically waits for all the activities in the status bar to finish (it's slightly more complicated, this is only a simplification). That explains why evolution doesn't quit. Not being able to cancel the ongoing activity seems wrong. It can be some mailer API limitation - there are still few. Could you install debuginfo packages for evolution-data-server and evolution and capture the backtrace of the stuck evolution, please? You can get the backtrace with command like this: $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt Please check the bt.txt for any private information, like passwords, email address, server addresses,... I usually search for "pass" at least (quotes for clarity only). The backtrace will show what evolution is trying to do. Thanks in advance.
Created attachment 303536 [details] backtrace It happend again, here is the bt
Thanks for the update. The backtrace points me to bug #742167, thus I mark this as a duplicate of it. *** This bug has been marked as a duplicate of bug 742167 ***