GNOME Bugzilla – Bug 616146
after fetching mail a few times evolution hangs
Last modified: 2019-02-22 11:46:37 UTC
When I start evolution it fetches mail and then is able to a while long but after 10-20 minutes it hangs with fetching for all the accounts and just sits there. I have killed ev and restarted and gotten the same behavior. Here are some error messages I get: (evolution:8053): camel-local-provider-CRITICAL **: mbox_cmp_uids: assertion `a != NULL' failed (evolution:8053): camel-local-provider-WARNING **: Didn't get the next message where I expected (49588) got 59901 instead Happy to provide any information you need. thanks
Which server type do you use IMAP / POP / Exchange ? When evolution hangs, could you please check whether evolution-data-server process is running or not, you can use command 'ps -ef | grep evolution-data-server' on terminal. It will be helpful if you can provide gdb traces of evolution process when it hangs. Start evolution under gdb from terminal, when it hangs, do 'ctrl+c' then 'thread apply all bt' and paste the traces here. see http://live.gnome.org/GettingTraces/Details#gdb-not-yet-running for details about how to do this
pop data server is still running ^C Program received signal SIGINT, Interrupt. 0xffffe424 in __kernel_vsyscall () (gdb) thread apply all bt
+ Trace 221442
Thanks.
could be similar to bug 616512
reassigning to gnome-keyring, from IRC discussion "gnome_keyring_is_available() is calling gkr_operation_unref() -followed by- gkr_operation_block()" "gnome_keyring_is_available (void) ... gkr_operation_unref (op); return gkr_operation_block (op) == GNOME_KEYRING_RESULT_OK; ..."
Nope, this is almost certainly the same flaw in evolution's keyring access that comes up constantly. Please see duplicate bug #621063. If you can provide a stack trace that shows this isn't the same issue, then please reopen. *** This bug has been marked as a duplicate of bug 621063 ***