You are not logged in.

#1 2018-02-08 15:11:00

cedlemo
Member
From: France
Registered: 2016-02-16
Posts: 12
Website

[SOLVED][evolution-data-server] Process that uses 100% of one core

I have this process "/usr/lib/evolution-data-server/evolution-source-registry" that is running and that uses 100% of one of my core.
Any idea of what could be the problem or how I can find error message about this application ?

Last edited by cedlemo (2018-02-12 11:29:43)

Offline

#2 2018-02-08 17:13:26

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: [SOLVED][evolution-data-server] Process that uses 100% of one core

evolution-source-registry tracks evolution accounts including ones added through gnome-online-accounts.
Does it always do that or did it start after some update?
How many accounts do you have? how many of them are added through gnome-online-accounts?

Ideally, you may want to rebuild evolution-data-server with debug symbols "options=(!strip debug)" and run:

gdb --batch --ex "thread apply all bt full" -pid=`pidof evolution-source-registry` &> gdbeds.txt

when it is using 100% cpu and report that file to gnome bug tracker.

Last edited by hussam (2018-02-08 17:20:19)

Offline

#3 2018-02-08 20:20:24

cedlemo
Member
From: France
Registered: 2016-02-16
Posts: 12
Website

Re: [SOLVED][evolution-data-server] Process that uses 100% of one core

I have evolution installed but I have no account configured in it. Could you provide me a link on how to rebuild the package with the debug symbols ?

Offline

#4 2018-02-09 20:57:57

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: [SOLVED][evolution-data-server] Process that uses 100% of one core

Offline

#5 2018-02-09 22:13:15

thepasto
Member
From: trash:///
Registered: 2009-03-16
Posts: 56

Re: [SOLVED][evolution-data-server] Process that uses 100% of one core

I had the same, i deleted evolution folders in my home, (.cache, .local/share, .config) and the problem seems to be solved

Offline

#6 2018-02-12 11:29:12

cedlemo
Member
From: France
Registered: 2016-02-16
Posts: 12
Website

Re: [SOLVED][evolution-data-server] Process that uses 100% of one core

Sorry for my late respone,

@thepasto, I deleted all the evolution folders in my home and now everything is fine, thanks. @hussam thank you for taking the time to answer me
unfortunately given that now the evolution-data-server stopped to use 100% of my core, I can not investigate why it did that
with a rebuild. I say unfortunately because, I don't like to solve a problem without knowing why smile.

Offline

Board footer

Powered by FluxBB