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 741748 - Crash under camel-folder-summary.c:remove_cache()
Crash under camel-folder-summary.c:remove_cache()
Status: RESOLVED DUPLICATE of bug 665125
Product: evolution-data-server
Classification: Platform
Component: Mailer
3.12.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2014-12-19 09:00 UTC by Pacho Ramos
Modified: 2015-01-08 08:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2014-12-19 09:00:27 UTC
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `evolution'.
Program terminated with signal SIGABRT, Aborted.

Thread 24 (Thread 0x7f04df7fe700 (LWP 19033))

  • #0 read
    from /lib64/libpthread.so.0
  • #1 read
    at /usr/include/bits/unistd.h line 44
  • #2 read_ints
    at /var/tmp/portage/dev-libs/glib-2.40.2/work/glib-2.40.2/glib/gspawn.c line 1251
  • #3 fork_exec_with_pipes
    at /var/tmp/portage/dev-libs/glib-2.40.2/work/glib-2.40.2/glib/gspawn.c line 1469
  • #4 g_spawn_async_with_pipes
  • #5 bogofilter_command
    at evolution-bogofilter.c line 126
  • #6 bogofilter_learn_junk
    at evolution-bogofilter.c line 410
  • #7 folder_filter
    at camel-folder.c line 343
  • #8 session_do_job_cb
    at camel-session.c line 197
  • #9 g_task_thread_pool_thread
    at /var/tmp/portage/dev-libs/glib-2.40.2/work/glib-2.40.2/gio/gtask.c line 1213
  • #10 g_thread_pool_thread_proxy
    at /var/tmp/portage/dev-libs/glib-2.40.2/work/glib-2.40.2/glib/gthreadpool.c line 307
  • #11 g_thread_proxy
    at /var/tmp/portage/dev-libs/glib-2.40.2/work/glib-2.40.2/glib/gthread.c line 764
  • #12 start_thread
    from /lib64/libpthread.so.0
  • #13 clone
    from /lib64/libc.so.6

Comment 1 Milan Crha 2015-01-07 11:18:13 UTC
Thanks for a bug report. This is similar to bug #634285, it involves the same code part. I do not expect you did much in evolution, or at least in one of the folders, which was trying to free its memory when it was not visited for ~5 minutes. It can depend on the account type, some may suffer of the issue and some not, thus my question is what account types you've configured. It can be IMAP, EWS, .... You can see that in Edit->Preferences->Mail Accounts, the last column of the view, named Type.
Comment 2 Milan Crha 2015-01-07 11:20:33 UTC
I just found an older bug report about the same, thus I mark this as a duplicate of it. I'd still like to know the answer for the above question. Thanks.

*** This bug has been marked as a duplicate of bug 665125 ***
Comment 3 Pacho Ramos 2015-01-07 11:31:10 UTC
I have multiple accounts set with types: maildir, pop, imapx and vfolder (the one referring to folder searching)
Comment 4 Milan Crha 2015-01-08 08:52:49 UTC
Okay, thanks, so it's one of these which breaks in some way. I'll try to investigate this later, within the other bug report.