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 593216 - Evolution Mail and Calendar: Evolution crashes at sta...
Evolution Mail and Calendar: Evolution crashes at sta...
Status: RESOLVED DUPLICATE of bug 573125
Product: evolution
Classification: Applications
Component: BugBuddyBugs
2.26.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: Evolution Triage Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-08-26 19:43 UTC by Olivier Berger
Modified: 2009-08-27 05:56 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Olivier Berger 2009-08-26 19:43:56 UTC
Evolution crashes at startup


Distribution: Debian squeeze/sid
Gnome Release: 2.26.1 2009-04-14 (Debian)
BugBuddy Version: 2.26.0
Comment 1 Olivier Berger 2009-08-26 19:50:01 UTC
I started Evolution with CAMEL_VERBOSE_DEBUG=1 evolution gdb evolution

Here's the end of the output : 
sexp is : [(and  (and
  
       (match-all (not (or (= (user-tag "label")  "archive") (user-flag (+ "$Label"  "archive")) (user-flag  "archive"))))
    
  )
 (match-all (and (not (system-flag "deleted")) (not (system-flag "junk")))))]
Equivalent sql SELECT uid FROM 'développement/debian-ml/mod-auth-cas' WHERE ( ( (NOT (( ( usertags LIKE '%archive%' ) OR (labels LIKE '%$Labelarchive%') OR (labels LIKE '%archive%') ))) ) AND ( (NOT ((deleted = 1))) AND (NOT ((junk = 1))) ) )

camel_db_select:
SELECT uid FROM 'développement/debian-ml/mod-auth-cas' WHERE ( ( (NOT (( ( usertags LIKE '%archive%' ) OR (labels LIKE '%$Labelarchive%') OR (labels LIKE '%archive%') ))) ) AND ( (NOT ((deleted = 1))) AND (NOT ((junk = 1))) ) ) 

===========
DB SQL operation [SELECT uid FROM 'développement/debian-ml/mod-auth-cas' WHERE ( ( (NOT (( ( usertags LIKE '%archive%' ) OR (labels LIKE '%$Labelarchive%') OR (labels LIKE '%archive%') ))) ) AND ( (NOT ((deleted = 1))) AND (NOT ((junk = 1))) ) )] started
DB Operation ended. Time Taken : 0,000146
###########
sexp is : [(and  (and
  
       (match-all (not (or (= (user-tag "label")  "archive") (user-flag (+ "$Label"  "archive")) (user-flag  "archive"))))
    
  )
 (match-all (and (not (system-flag "deleted")) (not (system-flag "junk")))))]
Equivalent sql SELECT uid FROM 'développement/debian-ml/devel-announce' WHERE ( ( (NOT (( ( usertags LIKE '%archive%' ) OR (labels LIKE '%$Labelarchive%') OR (labels LIKE '%archive%') ))) ) AND ( (NOT ((deleted = 1))) AND (NOT ((junk = 1))) ) )

camel_db_select:
SELECT uid FROM 'développement/debian-ml/devel-announce' WHERE ( ( (NOT (( ( usertags LIKE '%archive%' ) OR (labels LIKE '%$Labelarchive%') OR (labels LIKE '%archive%') ))) ) AND ( (NOT ((deleted = 1))) AND (NOT ((junk = 1))) ) ) 

===========
DB SQL operation [SELECT uid FROM 'développement/debian-ml/devel-announce' WHERE ( ( (NOT (( ( usertags LIKE '%archive%' ) OR (labels LIKE '%$Labelarchive%') OR (labels LIKE '%archive%') ))) ) AND ( (NOT ((deleted = 1))) AND (NOT ((junk = 1))) ) )] started
DB Operation ended. Time Taken : 0,001279
###########
Creating Collation mbox_frompos_sort on bdata with 0xb51a7a20

camel_db_select:
SELECT * FROM folders WHERE folder_name = 'développement/debian-ml/debian-pts' 

===========
DB SQL operation [SELECT * FROM folders WHERE folder_name = 'développement/debian-ml/debian-pts'] started

read_fir_callback called 
DB Operation ended. Time Taken : 0,000260
###########

camel_db_select:
SELECT uid,flags FROM 'développement/debian-ml/debian-pts' order by bdata collate mbox_frompos_sort 

===========
DB SQL operation [SELECT uid,flags FROM 'développement/debian-ml/debian-pts' order by bdata collate mbox_frompos_sort] started
sexp is : [(and  (and
  
       (match-all (not (or (= (user-tag "label")  "archive") (user-flag (+ "$Label"  "archive")) (user-flag  "archive"))))
    
  )
 (match-all (and (not (system-flag "deleted")) (not (system-flag "junk")))))]
Equivalent sql SELECT uid FROM 'admininstratif' WHERE ( ( (NOT (( ( usertags LIKE '%archive%' ) OR (labels LIKE '%$Labelarchive%') OR (labels LIKE '%archive%') ))) ) AND ( (NOT ((deleted = 1))) AND (NOT ((junk = 1))) ) )

camel_db_select:
SELECT uid FROM 'admininstratif' WHERE ( ( (NOT (( ( usertags LIKE '%archive%' ) OR (labels LIKE '%$Labelarchive%') OR (labels LIKE '%archive%') ))) ) AND ( (NOT ((deleted = 1))) AND (NOT ((junk = 1))) ) ) 
[New Thread 0xb1a4cb90 (LWP 9416)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb124bb90 (LWP 9375)]
0xb6a15028 in ?? () from /lib/i686/cmov/libc.so.6



(gdb) thread apply all bt


Comment 2 Akhil Laddha 2009-08-27 05:56:55 UTC

*** This bug has been marked as a duplicate of bug 573125 ***