LINUX
[ubuntu] 로그인후 화면 멈춤 - syslogd, journald cpu 100
Rainbound-IT
2023. 9. 18. 18:11
반응형
로그인후 화면이 멈춰져 있다.
ctrl + alt + f3으로 cli 화면에서 top 을 눌러보니
특정 프로세스가 100 이상을 점유
그 프로세스들은 syslogd, systemd-journald
journalctl -f 해보니 다음과 같은게 계속 쏟아졌다.
Attempting to run a JS callback during garbage collection. This is most likely caused by destroying a Clutter actor or GTK widget with ::destroy signal connected, or using the destroy(), dispose(), or remove() vfuncs. Because it would crash the application, it has been blocke>
The offending callback was SourceFunc().
찾아보니
killall gnome-shell
입력하면 된다.
하지만 이것은 주기적으로 발생하여 extention을 설치하여 특정기능을 off 해야하는데 설치가 되질 않음
Reference
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/1868
반응형