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 604236 - GPG Signed message with 1mb and over attachment takes over a minute to send
GPG Signed message with 1mb and over attachment takes over a minute to send
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.28.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Milan Crha
Evolution QA team
evolution[gpg] evolution[attachments]
: 606818 612335 614369 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-12-10 03:30 UTC by Chris
Modified: 2010-08-06 09:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
eds patch (2.21 KB, patch)
2010-01-05 12:27 UTC, Milan Crha
committed Details | Review

Description Chris 2009-12-10 03:30:01 UTC
Mandriva 2010, Gnome 2.28, Evolution 2.28.1. When sending a gpg signed message with an attachment of 1mb or over it takes over a minute for the message window to close and the message to start going out. A non-signed message, no matter what the size, will start going out immediately. If Evolution has been closed and restarted and the pass-phrase has to be re-entered when sending a large attachment (7mb) it took over 4 minutes for the message to start being sent.
Comment 1 Patrick OCallaghan 2009-12-30 10:55:20 UTC
Confirmed. Running strace on the gpg process called from Evo shows it reading 4kb at a time into an 8kb buffer, which could well be a pipe between Evo and gpg.
Comment 2 Milan Crha 2010-01-05 12:27:38 UTC
Created attachment 150835 [details] [review]
eds patch

for evolution-data-server;

Bad, I caused it with my change to bug #350007. This patch is making it significantly quicker. The problem was that it was sending data up to 10 chunks per second, and as one chunk was about 4KB, it was sending them quite slowly. The same applied for reading.
Comment 3 Milan Crha 2010-01-05 12:42:07 UTC
Created commit 182dcfd in eds master (2.29.5+)
Created commit 50507d8 in eds gnome-2-28 (2.28.3+)
Comment 4 Akhil Laddha 2010-01-13 09:56:51 UTC
*** Bug 606818 has been marked as a duplicate of this bug. ***
Comment 5 Akhil Laddha 2010-03-10 03:51:00 UTC
*** Bug 612335 has been marked as a duplicate of this bug. ***
Comment 6 Akhil Laddha 2010-03-31 03:41:17 UTC
*** Bug 614369 has been marked as a duplicate of this bug. ***