GNOME Bugzilla – Bug 544497
Evolution crashed : trying to search a pattern in 'Current account' option
Last modified: 2013-09-13 00:57:43 UTC
Evolution 2.23.5 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb63596e0 (LWP 20480)] camel_message_info_time (mi=0x0, id=8) at camel-folder-summary.c:4253 4253 if (mi->summary) (gdb) t a a bt
+ Trace 203653
Thread 1 (Thread 0xb63596e0 (LWP 20480))
I searched for 'camel' string, terminal logs if that helps sexp is : [ (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) ] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/foldermain/subfolder1/subfolder12' ] tmp SELECT uid FROM 'INBOX/foldermain/subfolder1/subfolder12' WHERE (subject LIKE '%camel%') len = 0 1 sexp is : [ (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) ] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/foldermain/subfolder2/subfolder21/subfolder211' ] tmp SELECT uid FROM 'INBOX/foldermain/subfolder2/subfolder21/subfolder211' WHERE (subject LIKE '%camel%') len = 0 1 sexp is : [ (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) ] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/testfolder5' ] tmp SELECT uid FROM 'INBOX/testfolder5' WHERE (subject LIKE '%camel%') len = 0 1 sexp is : [ (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) ] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX' ] tmp SELECT uid FROM 'INBOX' WHERE (subject LIKE '%camel%') len = 3 1 sexp is : [ (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) ] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX' ] tmp SELECT uid FROM 'INBOX' WHERE (subject LIKE '%camel%') len = 3 1 [New Thread 0xb1bffb90 (LWP 20568)] sexp is : [(and (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) (match-all (and (not (system-flag "deleted")) (not (system-flag "junk")))))] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/foldermain/subfolder1/subfolder12' ] tmp SELECT uid FROM 'INBOX/foldermain/subfolder1/subfolder12' WHERE ((subject LIKE '%camel%') or (mail_from LIKE '%camel%') or ((deleted != 1) and (junk != 1))) sexp is : [(and (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) (match-all (and (not (system-flag "deleted")) (not (system-flag "junk")))))] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/foldermain/subfolder2/subfolder21/subfolder211' ] tmp SELECT uid FROM 'INBOX/foldermain/subfolder2/subfolder21/subfolder211' WHERE ((subject LIKE '%camel%') or (mail_from LIKE '%camel%') or ((deleted != 1) and (junk != 1))) sexp is : [(and (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) (match-all (and (not (system-flag "deleted")) (not (system-flag "junk")))))] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/testfolder5' ] tmp SELECT uid FROM 'INBOX/testfolder5' WHERE ((subject LIKE '%camel%') or (mail_from LIKE '%camel%') or ((deleted != 1) and (junk != 1))) sexp is : [(and (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) (match-all (and (not (system-flag "deleted")) (not (system-flag "junk")))))] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX' ] tmp SELECT uid FROM 'INBOX' WHERE ((subject LIKE '%camel%') or (mail_from LIKE '%camel%') or ((deleted != 1) and (junk != 1))) sexp is : [(and (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) (match-all (and (not (system-flag "deleted")) (not (system-flag "junk")))))] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX' ] tmp SELECT uid FROM 'INBOX' WHERE ((subject LIKE '%camel%') or (mail_from LIKE '%camel%') or ((deleted != 1) and (junk != 1))) returning 156 sexp is : [ (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) ] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/foldermain/subfolder1/subfolder11/subfolder111' ] tmp SELECT uid FROM 'INBOX/foldermain/subfolder1/subfolder11/subfolder111' WHERE (subject LIKE '%camel%') len = 0 1 sexp is : [ (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) ] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/foldermain/subfolder2/subfolder21' ] tmp SELECT uid FROM 'INBOX/foldermain/subfolder2/subfolder21' WHERE (subject LIKE '%camel%') len = 0 1 sexp is : [ (or (match-all (header-contains "Subject" "camel")) (match-all (header-contains "From" "camel")) ) ] Something is returned in the top-level caller : [SELECT uid FROM 'INBOX/Camel-DS' ] tmp SELECT uid FROM 'INBOX/Camel-DS' WHERE (subject LIKE '%camel%') len = 3 1
Ill defer fixing this, till I step into vfolders. All account/current account are slightly different types of vfolders. We currently just making normal vfolders work perfect. So Akhil, remind me again if it gets delayed a lot :) Thanks for your patience.
*** Bug 546464 has been marked as a duplicate of this bug. ***
This should be fixed.
*** Bug 544657 has been marked as a duplicate of this bug. ***
*** Bug 545290 has been marked as a duplicate of this bug. ***