You are not logged in.
Pages: 1
Hi,
I have an issue since some days, I am not 100% sure about when it started but my wife remember login with plasma/KDE last week.
Yesterday, I run an application using OpenGL but it crashed my Xorg session and since no more application using OpenGL is running well (plasma/KDE, glxgears, etc.).
My awesome / firefox / thunderbird usual session is running without any issue.
In journalctl, I have this kind of crashdump:
Jun 29 20:25:48 dtop systemd-coredump[1698]: [?] Process 1674 (glxgears) of user 1000 dumped core.
Stack trace of thread 1674:
#0 0x00007f72ba35422d n/a (libc.so.6 + 0x17222d)
#1 0x00007f72b85c8432 n/a (r600_dri.so + 0x7c8432)
#2 0x00007f72b85620cb n/a (r600_dri.so + 0x7620cb)
#3 0x00007f72b8564666 n/a (r600_dri.so + 0x764666)
#4 0x00007f72b83ee720 n/a (r600_dri.so + 0x5ee720)
#5 0x00007f72b83f0ae0 n/a (r600_dri.so + 0x5f0ae0)
#6 0x00007f72b8986981 n/a (r600_dri.so + 0xb86981)
#7 0x00007f72b898bf2d n/a (r600_dri.so + 0xb8bf2d)
#8 0x00007f72b898cde3 n/a (r600_dri.so + 0xb8cde3)
#9 0x00007f72b85c4dc5 n/a (r600_dri.so + 0x7c4dc5)
#10 0x00007f72b7eba557 n/a (r600_dri.so + 0xba557)
#11 0x00007f72ba04c090 n/a (libGLX_mesa.so.0 + 0x52090)
#12 0x00007f72ba04cb22 n/a (libGLX_mesa.so.0 + 0x52b22)
#13 0x00007f72ba04cf17 n/a (libGLX_mesa.so.0 + 0x52f17)
#14 0x00007f72b7ec156d n/a (r600_dri.so + 0xc156d)
#15 0x00007f72b7ec16ca n/a (r600_dri.so + 0xc16ca)
#16 0x00007f72b7eb5564 n/a (r600_dri.so + 0xb5564)
#17 0x00007f72b7f8f599 n/a (r600_dri.so + 0x18f599)
#18 0x00007f72b7f911c2 n/a (r600_dri.so + 0x1911c2)
#19 0x00007f72b81e3f37 n/a (r600_dri.so + 0x3e3f37)
#20 0x00007f72b81e6425 n/a (r600_dri.so + 0x3e6425)
#21 0x00005639186f0ecf n/a (glxgears + 0x2ecf)
#22 0x00005639186f09b1 n/a (glxgears + 0x29b1)
#23 0x00007f72ba205850 n/a (libc.so.6 + 0x23850)
#24 0x00007f72ba20590a __libc_start_main (libc.so.6 + 0x2390a)
#25 0x00005639186f0de5 n/a (glxgears + 0x2de5)
Stack trace of thread 1675:
#0 0x00007f72ba265f0e n/a (libc.so.6 + 0x83f0e)
#1 0x00007f72ba2687a0 pthread_cond_wait (libc.so.6 + 0x867a0)
#2 0x00007f72b7ec7a4c n/a (r600_dri.so + 0xc7a4c)
#3 0x00007f72b7f1495c n/a (r600_dri.so + 0x11495c)
#4 0x00007f72ba26944b n/a (libc.so.6 + 0x8744b)
#5 0x00007f72ba2ece40 n/a (libc.so.6 + 0x10ae40)
Stack trace of thread 1676:
#0 0x00007f72ba265f0e n/a (libc.so.6 + 0x83f0e)
#1 0x00007f72ba2687a0 pthread_cond_wait (libc.so.6 + 0x867a0)
#2 0x00007f72b7ec7a4c n/a (r600_dri.so + 0xc7a4c)
#3 0x00007f72b7f1495c n/a (r600_dri.so + 0x11495c)
#4 0x00007f72ba26944b n/a (libc.so.6 + 0x8744b)
#5 0x00007f72ba2ece40 n/a (libc.so.6 + 0x10ae40)
ELF object binary architecture: AMD x86-64My Radeon card is quite old (HD 3650 from 2005) where should I start looking for a solution ?
Last edited by ZiXiS (2023-06-29 20:51:49)
Offline
r600_dri.so & libGLX_mesa.so.0 are from teh mesa package, there's https://bbs.archlinux.org/viewtopic.php … 3#p2107163 and that was updated monday…
So I'd look there first.
Offline
Perfect answer, I did found that mesa was updated but I though r600_dri.so was part of some ATI/AMD/radeon related stuff. I should have checked that.
pacman -U https://archive.archlinux.org/packages/m/mesa/mesa-23.1.2-1-x86_64.pkg.tar.zstThanks a lot ![]()
Last edited by ZiXiS (2023-06-29 20:52:18)
Offline
What is the long term fix for this? Has there been an issue reported for the mesa package?
I believe I'm experiencing the same issue and so far my system has been stable once I downgraded mesa.
Offline
Did you check the other, linked, more relevant thread?
Offline
On the linked post it is not exactly the same issue but the same fix is working. The backtrace is very different. I tried with kernel 6.4.3 and still have the same issue. I will wait for 6.5 and if it still does not fix my issue, I will post an issue on mesa project.
Offline
Pages: 1