-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse pointer starts flashing between hand and arrow in a tight loop #20960
Comments
Would you be able to take a performance recording of your browser when that does happen? |
Not really. It become so unresponsive that don't answer to SIGINT / CTRL-C either. I will try to start a task manager in the background and pull it up when it happens, but I doubt it would succeed and even then it would probably show that javascript hogs 100% CPU. Chromium logs nothing to the (xterm) console. Also, this is new, I haven't seen that in the before-last version. |
I caught two now, with not much success. One was with open console: nothing was logged. Browser had to be killed. An other one was with open task manager. Element tab used ~80% cpu, and browser core used ~60%, but the browser (including all windows of it) was compoletely unresponsive (cursor shape change tight loop), so the task manager wasn't updating the figures either. |
It is getting more frequent now, about once a day. |
Since this was observed right now on another webpage (namely gmail interface) I believe this must be a Chromium bug, and element can't be blamed (only for triggering it, but it's really unreproducible reliably). I am closing this, you can't help it it seems. |
Just putting here the cromium bug as well for the record. |
FYI:
|
I'm still having this issue as of 2022-06-29 and on |
@mibmo the fix isn't in a release yet. It will be in 1.11.0 |
Steps to reproduce
Outcome
What happens
Browser: Chromium (Version 97.0.4692.71 (Official Build) built on Debian bookworm/sid, running on Debian bookworm/sid (64-bit)
Version: version: 1.10.1; Olm version: 3.2.8
The mouse cursor starts flashing between Hand and normal Arrow, about 20 changes per second, or probably the maximum rate the desktop environment can actually display.
The browser UI is halted since the loop is so tight 100% CPU (used by that specific browser thread, not the whole machine) is used up.
Clicking on a tab does nothing, but the click is travelling at snail speed and it is possible that it gets processed in a few minutes, and the browser changes tabls. In this case sometimes the flashing ends, and from then it's good again. Sometimes it stays unresponsive and have to be killed.
Operating system
Debian/sid Linux
Browser information
Chromium (Version 97.0.4692.71 (Official Build) built on Debian bookworm/sid, running on Debian bookworm/sid (64-bit)
URL for webapp
https://riot.grin.hu/
Application version
version: 1.10.1; Olm version: 3.2.8
Homeserver
synapse 1.51.0-1
Will you send logs?
No
The text was updated successfully, but these errors were encountered: