[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-11 Thread Alexander
One more dump for this issue: (ran for near 10 minutes): pid 4154 is still CPU eater gnome-shell process sudo strace -c -p 4154 strace: Process 4154 attached ^Cstrace: Process 4154 detached % time seconds usecs/call callserrors syscall -- --- --- - ---

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-11 Thread Alexander
The question would be - why recvmsg failed in 130460 times (out of 154109 total calls) that looks weird! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106293 Title: Gnome shell easts 100% of the C

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-11 Thread Alexander
Thanks! I'm thinking about upgrading to 24.04 LTS but the last upgrade (20 -> 22) was very painful... (my disk is encrypted and smth went wrong so it took me 2-3 days to recover... the funny thing is that I never hit that nasty 100% CPU issue in the older Ubuntus -- You received this bug no

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-11 Thread Daniel van Vugt
20 is a reasonably low numbered file descriptor so it might be the X11 connection (it's a Xorg session). Makes me wonder how many CPU issues have been fixed since 22.04... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-11 Thread Daniel van Vugt
Right now I can only recommend upgrading to Ubuntu 24.04 as soon as is convenient. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106293 Title: Gnome shell easts 100% of the CPU To manage notificat

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-11 Thread Alexander
I don have Xwayland process (I guess I switched to X11 as teamviewer insisted on that) $ ps auxf | grep -i xwayland oshpek712107 0.0 0.0 11916 2296 pts/1S+ 09:58 0:00 | | \_ grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-11 Thread Alexander
maybe this will shed some light as well? $ lsof -p 4154 COMMANDPID USER FD TYPE DEVICE SIZE/OFF NODE NAME gnome-she 4154 oshpek cwd DIR 253,1 4096 1310822 /home/oshpek gnome-she 4154 oshpek rtd DIR 253,1 4096

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-11 Thread Alexander
sorry just saw more questions, answering! $ gnome-extensions list --enabled ubuntu-d...@ubuntu.com hmm after executing this - gnome-extensions disable ubuntu-d...@ubuntu.com my Ubuntu left panel with icons is GONE! :) that's very unfortunate :) 2) only one process is eating > 90% of CPU (

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-10 Thread Alexander
Yes! it still running note: majority of lines are colored in red when I execute this command: (all 'anon_inode:[timerfd]' and some others) ls -l /proc/4154/fd/ total 0 lr-x-- 1 oshpek oshpek 64 Apr 11 09:44 0 -> /dev/null lrwx-- 1 oshpek oshpek 64 Apr 11 09:44 1 -> 'socket:[42366]' lrw

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-10 Thread Alessandro Astone
Is the Xwayland process also taking up a lot of CPU? (some load trackers will show you the combined usage of a process and its children, Xwayland is a child of gnome-shell) If so, that would be bug 2043517 -- You received this bug notification because you are a member of Ubuntu Bugs, which is su

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-10 Thread Daniel van Vugt
If process 4154 is still running then what kind of descriptors are 6 and 20? ls -l /proc/4154/fd/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106293 Title: Gnome shell easts 100% of the CPU T

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-10 Thread Daniel van Vugt
Are you sure it's a gnome-shell process using all the CPU? If so then next please run: gnome-extensions list --enabled and then try: gnome-extensions disable for each, to see if any of those are causing the bug. -- You received this bug notification because you are a member of Ubuntu Bug

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-10 Thread Alexander
one more idea - I tried to look under the hood of the gnome-shell process and I see lot of EAGAIN is it kind of expected? eg: sudo strace -p 4154 strace: Process 4154 attached poll([{fd=20, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=20, revents=POLLIN|POLLOUT}]) recvmsg(20, {msg_name=NULL, msg_

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-10 Thread Alexander
Thanks! executing: 1. ls ~/.local/share/gnome-shell/ application_state contents of the file: $ cat ~/.local/share/gnome-shell/application_state 2. left for some minutes

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-10 Thread Daniel van Vugt
1. Check that ~/.local/share/gnome-shell/ still has no 'extensions' subdirectory. 2. Check to see if the high CPU correlates with any repeating log messages: journalctl -f ** Package changed: ubuntu => gnome-shell (Ubuntu) -- You received this bug notification because you are a member of U

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-10 Thread Alexander
Hi again @vanvugt! so 3 days of uptime and I see again almost 100% for one CPU for gnome- shell process any ideas how to debug it further? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2106293 Titl

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-07 Thread Alexander
Hi @vanvugt! Thanks for fast reply some stats: so I've got just 2 ext in the above dir: $ ls application_state gnome-overrides-migrated removed those 2 and lets see if the issue will be reproducible again (it happens in 5-6 days, not instantly...) PS gnome-overrides-migrated file is of 0 si

[Bug 2106293] Re: Gnome shell easts 100% of the CPU

2025-04-06 Thread Daniel van Vugt
Thanks for the bug report. Please start by deleting any local extensions: cd ~/.local/share/gnome-shell/ rm -rf extensions and then log in again. Does the problem still occur after that? ** Package changed: xorg (Ubuntu) => ubuntu ** Changed in: ubuntu Status: New => Incomplete --