GNOME Bugzilla – Bug 751248
Evolution stuck (deadlock?) "Filtering Selected Messages" on GMail IMAP
Last modified: 2015-06-24 11:48:19 UTC
* Started Evolution via: CAMEL_DEBUG=imapx:io,imapx:conman gdb evolution --ex r --ex "b g_logv" --ex c --ex bt --ex c | tee /whatever/logfile * Pulled GMail IMAP mail and applied filters manually on single messages * Evolution showed a bunch of status bar message shown for 12 hours without any change (and pressing the "Cancel" button does nothing): * 1x Storing folder 'INBOX/Maniphest' * 1x Refreshing folder 'INBOX' * 1x Retrieving folder list for 'aklapper@example.com' * 8x Filtering Selected Messages (100% complete) * I Ctrl+C'ed Evolution: Program received signal SIGINT, Interrupt. 0xb7fdbbc8 in __kernel_vsyscall () Breakpoint 1 at 0xb3e10290: file gmessages.c, line 927. Continuing. [imapx:E] Ignoring timeout error, nothing was waiting (original error: Socket I/O timed out) [New Thread 0x974f4b40 (LWP 9130)] Program received signal SIGINT, Interrupt. 0xb7fdbbc8 in __kernel_vsyscall ()
+ Trace 235194
Thread 21 (Thread 0x9d1f2b40 (LWP 4133))
Thread 16 (Thread 0x9c9f1b40 (LWP 4489))
(gdb) info register eax 0xfffffdfc -516 ecx 0x4 4 edx 0x21 33 ebx 0xa01b130 167883056 esp 0xbfffeda4 0xbfffeda4 ebp 0x4 0x4 esi 0x8077428 134706216 edi 0xa01b130 167883056 eip 0xb7fdbbc8 0xb7fdbbc8 <__kernel_vsyscall+16> eflags 0x292 [ AF SF IF ] cs 0x73 115 ss 0x7b 123 ds 0x7b 123 es 0x7b 123 fs 0x0 0 gs 0x33 51 (gdb) list 421 EShell *shell; 422 GSettings *settings; 423 #ifdef DEVELOPMENT 424 gboolean skip_warning_dialog; 425 #endif 426 GError *error = NULL; 427 428 #ifdef G_OS_WIN32 429 e_util_win32_initialize (); 430 #endif (gdb)
Bug 750766 might be a duplicate.
(In reply to André Klapper from comment #1) > Bug 750766 might be a duplicate. Right, it is quite the same. *** This bug has been marked as a duplicate of bug 750766 ***