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 641821 - [abrt] evolution-2.32.1-1.fc14: __libc_message: Process /usr/bin/evolution was killed by signal 6 (SIGABRT)
[abrt] evolution-2.32.1-1.fc14: __libc_message: Process /usr/bin/evolution wa...
Status: RESOLVED OBSOLETE
Product: evolution-data-server
Classification: Platform
Component: Mailer
2.32.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[imapx]
Depends on:
Blocks:
 
 
Reported: 2011-02-08 10:48 UTC by Milan Crha
Modified: 2012-09-04 19:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Crha 2011-02-08 10:48:54 UTC
Moving this from a downstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=675729

abrt version: 1.1.14
architecture: i686
Attached file: backtrace
cmdline: evolution
comment: Was trying to expunge a folder and Evolution crashed
component: evolution
crash_function: __libc_message
executable: /usr/bin/evolution
kernel: 2.6.35.10-74.fc14.i686
package: evolution-2.32.1-1.fc14
rating: 4
reason: Process /usr/bin/evolution was killed by signal 6 (SIGABRT)
release: Fedora release 14 (Laughlin)
time: 1297090101
uid: 20084

How to reproduce
-----
1. <CTL>A
2.<CTL>E
3.Evolution crashed

Core was generated by `evolution'.
Program terminated with signal 6, Aborted.

Comment 1 Milan Crha 2011-02-08 10:51:13 UTC
It looks line some freed memory used in 
>  cdb_delete_ids (cdb=0x90e45f0, folder_name=0x1 <Address 0x1 out of bounds>,
>    uids=0xac51960 = {...}, uid_prefix=0x5b9f2b4 "", field=0x5b9a684 "uid",
>    error=0x0) at camel-db.c:2048
>  imapx_completion (is=0xaee01010 [CamelIMAPXServer], error=0xac17e0ec)
>    at camel-imapx-server.c:1903

as the folder_name is 0x1, which was supposed to come from
   full_name = camel_folder_get_full_name (imap->select_folder);
   camel_db_delete_uids (imap->store->cdb_w, full_name, imap->expunged, NULL);
Comment 2 Milan Crha 2012-09-04 19:07:45 UTC
Thanks for taking the time to report this bug.
However, you are using a version that is too old and not supported anymore. GNOME developers are no longer working on that version, so unfortunately there will not be any bug fixes for the version that you use.

By upgrading to a newer version of GNOME you could receive bug fixes and new functionality. You may need to upgrade your Linux distribution to obtain a newer version of GNOME.
Please feel free to reopen this bug if the problem still occurs with a newer version of GNOME.