After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 544491 - Deadlock during fetching mails
Deadlock during fetching mails
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.24.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[disk-summary]
Depends on:
Blocks: 543389
 
 
Reported: 2008-07-24 07:45 UTC by Akhil Laddha
Modified: 2013-09-13 01:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Akhil Laddha 2008-07-24 07:45:13 UTC
sexp is : [(match-all (and (not (system-flag "deleted")) (not (system-flag "junk"))))]
Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/testfolder' ]
tmp SELECT uid FROM 'INBOX/testfolder' WHERE (deleted != 1)
[Thread 0xb1cffb90 (LWP 18693) exited]
[New Thread 0xb1cffb90 (LWP 18695)]

sexp is : [(match-all (and (not (system-flag "deleted")) (not (system-flag "junk"))))]
Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/testfolder' ]
tmp SELECT uid FROM 'INBOX/testfolder' WHERE (deleted != 1)
^C
Program received signal SIGINT, Interrupt.
[Switching to Thread 0xb63796e0 (LWP 18611)]
0xffffe430 in __kernel_vsyscall ()
(gdb) t a a bt


Comment 1 Srinivasa Ragavan 2008-07-24 19:57:45 UTC
Fixed in trunk.