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 555660 - regular crashes in vee_sync()
regular crashes in vee_sync()
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
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-10-09 11:43 UTC by Stanislav Brabec
Modified: 2008-10-14 19:08 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Stanislav Brabec 2008-10-09 11:43:34 UTC
When starting evolution, one of about four starts crashes in vee_sync. When starting from gdb, it crashes in 100% of cases.

Note that this bug is critical from another aspect: Even if it works, ~/.xsession-errors is filled with hundreds of megabytes or gigabytes of garbage.

openSUSE Factory (past 11.1 beta2) x86_64
evolution-2.24.0
evolution-data-server-2.24.0
gtkhtml2-3.24.0


(evolution:1829): camel-WARNING **: No uid[45830] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45831] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45832] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45833] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45834] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45835] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[43530] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45836] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45837] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45838] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[43533] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[45839] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[43534] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[43535] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[43536] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[44038] exists in INBOX


(evolution:1829): camel-WARNING **: No uid[43537] exists in INBOX


(evolution:1829): camel-WARNING **: Chyba při ukládání '0\x8aW\u0008': Příkaz IMAP selhal:  No mailbox selected.

Program received signal SIGABRT, Aborted.

Thread 140736848922960 (LWP 1854)

  • #0 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 *__GI_abort
    at abort.c line 88
  • #2 malloc_printerr
  • #3 vee_sync
    at camel-vee-folder.c line 586
  • #4 camel_folder_sync
    at camel-folder.c line 325
  • #5 refresh_folders_exec
    at mail-send-recv.c line 814
  • #6 mail_msg_proxy
    at mail-mt.c line 520
  • #7 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #8 g_thread_create_proxy
    at gthread.c line 635
  • #9 start_thread
    at pthread_create.c line 297
  • #10 clone
    from /lib64/libc.so.6
  • #11 ??

Thread 140736956148048 (LWP 2074)

  • #0 *__GI_raise
    at ../nptl/sysdeps/unix/sysv/linux/raise.c line 64
  • #1 *__GI_abort
    at abort.c line 88
  • #2 malloc_printerr
  • #3 vee_sync
    at camel-vee-folder.c line 586
  • #4 camel_folder_sync
    at camel-folder.c line 325
  • #5 refresh_folders_exec
    at mail-send-recv.c line 814
  • #6 mail_msg_proxy
    at mail-mt.c line 520
  • #7 g_thread_pool_thread_proxy
    at gthreadpool.c line 265
  • #8 g_thread_create_proxy
    at gthread.c line 635
  • #9 start_thread
    at pthread_create.c line 297
  • #10 clone
    from /lib64/libc.so.6
  • #11 ??

Comment 1 Srinivasa Ragavan 2008-10-14 19:08:19 UTC
This is fixed in stable/trunk already