Comment 5 for bug 1908429

Revision history for this message
Martin Althoff (hazymountain) wrote :

I can confirm the same effect for myself, Ubuntu 20.04

grep -n -m 1 '8 23:58:00' syslog.1
843618574:Jan 8 23:58:00 smallbox gnome-shell[3313]: The offending callback was SourceFunc()

$ grep -n -m 1 '8 23:59:00' syslog.1
845405757:Jan 8 23:59:00 smallbox gnome-shell[3313]: The offending callback was SourceFunc().

That is close to 1.8 Million entries per minute. Eventually the disk was full after 250GB of logs.

Background: I had in the past (also with 18.04) noticed that the UI gets very sluggish at occasions, e.g. when running qbittorrent for some days. At this time digikam (7.2beta) was running its face recognition (I allowed all CPUs) using 70-90% CPU. There is a high amount of disk I/O. Initially that caused no significant impact on the usage. After about 5 hours, the UI got sluggish, after 24h it became unbearable to click from one window to another. I disabled the screenlock (logging in took about 2 min by now). At about 14:45 waking up the screen, displayed the favorites bar plus the big clock (frozen) on fuzzy background, a login field did not appear.

Hoping at least digikam would finish, I left it until the next morning. After a power-off and some hassles of clearing disk space, I had working machine again. I have attached an extract of the syslog from around 14:45 when things went bad. If of interest, I still have the full syslogs and can find bits in there.

I saw a similar issue here: https://github.com/GSConnect/gnome-shell-extension-gsconnect/issues/588, but I don't have gsconnect installed