The version of x11/pixman in ports is 0.9.5_3. This version has a nasty crasher bug that can be exposed on an amd64 platform. Since being fixed, pixman 0.9.6 has been released and the version in ports should be updated to use this new version. In addition, some features were added to help improve performance. Fix: Attached patch. Patch attached with submission follows: How-To-Repeat: I can reliably reproduce this bug by downloading the AMD/ATI Radeon HD 2500 Development Documentation from AMD's developers website. A number of other PDFs that I have seen have been able to cause the crash as well. When it happens, the whole X session dies and the user is returned to the console.
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs reassign to port team
Responsible Changed From-To: freebsd-ports-bugs->freebsd-x11 x11 team might be better
remko@FreeBSD.org wrote: > Synopsis: x11/pixman 0.9.5 in ports needs update to 0.9.6 > > Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 > Responsible-Changed-By: remko > Responsible-Changed-When: Mon Nov 5 20:40:21 UTC 2007 > Responsible-Changed-Why: > x11 team might be better > > http://www.freebsd.org/cgi/query-pr.cgi?pr=117854 This fixes the crash reported in freedesktop.org's bugzilla bug #12398 <http://bugs.freedesktop.org/show_bug.cgi?id=12398>. The following link takes you there: https://bugs.freedesktop.org/show_bug.cgi?id=12398 Recommended for anyone who's got Xorg 7.3 crashing on them while viewing large graphics objects (such as with evince). -- Coleman Kane
flz 2007-11-09 11:50:50 UTC FreeBSD ports repository Modified files: x11/pixman Makefile distinfo Log: Update to 0.9.6. PR: ports/117854 Submitted by: cokane Approved by: portmgr (erwin) Revision Changes Path 1.5 +1 -2 ports/x11/pixman/Makefile 1.2 +3 -3 ports/x11/pixman/distinfo _______________________________________________ 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!