Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#24864 - [xorg-server] crash after setting root background to None, then setting color

Attached to Project: Arch Linux
Opened by Alexander R. (SbIR) - Friday, 24 June 2011, 20:41 GMT
Last edited by Jan de Groot (JGC) - Monday, 03 October 2011, 18:32 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Debian bug report:
http://lists.debian.org/debian-x/2011/05/msg00529.html

http://lists.x.org/archives/xorg-devel/2011-May/022281.html

Steps to reproduce:
starting "pcmanfm --desktop" for example will crash xorg-server

Patch:

--- xorg-server-1.10.1/dix/window.c 2011-02-25 04:27:25.000000000 +0100
+++ xorg-server-1.10.1-new/dix/window.c 2011-05-15 15:15:03.912919996 +0200
@@ -474,6 +474,7 @@
pWin->background.pixel = pScreen->whitePixel;
backFlag |= CWBackPixmap;
} else {
+ pWin->backgroundState = BackgroundPixel;
if (whiteRoot)
pWin->background.pixel = pScreen->whitePixel;
else
@@ -972,6 +973,7 @@
else if (party_like_its_1989)
MakeRootTile(pWin);
else {
+ pWin->backgroundState = BackgroundPixel;
if (whiteRoot)
pWin->background.pixel = pScreen->whitePixel;
else
This task depends upon

Closed by  Jan de Groot (JGC)
Monday, 03 October 2011, 18:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed long time ago in some 1.10 update.

Loading...