Hide Forgot
Created attachment 551527 [details] log with CAMEL_DEBUG=all Description of problem: I upgraded my system from f16-updates-testing to rawhide this weekend. When I try to startup evolution it hangs. Camel debug output does not point to anything obvious. strace shows that it is waiting on a futex: futex(0x181ca44, FUTEX_WAIT_PRIVATE, 1, NULL <unfinished ...> evolution-3.3.3-1.fc17.x86_64 evolution-data-server-3.3.3-2.fc17.x86_64 evolution-data-server-devel-3.3.3-2.fc17.x86_64 evolution-data-server-doc-3.3.3-2.fc17.noarch evolution-exchange-3.3.3-1.fc17.x86_64 evolution-mapi-3.3.3-1.fc17.x86_64 evolution-NetworkManager-3.3.3-1.fc17.x86_64 evolution-perl-3.3.3-1.fc17.x86_64 evolution-pst-3.3.3-1.fc17.x86_64 glibc-2.15-1.fc17.x86_64 kernel-3.2.0-2.fc17.x86_64 3.3.2 from koji does not start either. 3.3.1 from koji seems to work fine.
Thanks for a bug report. Could you get a backtrace (with debuginfo packages of the right version for evolution-data-server and evolution installed) of the stuck evolution process, please? It'll show where it is stuck and can give a bit of hints. You can capture such backtrace with a command like this: $ gdb --batch --ex "t a a bt" -pid=PID &>bt.txt where PID is a process ID of a running application, in our case evolution. By any chance, do you use any IMAP account (not IMAP+), with set real trash and/or junk folders?
Created attachment 551573 [details] gdb backtrace of stuck evolution 3.3.3
I have a couple of imap accounts configured an at least two of them set draft,trash explicitly somewhere in the imap folder structure (INBOX/{Drafts,Trash})...
Thanks for the update. That's the same thing as the upstream bug [1], thus I'm moving it there. It's caused by code changes and the fact that it tries to get the remote Trash folder on start. I'm afraid there is nothing easier than a downgrade for now. The bug will be hopefully fixed in 3.3.4. [1] https://bugzilla.gnome.org/show_bug.cgi?id=667281
Thanks I will follow upstream...