Re: [Evolution] Replies to emails with attachments take forever to open (EWS)



Hi Milan, 

Thanks for the reply. 

Evolution does not seem to freeze otherwise during these waits, and I
don't notice any particular drain on system resources either. I'll
familiarize myself with whatever resource monitor is available on
Ubuntu and take a closer look though. (I'm new to Ubuntu & Linux). 

Also, I have never debugged anything in my life. I'm one of those
Windows users Ubuntu is allegedly designed to capture. :-D

I'll try but it will take a couple of days. 

Later, 

Axel



On Thu, 2021-01-07 at 10:15 +0100, Milan Crha via evolution-list wrote:
On Thu, 2021-01-07 at 09:36 +0100, Axel Lieber wrote:
What can I do here?

      Hi,
it would help to know what it is waiting for. Messages in EWS, once
viewed, are stored in a local cache, similarly to IMAP messages, thus
regardless of the account type it should take similarly long, whether
the message is replied to from an IMAP, On This Computer or EWS
folder.

Could yo install debuginfo (dbg) packages for evolution-data-server,
evolution, evolution-ews, gtk3 and glib2, please? If I recall
correctly, Ubuntu has them split into many subpackages, which is a
pita
when one wants to install them all. Maybe there's a command to do it,
but I do not use Ubuntu, thus I do not know. I'm sorry.

Once you've the debuginfo packages installed you can get the
backtrace
with command like this:

   $ gdb --batch --ex "t a a bt" --pid=`pidof evolution` &>bt.txt

Please check the bt.txt for any private information, like passwords,
email addresses, server addresses,... I usually search for "pass" at
least (quotes for clarity only).

By the way, does any process a lot of CPU when waiting for the
composer? Is Evolution anyhow frozen during this waiting period?

      Bye,
      Milan

_______________________________________________
evolution-list mailing list
evolution-list gnome org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


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