On Tue, 10 Jan 2023, Bernhard Übelacker wrote: [...]
I tried to run a Xephyr server and run the tests of 8.0rc3 inside of it, on top of a current Debian testing.
Could you share more details if Xephyr is started with some parameters, does it give a backtrace or core, and do you have a window manager running inside Xephyr?
The TestBot does not use Xephyr. It uses a regular X server with the QXL driver.
ii xserver-common 2:21.1.6-1 all common files used by various X servers ii xserver-xorg 1:7.7+23 amd64 X.Org X server ii xserver-xorg-core 2:21.1.6-1 amd64 Xorg X server - core server ii xserver-xorg-video-qxl 0.1.5+git20200331-3 amd64 X.Org X server -- QXL display driver
It also runs the fvwm window manager as described on the page below: https://wiki.winehq.org/Wine_TestBot_VMs#Unix_configuration
ii fvwm 1:2.7.0-1 amd64 F(?) Virtual Window Manager
Normally the tests run in a multi-monitor configuration but the crash also happens with a single monitor.
There is a backtrace in /var/log/Xorg.0.log:
[ 71.406] (EE) [ 71.406] (EE) Backtrace: [ 71.406] (EE) 0: /usr/lib/xorg/Xorg (OsLookupColor+0x139) [0x5648efd6bcc9] [ 71.406] (EE) 1: /lib/x86_64-linux-gnu/libc.so.6 (__sigaction+0x40) [0x7f807185af90] [ 71.406] (EE) 2: /lib/x86_64-linux-gnu/libc.so.6 (pthread_key_delete+0x14c) [0x7f80718a9ccc] [ 71.406] (EE) 3: /lib/x86_64-linux-gnu/libc.so.6 (gsignal+0x12) [0x7f807185aef2] [ 71.407] (EE) 4: /lib/x86_64-linux-gnu/libc.so.6 (abort+0xd3) [0x7f8071845472] [ 71.407] (EE) unw_get_proc_name failed: no unwind info found [-10] [ 71.407] (EE) 5: /lib/x86_64-linux-gnu/libc.so.6 (?+0x0) [0x7f8071845395] [ 71.407] (EE) 6: /lib/x86_64-linux-gnu/libc.so.6 (__assert_fail+0x42) [0x7f8071853df2] [ 71.407] (EE) 7: /usr/lib/xorg/Xorg (DRIMoveBuffersHelper+0xc33) [0x5648efd241e3] [ 71.407] (EE) 8: /usr/lib/xorg/Xorg (DRI2Authenticate+0xad) [0x5648efd2647d] [ 71.407] (EE) 9: /usr/lib/xorg/Xorg (DRI2GetParam+0x6cb) [0x5648efd271fb] [ 71.407] (EE) 10: /usr/lib/xorg/Xorg (SendErrorToClient+0x3d4) [0x5648efbf8734] [ 71.407] (EE) 11: /usr/lib/xorg/Xorg (InitFonts+0x3bc) [0x5648efbfc6cc] [ 71.407] (EE) 12: /lib/x86_64-linux-gnu/libc.so.6 (__libc_init_first+0x8a) [0x7f807184618a] [ 71.407] (EE) 13: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0x85) [0x7f8071846245] [ 71.407] (EE) 14: /usr/lib/xorg/Xorg (_start+0x21) [0x5648efbe5b71] [ 71.407] (EE) [ 71.407] (EE) Fatal server error: [ 71.407] (EE) Caught signal 6 (Aborted). Server aborting
And does it happen on a specific wine test?
It's enough to run the amstream:amstream test.