[Evolution-users] evolution-calendar-factory chewing network IO?
Milan Crha
mcrha at redhat.com
Mon Dec 5 09:11:29 UTC 2022
On Thu, 2022-12-01 at 11:48 -0500, Paul Smith wrote:
> If/when it happens again, is there something I
> should do to get more info in the moment?
Hi,
the only similar problem I recall had been happening from time to time
when the server did not want to authenticate the user, I think it was
connected with OAuth2, but I can be wrong. It would be good to get
backtraces of the running background processes, maybe a series of the
backtraces [1], because some authentication processes are done directly
in the process which requires credentials, but it sometimes goes
asynchronously through the evolution-source-registry. There is a bug
for it, but I do not have it handy, I'm sorry.
Bye,
Milan
[1] a command to get a series of backtraces for the evolution process:
for i in {1..9}; do gdb --batch --ex "t a a bt" \
--pid=`pidof evolution` &>evo-bt$i.txt; sleep 0.1; done
Please make sure you've installed debug info packages for the
evolution-data-server, evolution and possibly libsoup3, glib2 and glib-
networking and 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), before sharing it anywhere.
Though you mentioned Flatpak, where the things work very differently
(and I'm not sure how to achieve that precisely, I'm sorry).
More information about the evolution-users
mailing list