You are not logged in.
After installing Arch Linux, I found the system sometimes behaves as if it rebooted. I inspected journal from last boot but found nothing special, and thought it was a hardware bug or kernel bug. After more careful inspection, I found its gnome-shell crashing, creating a reboot-like behavior. Here's the related logs:
https://gitlab.gnome.org/GNOME/mutter/u … ontext.log
What should I do? Thanks! Maybe I should switch to Xorg for now?
Last edited by aprilgrimoire (2024-03-06 20:54:06)
Offline
That's just a bunch of selected lines out of different journals, spanning the last 2½ weeks.
They indicate that xwayland was cut off a couple of times (likely a result of the crash) but neither the crash nor its possible causes show up.
See https://wiki.archlinux.org/title/Core_d … _core_dump and post one complete system journal of one boot whehre gnome crashed on you.
For the current boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOnline
Sorry for the inconvenience. Here's the full log: http://0x0.st/H7I5.txt
Offline
Mar 07 02:35:00 AprilGrimoire-HONOR-laptop systemd-logind[580]: New session 1 of user gdm.
Mar 07 02:35:08 AprilGrimoire-HONOR-laptop systemd-logind[580]: New session 3 of user april.
Mar 07 04:49:36 AprilGrimoire-HONOR-laptop systemd-logind[580]: New session 5 of user gdm.
Mar 07 04:49:48 AprilGrimoire-HONOR-laptop systemd-logind[580]: New session 7 of user april.So if there was an incident it would have been ~04:49 ?
There isn't much leading up to this
Mar 07 04:48:28 AprilGrimoire-HONOR-laptop systemd[1218]: Starting Tracker metadata extractor...
Mar 07 04:48:28 AprilGrimoire-HONOR-laptop systemd[1218]: Started Tracker metadata extractor.
Mar 07 04:48:29 AprilGrimoire-HONOR-laptop systemd[1218]: Started dbus-:1.2-org.gnome.TextEditor@1.service.
Mar 07 04:48:29 AprilGrimoire-HONOR-laptop gnome-text-edit[20135]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Mar 07 04:48:29 AprilGrimoire-HONOR-laptop gnome-text-edit[20135]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Mar 07 04:48:29 AprilGrimoire-HONOR-laptop gnome-text-edit[20135]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Mar 07 04:48:29 AprilGrimoire-HONOR-laptop gnome-text-edit[20135]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Mar 07 04:49:08 AprilGrimoire-HONOR-laptop rtkit-daemon[1115]: Supervising 8 threads of 5 processes of 1 users.
Mar 07 04:49:08 AprilGrimoire-HONOR-laptop rtkit-daemon[1115]: Supervising 8 threads of 5 processes of 1 users.
Mar 07 04:49:12 AprilGrimoire-HONOR-laptop rtkit-daemon[1115]: Supervising 8 threads of 5 processes of 1 users.
Mar 07 04:49:12 AprilGrimoire-HONOR-laptop rtkit-daemon[1115]: Supervising 8 threads of 5 processes of 1 users.
Mar 07 04:49:18 AprilGrimoire-HONOR-laptop rtkit-daemon[1115]: Supervising 8 threads of 5 processes of 1 users.
Mar 07 04:49:18 AprilGrimoire-HONOR-laptop rtkit-daemon[1115]: Supervising 8 threads of 5 processes of 1 users.
Mar 07 04:49:35 AprilGrimoire-HONOR-laptop gnome-shell[1345]: Shutting down GNOME ShellTracker runs, you started some texteditor (the spellchecker stuff is uncritical), rtkit-daemon is b/c of pipewire and then gnome shuts down - it almost looks like "intentionally".
Does the particular journal actually cover a supposed crash?
Online
Hi seth, that was intentional, switching from wayland gnome to xorg gnome.
Last edited by aprilgrimoire (2024-03-06 23:29:22)
Offline
Does the particular journal actually cover a supposed crash?
Online
I think the 2:xx one is a crash, but I'm not sure.
Offline
A bunch of clients crash when the session ends, but nothing suggests that the session itself terminated because of a crash in anything.
Please post a journal after the next time this happens so we know whether we're looking at a critical incident.
Any chance this happens because you've a logout shortcut and your cat stepped on the keyboard or stuff like that?
Online