From owner-freebsd-x11@FreeBSD.ORG Sun Sep 23 14:30:13 2007 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B74F16A41B for ; Sun, 23 Sep 2007 14:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6593C13C4A5 for ; Sun, 23 Sep 2007 14:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l8NEUDRo087948 for ; Sun, 23 Sep 2007 14:30:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8NEUDwr087943; Sun, 23 Sep 2007 14:30:13 GMT (envelope-from gnats) Date: Sun, 23 Sep 2007 14:30:13 GMT Message-Id: <200709231430.l8NEUDwr087943@freefall.freebsd.org> To: freebsd-x11@FreeBSD.org From: Adam K Kirchhoff Cc: Subject: Re: ports/116551: x11/xorg - Various applications crash the xserver on r100 radeon / Xorg 7.3 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Adam K Kirchhoff List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2007 14:30:13 -0000 The following reply was made to PR ports/116551; it has been noted by GNATS. From: Adam K Kirchhoff To: bug-followup@FreeBSD.org, adamk@voicenet.com Cc: Subject: Re: ports/116551: x11/xorg - Various applications crash the xserver on r100 radeon / Xorg 7.3 Date: Sun, 23 Sep 2007 10:22:23 -0400 The problem still exists even after manually installing libXrender from the git source repository. At the moment, this is a huge bug (at least for me) as X is pretty useless if nearly every application is crashing the server. I have noticed that my original thoughts about the crash happening from any application linking to libXrender is incorrect. xterm is linked to libXrender, but doesn't crash the X server. Does xterm actually make use of the RENDER extension, though? Adam