Re: [Evolution] Slow IMAP Message Parse



On Wed, 2015-05-20 at 19:34 +0100, Neil Romig wrote:
I have tried running with CAMEL_DEBUG but I don't understand the
output well enough - though there are timeout messages at the points
where Evolution is hanging.

        Hi,
CAMEL_DEBUG is usually useless in such cases like hanging (UI stuck)
evolution. Better choice is getting a backtrace of the running (and
stuck) evolution, like with the command:
   $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt
Please check the bt.txt for any private information, like passwords,
email address, server addresses,... I usually search for "pass" at
least (quotes for clarity only).

From your description, I'd bet on:
https://bugzilla.gnome.org/show_bug.cgi?id=748065 

Also, the message pane shows the attachment icon/paperclip before the
message is loaded (as I would expect), though once it has been loaded
the attachment icon is no longer shown (which I don't expect).
Thunderbird has no problems with these messages.

Whether evolution keeps the attachment icon or not depends on the
message structure. The most recent change from the related code is for
this bug:
https://bugzilla.gnome.org/show_bug.cgi?id=749108
though the issue there is opposite from that yours.
        Bye,
        Milan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]