You are not logged in.
Pages: 1
I'm working with vscodium and firefox. Sometimes after I open any shortcut, or click anything, suddenly the system freezing. And this happens often. Please help
I used this command
journalctl -xr -b -1 | curl -F 'file=@-' 0x0.st
here's the output
Last edited by defuri (2025-03-07 12:52:13)
Offline
For the future, please don't use the -x or -r flags when posting outputs
Mar 06 11:00:28 Arch kwin_wayland[1628]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Mar 06 11:00:28 Arch kwin_wayland[1628]: kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/issues
Mar 06 11:00:28 Arch kwin_wayland[1628]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver
Mar 06 11:00:27 Arch kwin_wayland[1628]: kwin_wayland_drm: The main thread was hanging temporarily!
Mar 06 11:00:27 Arch kwin_wayland[1628]: kwin_wayland_drm: Pageflip arrived after all, 5140ms after the commit
Mar 06 11:00:25 Arch kwin_wayland[1628]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Mar 06 11:00:25 Arch kwin_wayland[1628]: kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/issues
Mar 06 11:00:25 Arch kwin_wayland[1628]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driver
Mar 06 11:00:23 Arch kwin_wayland[1628]: kwin_wayland_drm: With the output of 'sudo dmesg' and 'journalctl --user-unit plasma-kwin_wayland --boot 0'
Mar 06 11:00:23 Arch kwin_wayland[1628]: kwin_wayland_drm: Please report this at https://gitlab.freedesktop.org/drm/amd/-/issues
Mar 06 11:00:23 Arch kwin_wayland[1628]: kwin_wayland_drm: Pageflip timed out! This is a bug in the amdgpu kernel driversuggests the kernel amdgpu driver is hanging up for 5 seconds. What's your actual GPU and how do it's CPU/MEM limits look like during issue reproduction? Also there's docker and ollama and a lot of random stuff that's potentially taxing. Can you repro without ollama running at the same time
Last edited by V1del (2025-03-06 09:31:45)
Offline
Suggests the kernel amdgpu driver is hanging up for 5 seconds. What's your actual GPU and how do it's CPU/MEM limits look like during issue reproduction? Also there's docker and ollama and a lot of random stuff that's potentially taxing. Can you repro without ollama running at the same time
I use amd radeon, I can't reproduce because it happens randomly and I can't open or do anything because the system just freezing. I have to press the power button until my laptop shuts down and turns on again to get everything back to normal. Ollama and docker have no effect, because it happened before I installed them. How to do the correct journalctl? I'm a newbie
Last edited by defuri (2025-03-06 12:40:58)
Offline
"amd radeon" isn't the exact model, just "journalctl -b-1" is fine. FWIW checking the vid pids in the logs suggest this is a Vega 8 graphics, which have some known issues currently: https://bbs.archlinux.org/viewtopic.php?id=301798 -- presumably fixed by mesa 25.0.1 which just got released, so if you don't want to try one of the tests/packages mentioned in that thread it's likely that the update to mesa 25.0.1 will land in stable soon and properly fix this (if you're impatient you could enable all testing repos and upgrade everything to the versions from testing, but I'd not reccommend that depending on what else is being tested there).
Last edited by V1del (2025-03-06 13:18:16)
Offline
"amd radeon" isn't the exact model, just "journalctl -b-1" is fine. FWIW checking the vid pids in the logs suggest this is a Vega 8 graphics, which have some known issues currently: https://bbs.archlinux.org/viewtopic.php?id=301798 -- presumably fixed by mesa 25.0.1 which just got released, so if you don't want to try one of the tests/packages mentioned in that thread it's likely that the update to mesa 25.0.1 will land in stable soon and properly fix this (if you're impatient you could enable all testing repos and upgrade everything to the versions from testing, but I'd not reccommend that depending on what else is being tested there).
So, I'll just do sudo pacman -Syu everyday until it fixed?
Offline
Until you see mesa 25.0.1, which is likely soon.
Offline
Until you see mesa 25.0.1, which is likely soon.
thank you so much. How to mark this as solved?
Offline
Mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1