11:45 sylware: I am here to report what seems to be a bug
11:45 sylware: (gitlab does not support noscript/basic (x)html)
11:46 sylware: I bisected the commit
11:46 sylware: Xorg does segfault in libgallium_dri while run by Xorg
11:47 sylware: git commit segfaulting Xorg in libgallium_dri: dfe45d1b677e08d4a8553c4267942fe7475b46f5
11:47 sylware: Since this is c++: the c++ runtime used is the static one from gcc 13.2.
11:48 sylware: The xserver commit used is bf867b4658a09fef80e77a03e0a6152de5819941
11:48 sylware: hardware: AMD navi10LXE (6GB)
11:48 K900: At least include a traceback
11:50 sylware: That all I have:
11:50 sylware: Backtrace:
11:50 sylware: 0: Xorg (xorg_backtrace+0x3f) [0x5837bf]
11:50 sylware: Xorg (0x400000+0x1872d9) [0x5872d9]
11:50 sylware: /usr/lib/libc.so.6 (0x7f375141e000+0x3ee20) [0x7f375145ce20]
11:50 sylware: /usr/lib/libgallium_dri.so (0x7f374fafa000+0x7d6255) [0x7f37502d0255]
11:50 sylware: Segmentation fault at address 0x4
11:50 sylware: Caught signal 11 (Segmentation fault). Server aborting
11:51 sylware: Hope you can reproduce, if not, no worries, those bugs will help bury opengl faster...
11:51 sylware: (for our own good)
12:08 karolherbst: you should open a bug on gitlab otherwise it will be forgotten
12:09 karolherbst: but looks like a broken installation or configuration to me
12:15 sylware: I am running 4f2b8e77134f04c3fe0fa0494153da682d28d796 fine (2 commits before the buggy on), unlikely, or some finery from c++ (I would not be surprised).
12:15 sylware: (this language...)
12:21 sylware: (this bug is related to the change of some c++ allocator)
12:29 sylware: (I did check the commit diffs)