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 661456 - Evolution sometimes crashes when I open it in camel_folder_search_set_folder
Evolution sometimes crashes when I open it in camel_folder_search_set_folder
Status: RESOLVED DUPLICATE of bug 638810
Product: evolution
Classification: Applications
Component: Mailer
3.2.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-10-11 14:12 UTC by Damien Gombault
Modified: 2012-01-04 16:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damien Gombault 2011-10-11 14:12:22 UTC
When I get the crash Evolution was directly opened in a search folder. 

I use one IMAP account.

I use Evolution 3.2.0 on Archlinux 64 bits.

Trace :

Thread 11 (Thread 0x7fe3330a08e0 (LWP 13167))

  • #0 fsync
    from /lib/libpthread.so.0
  • #1 camel_offline_journal_write
    at camel-offline-journal.c line 164
  • #2 imap_folder_dispose
    at camel-imap-folder.c line 214
  • #3 g_object_unref
    at gobject.c line 2709
  • #4 signal_data_free
    at camel-store.c line 120
  • #5 g_source_callback_unref
    at gmain.c line 1324
  • #6 g_source_destroy_internal
    at gmain.c line 993
  • #7 g_main_dispatch
    at gmain.c line 2466
  • #8 g_main_context_dispatch
    at gmain.c line 3011
  • #9 g_main_context_iterate
    at gmain.c line 3089
  • #10 g_main_loop_run
    at gmain.c line 3297
  • #11 gtk_main
    at gtkmain.c line 1362
  • #12 main
    at main.c line 696

Thread 10 (Thread 0x7fe323e54700 (LWP 13169))

  • #0 read
    from /lib/libpthread.so.0
  • #1 unix_signal_helper_thread
    at gmain.c line 4567
  • #2 g_thread_create_proxy
    at gthread.c line 1962
  • #3 start_thread
    from /lib/libpthread.so.0
  • #4 clone
    from /lib/libc.so.6
  • #5 ??

Comment 1 Milan Crha 2012-01-04 16:57:57 UTC
Thanks for a bug report. This one is filled already, thus I'm marking this as a duplicate of it. But I noticed the issue in your backtrace, which I didn't see in the other bug. Thread 11 is freeing folder while Thread 1 in your backtrace is still using it. That might be the cause.

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