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 739881 - crash (SIGSEGV) while moving mails between folders
crash (SIGSEGV) while moving mails between folders
Status: RESOLVED DUPLICATE of bug 738965
Product: evolution
Classification: Applications
Component: Mailer
3.12.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2014-11-10 13:33 UTC by Paul Wise
Modified: 2014-11-11 16:58 UTC
See Also:
GNOME target: ---
GNOME version: 3.13/3.14



Description Paul Wise 2014-11-10 13:33:42 UTC
I got a crash while moving mails between folders. I am using evolution 3.12.7-1 and EDS 3.12.7-1 on Debian testing with GNOME 3.14.

$ gdb -batch -n -ex bt -ex 'thread apply all bt full' --core /var/crash/1000/567-1000-1000-11-1415625681-chianamo--usr-bin-evolution.core /usr/bin/evolution
[New LWP 938]
[New LWP 629]
[New LWP 630]
[New LWP 631]
[New LWP 580]
[New LWP 628]
[New LWP 567]
[New LWP 570]
[New LWP 575]
[New LWP 680]
[New LWP 627]
[New LWP 571]
[New LWP 577]
[New LWP 579]
[New LWP 626]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `evolution'.
Program terminated with signal SIGSEGV, Segmentation fault.

Comment 1 Paul Wise 2014-11-10 13:37:41 UTC
I just tried moving the mail again and I got another crash, so this is reproducible.
Comment 2 Paul Wise 2014-11-10 13:43:20 UTC
Moving the mail to a newly created folder doesn't cause a crash but the first one does for some reason. It doesn't seem to be specific to any one mail but seems specific to the folder (it is a large folder).

Actually, opening the folder at all gives me a crash, it isn't specific to moving mail into the folder.
Comment 3 Milan Crha 2014-11-11 16:58:50 UTC
Thanks for a bug report. This is crashing in sqlite3OsFetch(), which was fixed within bug #738965. The fix is included in yesterday's 3.12.8 release of evolution-data-server. Alternatively, downgrade your sqlite.

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