You are not logged in.
Recently, after upgrading to linux-zen 6.9.8 from the Arch repos I've been experiencing page fault errors in the AMDGPU kernel module while playing modded Minecraft 1.21.
I have an AMD RX 6700 XT & while playing the new Minecraft 1.21 update (Sodium & Iris mods installed) I've been experiencing the kernel seemingly locking up and forcing me to hard reset the system. There were also upgrade to Mesa during this time period, too, so I am unsure where the source of the problem lies. The driver faulting has happened twice after the upgrade to 6.9.8, whereas on 6.9.7 I had not experienced the issue once. Again, I am unsure if it was due to the Mesa upgrade.
I am unsure whether this is an application issue, Mesa issue or AMDGPU kernel module issue. While, according to the logs, the driver does manage to recover - it also seems to entirely crash the Wayland compositor (KWin) and CTRL+ALT+Function keys do nothing to help me switch to a TTY, thereby the system is essentially dead once its not responding to input & has no video out. That is of course an issue with KWin being unable to recover itself.
I've attached potentially relevant information below. Any help or insight is much appreciated!
Excerpts from Journal logs from when the fault occurred:
amd-driver-crash-1.log
amd-driver-crash-2.log
Relevant system information:
Java version:
$ java -version
openjdk version "21.0.3" 2024-04-16
OpenJDK Runtime Environment (build 21.0.3+9)
OpenJDK 64-Bit Server VM (build 21.0.3+9, mixed mode, sharing)
Mesa version:
$ glxinfo -B
name of display: :1
display: :1 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: AMD (0x1002)
Device: AMD Radeon RX 6700 XT (radeonsi, navi22, LLVM 18.1.8, DRM 3.57, 6.9.7-zen1-1-zen) (0x73df)
Version: 24.1.3
Accelerated: yes
Video memory: 12288MB
Unified memory: no
Preferred profile: core (0x1)
Max core profile version: 4.6
Max compat profile version: 4.6
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 11114 MB, largest block: 11114 MB
VBO free aux. memory - total: 15808 MB, largest block: 15808 MB
Texture free memory - total: 11114 MB, largest block: 11114 MB
Texture free aux. memory - total: 15808 MB, largest block: 15808 MB
Renderbuffer free memory - total: 11114 MB, largest block: 11114 MB
Renderbuffer free aux. memory - total: 15808 MB, largest block: 15808 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 12288 MB
Total available memory: 28297 MB
Currently available dedicated video memory: 11114 MB
OpenGL vendor string: AMD
OpenGL renderer string: AMD Radeon RX 6700 XT (radeonsi, navi22, LLVM 18.1.8, DRM 3.57, 6.9.7-zen1-1-zen)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 24.1.3-arch1.1
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.1.3-arch1.1
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 24.1.3-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
Kernel version:
$ uname -srm
Linux 6.9.8-zen1-1-zen x86_64
Offline
Do you also get the same errors with the regular linux image?
Offline
Do you also get the same errors with the regular linux image?
I'm running zen kernel 6.9.7 right now after downgrading back to it and am without issue for now. I'll switch to the standard linux package kernel now and make note of if the issue occurs with that. Annoyingly, I don't think the issue is directly reproducible as far as I can tell right now, but will give it a go & see what happens.
Last edited by twokilohertz (2024-07-10 22:32:34)
Offline