Bug 156721 - [PATCH] x11-servers/xorg-server Fix bug 24703 EXA crash
Summary: [PATCH] x11-servers/xorg-server Fix bug 24703 EXA crash
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-29 16:20 UTC by Alexey Shuvaev
Modified: 2011-08-07 08:20 UTC (History)
0 users

See Also:


Attachments
file.diff (510 bytes, patch)
2011-04-29 16:20 UTC, Alexey Shuvaev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shuvaev 2011-04-29 16:20:10 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-29 16:20:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-08-07 08:18:08 UTC
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"
Comment 3 Koop Mast freebsd_committer freebsd_triage 2011-08-07 08:18:12 UTC
State Changed
From-To: open->closed

Committed thanks!