Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] xf86-video-qxl segmentation fault
@ 2022-05-16 14:45 r-ricci
  2022-07-28 14:50 ` [ISSUE] [CLOSED] " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: r-ricci @ 2022-05-16 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 21818 bytes --]

New issue by r-ricci on void-packages repository

https://github.com/void-linux/void-packages/issues/37157

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
### System

* xuname:
`Void 5.15.39_1 x86_64 GenuineIntel/VM uptodate rF`
* package:
`xf86-video-qxl-0.1.5_3`

### Expected behavior
The X server should be able to use the qxl driver in a virtual machine.

### Actual behavior
```
[  1417.810] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[  1417.820] Current Operating System: Linux glibc 5.15.39_1 #1 SMP Fri May 13 11:39:37 UTC 2022 x86_64
[  1417.820] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.39_1 root=UUID=798cf99d-eab6-40b2-afd0-3c5a420510a0 ro loglevel=4
[  1417.827]  
[  1417.837] Current version of pixman: 0.40.0
[  1417.843] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1417.843] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1417.870] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 16 16:25:18 2022
[  1417.879] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1417.880] (==) No Layout section.  Using the first Screen section.
[  1417.880] (==) No screen section available. Using defaults.
[  1417.880] (**) |-->Screen "Default Screen Section" (0)
[  1417.880] (**) |   |-->Monitor "<default monitor>"
[  1417.881] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1417.881] (==) Automatically adding devices
[  1417.881] (==) Automatically enabling devices
[  1417.881] (==) Automatically adding GPU devices
[  1417.881] (==) Automatically binding GPU devices
[  1417.881] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1417.881] (WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
[  1417.881] 	Entry deleted from font path.
[  1417.881] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/TTF,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi
[  1417.881] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  1417.881] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1417.881] (II) Module ABI versions:
[  1417.881] 	X.Org ANSI C Emulation: 0.4
[  1417.881] 	X.Org Video Driver: 25.2
[  1417.881] 	X.Org XInput driver : 24.4
[  1417.881] 	X.Org Server Extension : 10.0
[  1417.892] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1417.892] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  1417.929] (--) PCI:*(0@0:2:0) 1b36:0100:1af4:1100 rev 5, Mem @ 0xf4000000/67108864, 0xf8000000/67108864, 0xfc050000/8192, I/O @ 0x0000c080/32, BIOS @ 0x????????/131072
[  1417.929] (II) Open ACPI successful (/var/run/acpid.socket)
[  1417.929] (II) LoadModule: "glx"
[  1417.930] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1417.941] (II) Module glx: vendor="X.Org Foundation"
[  1417.941] 	compiled for 1.21.1.3, module version = 1.0.0
[  1417.941] 	ABI class: X.Org Server Extension, version 10.0
[  1417.941] (==) Matched qxl as autoconfigured driver 0
[  1417.941] (==) Matched modesetting as autoconfigured driver 1
[  1417.941] (==) Matched fbdev as autoconfigured driver 2
[  1417.941] (==) Matched vesa as autoconfigured driver 3
[  1417.941] (==) Assigned the driver to the xf86ConfigLayout
[  1417.941] (II) LoadModule: "qxl"
[  1417.942] (II) Loading /usr/lib64/xorg/modules/drivers/qxl_drv.so
[  1417.942] (II) Module qxl: vendor="X.Org Foundation"
[  1417.942] 	compiled for 1.21.1.3, module version = 0.1.5
[  1417.942] 	Module class: X.Org Video Driver
[  1417.942] 	ABI class: X.Org Video Driver, version 25.2
[  1417.942] (II) LoadModule: "modesetting"
[  1417.943] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  1417.956] (II) Module modesetting: vendor="X.Org Foundation"
[  1417.956] 	compiled for 1.21.1.3, module version = 1.21.1
[  1417.956] 	Module class: X.Org Video Driver
[  1417.956] 	ABI class: X.Org Video Driver, version 25.2
[  1417.956] (II) LoadModule: "fbdev"
[  1417.957] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[  1417.966] (II) Module fbdev: vendor="X.Org Foundation"
[  1417.967] 	compiled for 1.21.1.3, module version = 0.5.0
[  1417.967] 	Module class: X.Org Video Driver
[  1417.967] 	ABI class: X.Org Video Driver, version 25.2
[  1417.967] (II) LoadModule: "vesa"
[  1417.967] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[  1417.967] (II) Module vesa: vendor="X.Org Foundation"
[  1417.968] 	compiled for 1.21.1.3, module version = 2.5.0
[  1417.968] 	Module class: X.Org Video Driver
[  1417.968] 	ABI class: X.Org Video Driver, version 25.2
[  1417.968] (II) qxl: Driver for QXL virtual graphics: QXL 1
[  1417.968] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1417.968] (II) FBDEV: driver for framebuffer: fbdev
[  1417.968] (II) VESA: driver for VESA chipsets: vesa
[  1417.968] (++) using VT number 1

[  1417.968] (WW) Falling back to old probe method for modesetting
[  1417.972] (WW) Falling back to old probe method for fbdev
[  1417.972] (II) Loading sub module "fbdevhw"
[  1417.972] (II) LoadModule: "fbdevhw"
[  1417.972] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  1417.973] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1417.973] 	compiled for 1.21.1.3, module version = 0.0.2
[  1417.973] 	ABI class: X.Org Video Driver, version 25.2
[  1417.973] (II) qxl(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1417.973] (==) qxl(0): Depth 24, (--) framebuffer bpp 32
[  1417.973] (==) qxl(0): RGB weight 888
[  1417.973] (==) qxl(0): Default visual is TrueColor
[  1417.973] (==) qxl(0): Using gamma correction (1.0, 1.0, 1.0)
[  1417.973] (II) qxl(0): Deferred Frames: Disabled
[  1417.973] (II) qxl(0): Offscreen Surfaces: Disabled
[  1417.973] (II) qxl(0): Image Cache: Disabled
[  1417.973] (II) qxl(0): Fallback Cache: Disabled
[  1417.985] (II) qxl(0): framebuffer at 0x7f22d439a000 (16384 KB)
[  1417.985] (II) qxl(0): command ram at 0x7f22d539a000 (49144 KB)
[  1417.985] (II) qxl(0): vram at 0x7f22d039a000 (65536 KB)
[  1417.985] (II) qxl(0): rom at 0x7f22d0398000
[  1417.985] resizing surface0 to 16777216
[  1417.985] memory space from 0x7f22d539a000 to 0x7f22d8397000
[  1417.985] memory space from 0x7f22d039a000 to 0x7f22d439a000
[  1417.985] (II) qxl(0): Device version 0.0
[  1417.986] (II) qxl(0): Compression level 0, log level 0
[  1417.986] (II) qxl(0): 12286 io pages at 0x7f22d439a000
[  1417.986] (II) qxl(0): RAM header offset: 0x3ffe000
[  1417.986] (II) qxl(0): Correct RAM signature 41525851
[  1417.986] (II) qxl(0): 49140 KB of video RAM
[  1417.986] (II) qxl(0): 1024 surfaces
[  1417.986] (WW) qxl(0): No outputs definitely connected, trying again...
[  1417.986] (WW) qxl(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[  1417.986] (==) qxl(0): DPI set to (96, 96)
[  1417.986] (II) Loading sub module "fb"
[  1417.986] (II) LoadModule: "fb"
[  1417.986] (II) Module "fb" already built-in
[  1417.986] (II) Loading sub module "ramdac"
[  1417.986] (II) LoadModule: "ramdac"
[  1417.986] (II) Module "ramdac" already built-in
[  1417.986] (II) Loading sub module "vgahw"
[  1417.986] (II) LoadModule: "vgahw"
[  1417.987] (II) Loading /usr/lib64/xorg/modules/libvgahw.so
[  1417.987] (II) Module vgahw: vendor="X.Org Foundation"
[  1417.987] 	compiled for 1.21.1.3, module version = 0.1.0
[  1417.987] 	ABI class: X.Org Video Driver, version 25.2
[  1417.987] (II) qxl(0): 0: 640x480, 16 bits, stride 1280, 187mm x 140mm, orientation 0
[  1417.988] (II) qxl(0): 1: 640x480, 32 bits, stride 2560, 187mm x 140mm, orientation 0
[  1417.988] (II) qxl(0): 2: 640x480, 16 bits, stride 1280, 187mm x 140mm, orientation 1
[  1417.988] (II) qxl(0): 3: 640x480, 32 bits, stride 2560, 187mm x 140mm, orientation 1
[  1417.988] (II) qxl(0): 4: 800x480, 16 bits, stride 1600, 234mm x 140mm, orientation 0
[  1417.988] (II) qxl(0): 5: 800x480, 32 bits, stride 3200, 234mm x 140mm, orientation 0
[  1417.988] (II) qxl(0): 6: 800x480, 16 bits, stride 1600, 234mm x 140mm, orientation 1
[  1417.988] (II) qxl(0): 7: 800x480, 32 bits, stride 3200, 234mm x 140mm, orientation 1
[  1417.988] (II) qxl(0): 8: 800x600, 16 bits, stride 1600, 234mm x 176mm, orientation 0
[  1417.988] (II) qxl(0): 9: 800x600, 32 bits, stride 3200, 234mm x 176mm, orientation 0
[  1417.988] (II) qxl(0): 10: 800x600, 16 bits, stride 1600, 234mm x 176mm, orientation 1
[  1417.988] (II) qxl(0): 11: 800x600, 32 bits, stride 3200, 234mm x 176mm, orientation 1
[  1417.988] (II) qxl(0): 12: 832x624, 16 bits, stride 1664, 244mm x 183mm, orientation 0
[  1417.988] (II) qxl(0): 13: 832x624, 32 bits, stride 3328, 244mm x 183mm, orientation 0
[  1417.988] (II) qxl(0): 14: 832x624, 16 bits, stride 1664, 244mm x 183mm, orientation 1
[  1417.988] (II) qxl(0): 15: 832x624, 32 bits, stride 3328, 244mm x 183mm, orientation 1
[  1417.988] (II) qxl(0): 16: 960x640, 16 bits, stride 1920, 281mm x 187mm, orientation 0
[  1417.988] (II) qxl(0): 17: 960x640, 32 bits, stride 3840, 281mm x 187mm, orientation 0
[  1417.988] (II) qxl(0): 18: 960x640, 16 bits, stride 1920, 281mm x 187mm, orientation 1
[  1417.988] (II) qxl(0): 19: 960x640, 32 bits, stride 3840, 281mm x 187mm, orientation 1
[  1417.988] (II) qxl(0): 20: 1024x600, 16 bits, stride 2048, 300mm x 176mm, orientation 0
[  1417.988] (II) qxl(0): 21: 1024x600, 32 bits, stride 4096, 300mm x 176mm, orientation 0
[  1417.988] (II) qxl(0): 22: 1024x600, 16 bits, stride 2048, 300mm x 176mm, orientation 1
[  1417.988] (II) qxl(0): 23: 1024x600, 32 bits, stride 4096, 300mm x 176mm, orientation 1
[  1417.988] (II) qxl(0): 24: 1024x768, 16 bits, stride 2048, 300mm x 225mm, orientation 0
[  1417.988] (II) qxl(0): 25: 1024x768, 32 bits, stride 4096, 300mm x 225mm, orientation 0
[  1417.988] (II) qxl(0): 26: 1024x768, 16 bits, stride 2048, 300mm x 225mm, orientation 1
[  1417.988] (II) qxl(0): 27: 1024x768, 32 bits, stride 4096, 300mm x 225mm, orientation 1
[  1417.988] (II) qxl(0): 28: 1152x864, 16 bits, stride 2304, 338mm x 253mm, orientation 0
[  1417.988] (II) qxl(0): 29: 1152x864, 32 bits, stride 4608, 338mm x 253mm, orientation 0
[  1417.988] (II) qxl(0): 30: 1152x864, 16 bits, stride 2304, 338mm x 253mm, orientation 1
[  1417.988] (II) qxl(0): 31: 1152x864, 32 bits, stride 4608, 338mm x 253mm, orientation 1
[  1417.989] (II) qxl(0): 32: 1152x870, 16 bits, stride 2304, 338mm x 255mm, orientation 0
[  1417.989] (II) qxl(0): 33: 1152x870, 32 bits, stride 4608, 338mm x 255mm, orientation 0
[  1417.989] (II) qxl(0): 34: 1152x870, 16 bits, stride 2304, 338mm x 255mm, orientation 1
[  1417.989] (II) qxl(0): 35: 1152x870, 32 bits, stride 4608, 338mm x 255mm, orientation 1
[  1417.989] (II) qxl(0): 36: 1280x720, 16 bits, stride 2560, 375mm x 211mm, orientation 0
[  1417.989] (II) qxl(0): 37: 1280x720, 32 bits, stride 5120, 375mm x 211mm, orientation 0
[  1417.989] (II) qxl(0): 38: 1280x720, 16 bits, stride 2560, 375mm x 211mm, orientation 1
[  1417.989] (II) qxl(0): 39: 1280x720, 32 bits, stride 5120, 375mm x 211mm, orientation 1
[  1417.989] (II) qxl(0): 40: 1280x760, 16 bits, stride 2560, 375mm x 223mm, orientation 0
[  1417.989] (II) qxl(0): 41: 1280x760, 32 bits, stride 5120, 375mm x 223mm, orientation 0
[  1417.989] (II) qxl(0): 42: 1280x760, 16 bits, stride 2560, 375mm x 223mm, orientation 1
[  1417.989] (II) qxl(0): 43: 1280x760, 32 bits, stride 5120, 375mm x 223mm, orientation 1
[  1417.989] (II) qxl(0): 44: 1280x768, 16 bits, stride 2560, 375mm x 225mm, orientation 0
[  1417.989] (II) qxl(0): 45: 1280x768, 32 bits, stride 5120, 375mm x 225mm, orientation 0
[  1417.989] (II) qxl(0): 46: 1280x768, 16 bits, stride 2560, 375mm x 225mm, orientation 1
[  1417.989] (II) qxl(0): 47: 1280x768, 32 bits, stride 5120, 375mm x 225mm, orientation 1
[  1417.989] (II) qxl(0): 48: 1280x800, 16 bits, stride 2560, 375mm x 234mm, orientation 0
[  1417.989] (II) qxl(0): 49: 1280x800, 32 bits, stride 5120, 375mm x 234mm, orientation 0
[  1417.989] (II) qxl(0): 50: 1280x800, 16 bits, stride 2560, 375mm x 234mm, orientation 1
[  1417.989] (II) qxl(0): 51: 1280x800, 32 bits, stride 5120, 375mm x 234mm, orientation 1
[  1417.989] (II) qxl(0): 52: 1280x960, 16 bits, stride 2560, 375mm x 281mm, orientation 0
[  1417.989] (II) qxl(0): 53: 1280x960, 32 bits, stride 5120, 375mm x 281mm, orientation 0
[  1417.989] (II) qxl(0): 54: 1280x960, 16 bits, stride 2560, 375mm x 281mm, orientation 1
[  1417.989] (II) qxl(0): 55: 1280x960, 32 bits, stride 5120, 375mm x 281mm, orientation 1
[  1417.989] (II) qxl(0): 56: 1280x1024, 16 bits, stride 2560, 375mm x 300mm, orientation 0
[  1417.989] (II) qxl(0): 57: 1280x1024, 32 bits, stride 5120, 375mm x 300mm, orientation 0
[  1417.990] (II) qxl(0): 58: 1280x1024, 16 bits, stride 2560, 375mm x 300mm, orientation 1
[  1417.990] (II) qxl(0): 59: 1280x1024, 32 bits, stride 5120, 375mm x 300mm, orientation 1
[  1417.990] (II) qxl(0): 60: 1360x768, 16 bits, stride 2720, 399mm x 225mm, orientation 0
[  1417.990] (II) qxl(0): 61: 1360x768, 32 bits, stride 5440, 399mm x 225mm, orientation 0
[  1417.990] (II) qxl(0): 62: 1360x768, 16 bits, stride 2720, 399mm x 225mm, orientation 1
[  1417.990] (II) qxl(0): 63: 1360x768, 32 bits, stride 5440, 399mm x 225mm, orientation 1
[  1417.990] (II) qxl(0): 64: 1366x768, 16 bits, stride 2732, 401mm x 225mm, orientation 0
[  1417.990] (II) qxl(0): 65: 1366x768, 32 bits, stride 5464, 401mm x 225mm, orientation 0
[  1417.990] (II) qxl(0): 66: 1366x768, 16 bits, stride 2732, 401mm x 225mm, orientation 1
[  1417.990] (II) qxl(0): 67: 1366x768, 32 bits, stride 5464, 401mm x 225mm, orientation 1
[  1417.990] (II) qxl(0): 68: 1400x1050, 16 bits, stride 2800, 411mm x 308mm, orientation 0
[  1417.990] (II) qxl(0): 69: 1400x1050, 32 bits, stride 5600, 411mm x 308mm, orientation 0
[  1417.990] (II) qxl(0): 70: 1400x1050, 16 bits, stride 2800, 411mm x 308mm, orientation 1
[  1417.990] (II) qxl(0): 71: 1400x1050, 32 bits, stride 5600, 411mm x 308mm, orientation 1
[  1417.990] (II) qxl(0): 72: 1440x900, 16 bits, stride 2880, 422mm x 264mm, orientation 0
[  1417.990] (II) qxl(0): 73: 1440x900, 32 bits, stride 5760, 422mm x 264mm, orientation 0
[  1417.990] (II) qxl(0): 74: 1440x900, 16 bits, stride 2880, 422mm x 264mm, orientation 1
[  1417.990] (II) qxl(0): 75: 1440x900, 32 bits, stride 5760, 422mm x 264mm, orientation 1
[  1417.990] (II) qxl(0): 76: 1600x900, 16 bits, stride 3200, 469mm x 264mm, orientation 0
[  1417.990] (II) qxl(0): 77: 1600x900, 32 bits, stride 6400, 469mm x 264mm, orientation 0
[  1417.990] (II) qxl(0): 78: 1600x900, 16 bits, stride 3200, 469mm x 264mm, orientation 1
[  1417.990] (II) qxl(0): 79: 1600x900, 32 bits, stride 6400, 469mm x 264mm, orientation 1
[  1417.990] (II) qxl(0): 80: 1600x1200, 16 bits, stride 3200, 469mm x 352mm, orientation 0
[  1417.990] (II) qxl(0): 81: 1600x1200, 32 bits, stride 6400, 469mm x 352mm, orientation 0
[  1417.990] (II) qxl(0): 82: 1600x1200, 16 bits, stride 3200, 469mm x 352mm, orientation 1
[  1417.990] (II) qxl(0): 83: 1600x1200, 32 bits, stride 6400, 469mm x 352mm, orientation 1
[  1417.991] (II) qxl(0): 84: 1680x1050, 16 bits, stride 3360, 493mm x 308mm, orientation 0
[  1417.991] (II) qxl(0): 85: 1680x1050, 32 bits, stride 6720, 493mm x 308mm, orientation 0
[  1417.991] (II) qxl(0): 86: 1680x1050, 16 bits, stride 3360, 493mm x 308mm, orientation 1
[  1417.991] (II) qxl(0): 87: 1680x1050, 32 bits, stride 6720, 493mm x 308mm, orientation 1
[  1417.991] (II) qxl(0): 88: 1920x1080, 16 bits, stride 3840, 563mm x 317mm, orientation 0
[  1417.991] (II) qxl(0): 89: 1920x1080, 32 bits, stride 7680, 563mm x 317mm, orientation 0
[  1417.991] (II) qxl(0): 90: 1920x1080, 16 bits, stride 3840, 563mm x 317mm, orientation 1
[  1417.991] (II) qxl(0): 91: 1920x1080, 32 bits, stride 7680, 563mm x 317mm, orientation 1
[  1417.991] (II) qxl(0): 92: 1920x1200, 16 bits, stride 3840, 563mm x 352mm, orientation 0
[  1417.991] (II) qxl(0): 93: 1920x1200, 32 bits, stride 7680, 563mm x 352mm, orientation 0
[  1417.991] (II) qxl(0): 94: 1920x1200, 16 bits, stride 3840, 563mm x 352mm, orientation 1
[  1417.991] (II) qxl(0): 95: 1920x1200, 32 bits, stride 7680, 563mm x 352mm, orientation 1
[  1417.991] (II) qxl(0): 96: 1920x1440, 16 bits, stride 3840, 563mm x 422mm, orientation 0
[  1417.991] (II) qxl(0): 97: 1920x1440, 32 bits, stride 7680, 563mm x 422mm, orientation 0
[  1417.991] (II) qxl(0): 98: 1920x1440, 16 bits, stride 3840, 563mm x 422mm, orientation 1
[  1417.991] (II) qxl(0): 99: 1920x1440, 32 bits, stride 7680, 563mm x 422mm, orientation 1
[  1417.991] (II) qxl(0): 100: 2000x2000, 16 bits, stride 4000, 587mm x 587mm, orientation 0
[  1417.991] (II) qxl(0): 101: 2000x2000, 32 bits, stride 8000, 587mm x 587mm, orientation 0
[  1417.991] (II) qxl(0): 102: 2000x2000, 16 bits, stride 4000, 587mm x 587mm, orientation 1
[  1417.991] (II) qxl(0): 103: 2000x2000, 32 bits, stride 8000, 587mm x 587mm, orientation 1
[  1417.991] (II) qxl(0): 104: 2048x1536, 16 bits, stride 4096, 601mm x 451mm, orientation 0
[  1417.991] (II) qxl(0): 105: 2048x1536, 32 bits, stride 8192, 601mm x 451mm, orientation 0
[  1417.991] (II) qxl(0): 106: 2048x1536, 16 bits, stride 4096, 601mm x 451mm, orientation 1
[  1417.991] (II) qxl(0): 107: 2048x1536, 32 bits, stride 8192, 601mm x 451mm, orientation 1
[  1417.991] (II) qxl(0): 108: 2048x2048, 16 bits, stride 4096, 601mm x 601mm, orientation 0
[  1417.991] (II) qxl(0): 109: 2048x2048, 32 bits, stride 8192, 601mm x 601mm, orientation 0
[  1417.991] (II) qxl(0): 110: 2048x2048, 16 bits, stride 4096, 601mm x 601mm, orientation 1
[  1417.991] (II) qxl(0): 111: 2048x2048, 32 bits, stride 8192, 601mm x 601mm, orientation 1
[  1417.991] (II) qxl(0): 112: 2560x1440, 16 bits, stride 5120, 751mm x 422mm, orientation 0
[  1417.991] (II) qxl(0): 113: 2560x1440, 32 bits, stride 10240, 751mm x 422mm, orientation 0
[  1417.991] (II) qxl(0): 114: 2560x1440, 16 bits, stride 5120, 751mm x 422mm, orientation 1
[  1417.991] (II) qxl(0): 115: 2560x1440, 32 bits, stride 10240, 751mm x 422mm, orientation 1
[  1417.992] (II) qxl(0): 116: 2560x1600, 16 bits, stride 5120, 751mm x 469mm, orientation 0
[  1417.992] (II) qxl(0): 117: 2560x1600, 32 bits, stride 10240, 751mm x 469mm, orientation 0
[  1417.992] (II) qxl(0): 118: 2560x1600, 16 bits, stride 5120, 751mm x 469mm, orientation 1
[  1417.992] (II) qxl(0): 119: 2560x1600, 32 bits, stride 10240, 751mm x 469mm, orientation 1
[  1417.992] (II) qxl(0): 120: 2560x2048, 16 bits, stride 5120, 751mm x 601mm, orientation 0
[  1417.992] (II) qxl(0): 122: 2560x2048, 16 bits, stride 5120, 751mm x 601mm, orientation 1
[  1417.992] (II) qxl(0): 124: 2800x2100, 16 bits, stride 5600, 822mm x 616mm, orientation 0
[  1417.992] (II) qxl(0): 126: 2800x2100, 16 bits, stride 5600, 822mm x 616mm, orientation 1
[  1417.992] (II) qxl(0): 128: 3200x2400, 16 bits, stride 6400, 939mm x 704mm, orientation 0
[  1417.992] (II) qxl(0): 130: 3200x2400, 16 bits, stride 6400, 939mm x 704mm, orientation 1
[  1417.992] (II) qxl(0): 132: 3840x2160, 16 bits, stride 7680, 1127mm x 634mm, orientation 0
[  1417.992] (II) qxl(0): 134: 3840x2160, 16 bits, stride 7680, 1127mm x 634mm, orientation 1
[  1417.994] (II) qxl(0): PreInit complete
[  1417.994] (II) UnloadModule: "modesetting"
[  1417.994] (II) Unloading modesetting
[  1417.995] (II) UnloadModule: "fbdev"
[  1417.995] (II) Unloading fbdev
[  1417.995] (II) UnloadSubModule: "fbdevhw"
[  1417.995] (II) Unloading fbdevhw
[  1417.995] (II) UnloadModule: "vesa"
[  1417.995] (II) Unloading vesa
[  1417.995] (EE) 
[  1417.995] (EE) Backtrace:
[  1417.995] (EE) 0: /usr/libexec/Xorg (xorg_backtrace+0x7d) [0x55d6c70445ed]
[  1417.995] (EE) 1: /usr/libexec/Xorg (0x55d6c6f00000+0x14f565) [0x55d6c704f565]
[  1417.996] (EE) 2: /usr/lib64/libpthread.so.0 (0x7f22d8ece000+0x13900) [0x7f22d8ee1900]
[  1417.996] (EE) 3: /usr/libexec/Xorg (xf86InitViewport+0x46) [0x55d6c705b9c6]
[  1417.996] (EE) 4: /usr/libexec/Xorg (InitOutput+0x1a71) [0x55d6c706d3e1]
[  1417.996] (EE) 5: /usr/libexec/Xorg (0x55d6c6f00000+0x3aa21) [0x55d6c6f3aa21]
[  1417.996] (EE) 6: /usr/lib64/libc.so.6 (__libc_start_main+0xea) [0x7f22d8d2ae0a]
[  1417.996] (EE) 7: /usr/libexec/Xorg (_start+0x2a) [0x55d6c6f3be0a]
[  1417.996] (EE) 
[  1417.996] (EE) Segmentation fault at address 0x24
[  1417.997] (EE) 
Fatal server error:
[  1417.997] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  1417.997] (EE) 
[  1417.997] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1417.997] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1417.997] (EE) 
[  1418.015] (EE) Server terminated with error (1). Closing log file.
```

### Steps to reproduce the behavior
I launched a `qemu-system-x86_64` virtual machine with the option `-vga qxl`, performed a clean install of Void x86_64-glibc, updated the system, installed `xorg` and `xf86-video-qxl`.
Running `startx` causes the error above, but it works fine if `xf86-video-qxl` is not installed.
This also happens on musl.


@abenson

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ISSUE] [CLOSED] xf86-video-qxl segmentation fault
  2022-05-16 14:45 [ISSUE] xf86-video-qxl segmentation fault r-ricci
@ 2022-07-28 14:50 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2022-07-28 14:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 21821 bytes --]

Closed issue by r-ricci on void-packages repository

https://github.com/void-linux/void-packages/issues/37157

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt. However, a quality pull request may help. -->
### System

* xuname:
`Void 5.15.39_1 x86_64 GenuineIntel/VM uptodate rF`
* package:
`xf86-video-qxl-0.1.5_3`

### Expected behavior
The X server should be able to use the qxl driver in a virtual machine.

### Actual behavior
```
[  1417.810] 
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[  1417.820] Current Operating System: Linux glibc 5.15.39_1 #1 SMP Fri May 13 11:39:37 UTC 2022 x86_64
[  1417.820] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.39_1 root=UUID=798cf99d-eab6-40b2-afd0-3c5a420510a0 ro loglevel=4
[  1417.827]  
[  1417.837] Current version of pixman: 0.40.0
[  1417.843] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1417.843] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1417.870] (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 16 16:25:18 2022
[  1417.879] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1417.880] (==) No Layout section.  Using the first Screen section.
[  1417.880] (==) No screen section available. Using defaults.
[  1417.880] (**) |-->Screen "Default Screen Section" (0)
[  1417.880] (**) |   |-->Monitor "<default monitor>"
[  1417.881] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1417.881] (==) Automatically adding devices
[  1417.881] (==) Automatically enabling devices
[  1417.881] (==) Automatically adding GPU devices
[  1417.881] (==) Automatically binding GPU devices
[  1417.881] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1417.881] (WW) The directory "/usr/share/fonts/X11/OTF" does not exist.
[  1417.881] 	Entry deleted from font path.
[  1417.881] (==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/TTF,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi
[  1417.881] (==) ModulePath set to "/usr/lib64/xorg/modules"
[  1417.881] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1417.881] (II) Module ABI versions:
[  1417.881] 	X.Org ANSI C Emulation: 0.4
[  1417.881] 	X.Org Video Driver: 25.2
[  1417.881] 	X.Org XInput driver : 24.4
[  1417.881] 	X.Org Server Extension : 10.0
[  1417.892] (II) xfree86: Adding drm device (/dev/dri/card0)
[  1417.892] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[  1417.929] (--) PCI:*(0@0:2:0) 1b36:0100:1af4:1100 rev 5, Mem @ 0xf4000000/67108864, 0xf8000000/67108864, 0xfc050000/8192, I/O @ 0x0000c080/32, BIOS @ 0x????????/131072
[  1417.929] (II) Open ACPI successful (/var/run/acpid.socket)
[  1417.929] (II) LoadModule: "glx"
[  1417.930] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[  1417.941] (II) Module glx: vendor="X.Org Foundation"
[  1417.941] 	compiled for 1.21.1.3, module version = 1.0.0
[  1417.941] 	ABI class: X.Org Server Extension, version 10.0
[  1417.941] (==) Matched qxl as autoconfigured driver 0
[  1417.941] (==) Matched modesetting as autoconfigured driver 1
[  1417.941] (==) Matched fbdev as autoconfigured driver 2
[  1417.941] (==) Matched vesa as autoconfigured driver 3
[  1417.941] (==) Assigned the driver to the xf86ConfigLayout
[  1417.941] (II) LoadModule: "qxl"
[  1417.942] (II) Loading /usr/lib64/xorg/modules/drivers/qxl_drv.so
[  1417.942] (II) Module qxl: vendor="X.Org Foundation"
[  1417.942] 	compiled for 1.21.1.3, module version = 0.1.5
[  1417.942] 	Module class: X.Org Video Driver
[  1417.942] 	ABI class: X.Org Video Driver, version 25.2
[  1417.942] (II) LoadModule: "modesetting"
[  1417.943] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[  1417.956] (II) Module modesetting: vendor="X.Org Foundation"
[  1417.956] 	compiled for 1.21.1.3, module version = 1.21.1
[  1417.956] 	Module class: X.Org Video Driver
[  1417.956] 	ABI class: X.Org Video Driver, version 25.2
[  1417.956] (II) LoadModule: "fbdev"
[  1417.957] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[  1417.966] (II) Module fbdev: vendor="X.Org Foundation"
[  1417.967] 	compiled for 1.21.1.3, module version = 0.5.0
[  1417.967] 	Module class: X.Org Video Driver
[  1417.967] 	ABI class: X.Org Video Driver, version 25.2
[  1417.967] (II) LoadModule: "vesa"
[  1417.967] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[  1417.967] (II) Module vesa: vendor="X.Org Foundation"
[  1417.968] 	compiled for 1.21.1.3, module version = 2.5.0
[  1417.968] 	Module class: X.Org Video Driver
[  1417.968] 	ABI class: X.Org Video Driver, version 25.2
[  1417.968] (II) qxl: Driver for QXL virtual graphics: QXL 1
[  1417.968] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1417.968] (II) FBDEV: driver for framebuffer: fbdev
[  1417.968] (II) VESA: driver for VESA chipsets: vesa
[  1417.968] (++) using VT number 1

[  1417.968] (WW) Falling back to old probe method for modesetting
[  1417.972] (WW) Falling back to old probe method for fbdev
[  1417.972] (II) Loading sub module "fbdevhw"
[  1417.972] (II) LoadModule: "fbdevhw"
[  1417.972] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[  1417.973] (II) Module fbdevhw: vendor="X.Org Foundation"
[  1417.973] 	compiled for 1.21.1.3, module version = 0.0.2
[  1417.973] 	ABI class: X.Org Video Driver, version 25.2
[  1417.973] (II) qxl(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  1417.973] (==) qxl(0): Depth 24, (--) framebuffer bpp 32
[  1417.973] (==) qxl(0): RGB weight 888
[  1417.973] (==) qxl(0): Default visual is TrueColor
[  1417.973] (==) qxl(0): Using gamma correction (1.0, 1.0, 1.0)
[  1417.973] (II) qxl(0): Deferred Frames: Disabled
[  1417.973] (II) qxl(0): Offscreen Surfaces: Disabled
[  1417.973] (II) qxl(0): Image Cache: Disabled
[  1417.973] (II) qxl(0): Fallback Cache: Disabled
[  1417.985] (II) qxl(0): framebuffer at 0x7f22d439a000 (16384 KB)
[  1417.985] (II) qxl(0): command ram at 0x7f22d539a000 (49144 KB)
[  1417.985] (II) qxl(0): vram at 0x7f22d039a000 (65536 KB)
[  1417.985] (II) qxl(0): rom at 0x7f22d0398000
[  1417.985] resizing surface0 to 16777216
[  1417.985] memory space from 0x7f22d539a000 to 0x7f22d8397000
[  1417.985] memory space from 0x7f22d039a000 to 0x7f22d439a000
[  1417.985] (II) qxl(0): Device version 0.0
[  1417.986] (II) qxl(0): Compression level 0, log level 0
[  1417.986] (II) qxl(0): 12286 io pages at 0x7f22d439a000
[  1417.986] (II) qxl(0): RAM header offset: 0x3ffe000
[  1417.986] (II) qxl(0): Correct RAM signature 41525851
[  1417.986] (II) qxl(0): 49140 KB of video RAM
[  1417.986] (II) qxl(0): 1024 surfaces
[  1417.986] (WW) qxl(0): No outputs definitely connected, trying again...
[  1417.986] (WW) qxl(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[  1417.986] (==) qxl(0): DPI set to (96, 96)
[  1417.986] (II) Loading sub module "fb"
[  1417.986] (II) LoadModule: "fb"
[  1417.986] (II) Module "fb" already built-in
[  1417.986] (II) Loading sub module "ramdac"
[  1417.986] (II) LoadModule: "ramdac"
[  1417.986] (II) Module "ramdac" already built-in
[  1417.986] (II) Loading sub module "vgahw"
[  1417.986] (II) LoadModule: "vgahw"
[  1417.987] (II) Loading /usr/lib64/xorg/modules/libvgahw.so
[  1417.987] (II) Module vgahw: vendor="X.Org Foundation"
[  1417.987] 	compiled for 1.21.1.3, module version = 0.1.0
[  1417.987] 	ABI class: X.Org Video Driver, version 25.2
[  1417.987] (II) qxl(0): 0: 640x480, 16 bits, stride 1280, 187mm x 140mm, orientation 0
[  1417.988] (II) qxl(0): 1: 640x480, 32 bits, stride 2560, 187mm x 140mm, orientation 0
[  1417.988] (II) qxl(0): 2: 640x480, 16 bits, stride 1280, 187mm x 140mm, orientation 1
[  1417.988] (II) qxl(0): 3: 640x480, 32 bits, stride 2560, 187mm x 140mm, orientation 1
[  1417.988] (II) qxl(0): 4: 800x480, 16 bits, stride 1600, 234mm x 140mm, orientation 0
[  1417.988] (II) qxl(0): 5: 800x480, 32 bits, stride 3200, 234mm x 140mm, orientation 0
[  1417.988] (II) qxl(0): 6: 800x480, 16 bits, stride 1600, 234mm x 140mm, orientation 1
[  1417.988] (II) qxl(0): 7: 800x480, 32 bits, stride 3200, 234mm x 140mm, orientation 1
[  1417.988] (II) qxl(0): 8: 800x600, 16 bits, stride 1600, 234mm x 176mm, orientation 0
[  1417.988] (II) qxl(0): 9: 800x600, 32 bits, stride 3200, 234mm x 176mm, orientation 0
[  1417.988] (II) qxl(0): 10: 800x600, 16 bits, stride 1600, 234mm x 176mm, orientation 1
[  1417.988] (II) qxl(0): 11: 800x600, 32 bits, stride 3200, 234mm x 176mm, orientation 1
[  1417.988] (II) qxl(0): 12: 832x624, 16 bits, stride 1664, 244mm x 183mm, orientation 0
[  1417.988] (II) qxl(0): 13: 832x624, 32 bits, stride 3328, 244mm x 183mm, orientation 0
[  1417.988] (II) qxl(0): 14: 832x624, 16 bits, stride 1664, 244mm x 183mm, orientation 1
[  1417.988] (II) qxl(0): 15: 832x624, 32 bits, stride 3328, 244mm x 183mm, orientation 1
[  1417.988] (II) qxl(0): 16: 960x640, 16 bits, stride 1920, 281mm x 187mm, orientation 0
[  1417.988] (II) qxl(0): 17: 960x640, 32 bits, stride 3840, 281mm x 187mm, orientation 0
[  1417.988] (II) qxl(0): 18: 960x640, 16 bits, stride 1920, 281mm x 187mm, orientation 1
[  1417.988] (II) qxl(0): 19: 960x640, 32 bits, stride 3840, 281mm x 187mm, orientation 1
[  1417.988] (II) qxl(0): 20: 1024x600, 16 bits, stride 2048, 300mm x 176mm, orientation 0
[  1417.988] (II) qxl(0): 21: 1024x600, 32 bits, stride 4096, 300mm x 176mm, orientation 0
[  1417.988] (II) qxl(0): 22: 1024x600, 16 bits, stride 2048, 300mm x 176mm, orientation 1
[  1417.988] (II) qxl(0): 23: 1024x600, 32 bits, stride 4096, 300mm x 176mm, orientation 1
[  1417.988] (II) qxl(0): 24: 1024x768, 16 bits, stride 2048, 300mm x 225mm, orientation 0
[  1417.988] (II) qxl(0): 25: 1024x768, 32 bits, stride 4096, 300mm x 225mm, orientation 0
[  1417.988] (II) qxl(0): 26: 1024x768, 16 bits, stride 2048, 300mm x 225mm, orientation 1
[  1417.988] (II) qxl(0): 27: 1024x768, 32 bits, stride 4096, 300mm x 225mm, orientation 1
[  1417.988] (II) qxl(0): 28: 1152x864, 16 bits, stride 2304, 338mm x 253mm, orientation 0
[  1417.988] (II) qxl(0): 29: 1152x864, 32 bits, stride 4608, 338mm x 253mm, orientation 0
[  1417.988] (II) qxl(0): 30: 1152x864, 16 bits, stride 2304, 338mm x 253mm, orientation 1
[  1417.988] (II) qxl(0): 31: 1152x864, 32 bits, stride 4608, 338mm x 253mm, orientation 1
[  1417.989] (II) qxl(0): 32: 1152x870, 16 bits, stride 2304, 338mm x 255mm, orientation 0
[  1417.989] (II) qxl(0): 33: 1152x870, 32 bits, stride 4608, 338mm x 255mm, orientation 0
[  1417.989] (II) qxl(0): 34: 1152x870, 16 bits, stride 2304, 338mm x 255mm, orientation 1
[  1417.989] (II) qxl(0): 35: 1152x870, 32 bits, stride 4608, 338mm x 255mm, orientation 1
[  1417.989] (II) qxl(0): 36: 1280x720, 16 bits, stride 2560, 375mm x 211mm, orientation 0
[  1417.989] (II) qxl(0): 37: 1280x720, 32 bits, stride 5120, 375mm x 211mm, orientation 0
[  1417.989] (II) qxl(0): 38: 1280x720, 16 bits, stride 2560, 375mm x 211mm, orientation 1
[  1417.989] (II) qxl(0): 39: 1280x720, 32 bits, stride 5120, 375mm x 211mm, orientation 1
[  1417.989] (II) qxl(0): 40: 1280x760, 16 bits, stride 2560, 375mm x 223mm, orientation 0
[  1417.989] (II) qxl(0): 41: 1280x760, 32 bits, stride 5120, 375mm x 223mm, orientation 0
[  1417.989] (II) qxl(0): 42: 1280x760, 16 bits, stride 2560, 375mm x 223mm, orientation 1
[  1417.989] (II) qxl(0): 43: 1280x760, 32 bits, stride 5120, 375mm x 223mm, orientation 1
[  1417.989] (II) qxl(0): 44: 1280x768, 16 bits, stride 2560, 375mm x 225mm, orientation 0
[  1417.989] (II) qxl(0): 45: 1280x768, 32 bits, stride 5120, 375mm x 225mm, orientation 0
[  1417.989] (II) qxl(0): 46: 1280x768, 16 bits, stride 2560, 375mm x 225mm, orientation 1
[  1417.989] (II) qxl(0): 47: 1280x768, 32 bits, stride 5120, 375mm x 225mm, orientation 1
[  1417.989] (II) qxl(0): 48: 1280x800, 16 bits, stride 2560, 375mm x 234mm, orientation 0
[  1417.989] (II) qxl(0): 49: 1280x800, 32 bits, stride 5120, 375mm x 234mm, orientation 0
[  1417.989] (II) qxl(0): 50: 1280x800, 16 bits, stride 2560, 375mm x 234mm, orientation 1
[  1417.989] (II) qxl(0): 51: 1280x800, 32 bits, stride 5120, 375mm x 234mm, orientation 1
[  1417.989] (II) qxl(0): 52: 1280x960, 16 bits, stride 2560, 375mm x 281mm, orientation 0
[  1417.989] (II) qxl(0): 53: 1280x960, 32 bits, stride 5120, 375mm x 281mm, orientation 0
[  1417.989] (II) qxl(0): 54: 1280x960, 16 bits, stride 2560, 375mm x 281mm, orientation 1
[  1417.989] (II) qxl(0): 55: 1280x960, 32 bits, stride 5120, 375mm x 281mm, orientation 1
[  1417.989] (II) qxl(0): 56: 1280x1024, 16 bits, stride 2560, 375mm x 300mm, orientation 0
[  1417.989] (II) qxl(0): 57: 1280x1024, 32 bits, stride 5120, 375mm x 300mm, orientation 0
[  1417.990] (II) qxl(0): 58: 1280x1024, 16 bits, stride 2560, 375mm x 300mm, orientation 1
[  1417.990] (II) qxl(0): 59: 1280x1024, 32 bits, stride 5120, 375mm x 300mm, orientation 1
[  1417.990] (II) qxl(0): 60: 1360x768, 16 bits, stride 2720, 399mm x 225mm, orientation 0
[  1417.990] (II) qxl(0): 61: 1360x768, 32 bits, stride 5440, 399mm x 225mm, orientation 0
[  1417.990] (II) qxl(0): 62: 1360x768, 16 bits, stride 2720, 399mm x 225mm, orientation 1
[  1417.990] (II) qxl(0): 63: 1360x768, 32 bits, stride 5440, 399mm x 225mm, orientation 1
[  1417.990] (II) qxl(0): 64: 1366x768, 16 bits, stride 2732, 401mm x 225mm, orientation 0
[  1417.990] (II) qxl(0): 65: 1366x768, 32 bits, stride 5464, 401mm x 225mm, orientation 0
[  1417.990] (II) qxl(0): 66: 1366x768, 16 bits, stride 2732, 401mm x 225mm, orientation 1
[  1417.990] (II) qxl(0): 67: 1366x768, 32 bits, stride 5464, 401mm x 225mm, orientation 1
[  1417.990] (II) qxl(0): 68: 1400x1050, 16 bits, stride 2800, 411mm x 308mm, orientation 0
[  1417.990] (II) qxl(0): 69: 1400x1050, 32 bits, stride 5600, 411mm x 308mm, orientation 0
[  1417.990] (II) qxl(0): 70: 1400x1050, 16 bits, stride 2800, 411mm x 308mm, orientation 1
[  1417.990] (II) qxl(0): 71: 1400x1050, 32 bits, stride 5600, 411mm x 308mm, orientation 1
[  1417.990] (II) qxl(0): 72: 1440x900, 16 bits, stride 2880, 422mm x 264mm, orientation 0
[  1417.990] (II) qxl(0): 73: 1440x900, 32 bits, stride 5760, 422mm x 264mm, orientation 0
[  1417.990] (II) qxl(0): 74: 1440x900, 16 bits, stride 2880, 422mm x 264mm, orientation 1
[  1417.990] (II) qxl(0): 75: 1440x900, 32 bits, stride 5760, 422mm x 264mm, orientation 1
[  1417.990] (II) qxl(0): 76: 1600x900, 16 bits, stride 3200, 469mm x 264mm, orientation 0
[  1417.990] (II) qxl(0): 77: 1600x900, 32 bits, stride 6400, 469mm x 264mm, orientation 0
[  1417.990] (II) qxl(0): 78: 1600x900, 16 bits, stride 3200, 469mm x 264mm, orientation 1
[  1417.990] (II) qxl(0): 79: 1600x900, 32 bits, stride 6400, 469mm x 264mm, orientation 1
[  1417.990] (II) qxl(0): 80: 1600x1200, 16 bits, stride 3200, 469mm x 352mm, orientation 0
[  1417.990] (II) qxl(0): 81: 1600x1200, 32 bits, stride 6400, 469mm x 352mm, orientation 0
[  1417.990] (II) qxl(0): 82: 1600x1200, 16 bits, stride 3200, 469mm x 352mm, orientation 1
[  1417.990] (II) qxl(0): 83: 1600x1200, 32 bits, stride 6400, 469mm x 352mm, orientation 1
[  1417.991] (II) qxl(0): 84: 1680x1050, 16 bits, stride 3360, 493mm x 308mm, orientation 0
[  1417.991] (II) qxl(0): 85: 1680x1050, 32 bits, stride 6720, 493mm x 308mm, orientation 0
[  1417.991] (II) qxl(0): 86: 1680x1050, 16 bits, stride 3360, 493mm x 308mm, orientation 1
[  1417.991] (II) qxl(0): 87: 1680x1050, 32 bits, stride 6720, 493mm x 308mm, orientation 1
[  1417.991] (II) qxl(0): 88: 1920x1080, 16 bits, stride 3840, 563mm x 317mm, orientation 0
[  1417.991] (II) qxl(0): 89: 1920x1080, 32 bits, stride 7680, 563mm x 317mm, orientation 0
[  1417.991] (II) qxl(0): 90: 1920x1080, 16 bits, stride 3840, 563mm x 317mm, orientation 1
[  1417.991] (II) qxl(0): 91: 1920x1080, 32 bits, stride 7680, 563mm x 317mm, orientation 1
[  1417.991] (II) qxl(0): 92: 1920x1200, 16 bits, stride 3840, 563mm x 352mm, orientation 0
[  1417.991] (II) qxl(0): 93: 1920x1200, 32 bits, stride 7680, 563mm x 352mm, orientation 0
[  1417.991] (II) qxl(0): 94: 1920x1200, 16 bits, stride 3840, 563mm x 352mm, orientation 1
[  1417.991] (II) qxl(0): 95: 1920x1200, 32 bits, stride 7680, 563mm x 352mm, orientation 1
[  1417.991] (II) qxl(0): 96: 1920x1440, 16 bits, stride 3840, 563mm x 422mm, orientation 0
[  1417.991] (II) qxl(0): 97: 1920x1440, 32 bits, stride 7680, 563mm x 422mm, orientation 0
[  1417.991] (II) qxl(0): 98: 1920x1440, 16 bits, stride 3840, 563mm x 422mm, orientation 1
[  1417.991] (II) qxl(0): 99: 1920x1440, 32 bits, stride 7680, 563mm x 422mm, orientation 1
[  1417.991] (II) qxl(0): 100: 2000x2000, 16 bits, stride 4000, 587mm x 587mm, orientation 0
[  1417.991] (II) qxl(0): 101: 2000x2000, 32 bits, stride 8000, 587mm x 587mm, orientation 0
[  1417.991] (II) qxl(0): 102: 2000x2000, 16 bits, stride 4000, 587mm x 587mm, orientation 1
[  1417.991] (II) qxl(0): 103: 2000x2000, 32 bits, stride 8000, 587mm x 587mm, orientation 1
[  1417.991] (II) qxl(0): 104: 2048x1536, 16 bits, stride 4096, 601mm x 451mm, orientation 0
[  1417.991] (II) qxl(0): 105: 2048x1536, 32 bits, stride 8192, 601mm x 451mm, orientation 0
[  1417.991] (II) qxl(0): 106: 2048x1536, 16 bits, stride 4096, 601mm x 451mm, orientation 1
[  1417.991] (II) qxl(0): 107: 2048x1536, 32 bits, stride 8192, 601mm x 451mm, orientation 1
[  1417.991] (II) qxl(0): 108: 2048x2048, 16 bits, stride 4096, 601mm x 601mm, orientation 0
[  1417.991] (II) qxl(0): 109: 2048x2048, 32 bits, stride 8192, 601mm x 601mm, orientation 0
[  1417.991] (II) qxl(0): 110: 2048x2048, 16 bits, stride 4096, 601mm x 601mm, orientation 1
[  1417.991] (II) qxl(0): 111: 2048x2048, 32 bits, stride 8192, 601mm x 601mm, orientation 1
[  1417.991] (II) qxl(0): 112: 2560x1440, 16 bits, stride 5120, 751mm x 422mm, orientation 0
[  1417.991] (II) qxl(0): 113: 2560x1440, 32 bits, stride 10240, 751mm x 422mm, orientation 0
[  1417.991] (II) qxl(0): 114: 2560x1440, 16 bits, stride 5120, 751mm x 422mm, orientation 1
[  1417.991] (II) qxl(0): 115: 2560x1440, 32 bits, stride 10240, 751mm x 422mm, orientation 1
[  1417.992] (II) qxl(0): 116: 2560x1600, 16 bits, stride 5120, 751mm x 469mm, orientation 0
[  1417.992] (II) qxl(0): 117: 2560x1600, 32 bits, stride 10240, 751mm x 469mm, orientation 0
[  1417.992] (II) qxl(0): 118: 2560x1600, 16 bits, stride 5120, 751mm x 469mm, orientation 1
[  1417.992] (II) qxl(0): 119: 2560x1600, 32 bits, stride 10240, 751mm x 469mm, orientation 1
[  1417.992] (II) qxl(0): 120: 2560x2048, 16 bits, stride 5120, 751mm x 601mm, orientation 0
[  1417.992] (II) qxl(0): 122: 2560x2048, 16 bits, stride 5120, 751mm x 601mm, orientation 1
[  1417.992] (II) qxl(0): 124: 2800x2100, 16 bits, stride 5600, 822mm x 616mm, orientation 0
[  1417.992] (II) qxl(0): 126: 2800x2100, 16 bits, stride 5600, 822mm x 616mm, orientation 1
[  1417.992] (II) qxl(0): 128: 3200x2400, 16 bits, stride 6400, 939mm x 704mm, orientation 0
[  1417.992] (II) qxl(0): 130: 3200x2400, 16 bits, stride 6400, 939mm x 704mm, orientation 1
[  1417.992] (II) qxl(0): 132: 3840x2160, 16 bits, stride 7680, 1127mm x 634mm, orientation 0
[  1417.992] (II) qxl(0): 134: 3840x2160, 16 bits, stride 7680, 1127mm x 634mm, orientation 1
[  1417.994] (II) qxl(0): PreInit complete
[  1417.994] (II) UnloadModule: "modesetting"
[  1417.994] (II) Unloading modesetting
[  1417.995] (II) UnloadModule: "fbdev"
[  1417.995] (II) Unloading fbdev
[  1417.995] (II) UnloadSubModule: "fbdevhw"
[  1417.995] (II) Unloading fbdevhw
[  1417.995] (II) UnloadModule: "vesa"
[  1417.995] (II) Unloading vesa
[  1417.995] (EE) 
[  1417.995] (EE) Backtrace:
[  1417.995] (EE) 0: /usr/libexec/Xorg (xorg_backtrace+0x7d) [0x55d6c70445ed]
[  1417.995] (EE) 1: /usr/libexec/Xorg (0x55d6c6f00000+0x14f565) [0x55d6c704f565]
[  1417.996] (EE) 2: /usr/lib64/libpthread.so.0 (0x7f22d8ece000+0x13900) [0x7f22d8ee1900]
[  1417.996] (EE) 3: /usr/libexec/Xorg (xf86InitViewport+0x46) [0x55d6c705b9c6]
[  1417.996] (EE) 4: /usr/libexec/Xorg (InitOutput+0x1a71) [0x55d6c706d3e1]
[  1417.996] (EE) 5: /usr/libexec/Xorg (0x55d6c6f00000+0x3aa21) [0x55d6c6f3aa21]
[  1417.996] (EE) 6: /usr/lib64/libc.so.6 (__libc_start_main+0xea) [0x7f22d8d2ae0a]
[  1417.996] (EE) 7: /usr/libexec/Xorg (_start+0x2a) [0x55d6c6f3be0a]
[  1417.996] (EE) 
[  1417.996] (EE) Segmentation fault at address 0x24
[  1417.997] (EE) 
Fatal server error:
[  1417.997] (EE) Caught signal 11 (Segmentation fault). Server aborting
[  1417.997] (EE) 
[  1417.997] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1417.997] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1417.997] (EE) 
[  1418.015] (EE) Server terminated with error (1). Closing log file.
```

### Steps to reproduce the behavior
I launched a `qemu-system-x86_64` virtual machine with the option `-vga qxl`, performed a clean install of Void x86_64-glibc, updated the system, installed `xorg` and `xf86-video-qxl`.
Running `startx` causes the error above, but it works fine if `xf86-video-qxl` is not installed.
This also happens on musl.


@abenson

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-28 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-16 14:45 [ISSUE] xf86-video-qxl segmentation fault r-ricci
2022-07-28 14:50 ` [ISSUE] [CLOSED] " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).