The bug when EXA crashes with "exaGetPixmapFirstPixel called for invalid bpp" is most visible with XFCE. One should choose theme Wildbush and Xorg crashes immediately. The xorg-server currently in the ports tree is still affected. Attached patch should address the problem (pulled from [1]). [1] http://cgit.freedesktop.org/xorg/xserver/commit/?id=e06fa804009798ea95efa8babaabb0228dfdfe65 Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 Over to maintainer (via the GNATS Auto Assign Tool)
kwm 2011-08-07 07:17:59 UTC FreeBSD ports repository Modified files: x11-servers/xorg-server Makefile Added files: x11-servers/xorg-server/files patch-exa__exa_accel.c Log: Fix the "exaGetPixmapFirstPixel called for invalid bpp" problem. This bug is more visible with XFCE. PR: ports/156721 Submitted by: Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de> Obtained from: xorg-server upstream With hat: x11@ Revision Changes Path 1.81 +1 -1 ports/x11-servers/xorg-server/Makefile 1.1 +26 -0 ports/x11-servers/xorg-server/files/patch-exa__exa_accel.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed thanks!