From owner-freebsd-ports@FreeBSD.ORG Mon Mar 21 07:35:15 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7107B106564A; Mon, 21 Mar 2011 07:35:15 +0000 (UTC) (envelope-from murankar@iut-mir-o.ujf-grenoble.fr) Received: from amazone1.ujf-grenoble.fr (amazone1.ujf-grenoble.fr [193.54.238.254]) by mx1.freebsd.org (Postfix) with ESMTP id 1D4F58FC0A; Mon, 21 Mar 2011 07:35:14 +0000 (UTC) Received: from tana3.ujf-grenoble.fr (tana3.ujf-grenoble.fr [152.77.18.201]) by amazone1.ujf-grenoble.fr (8.13.7/8.13.7/Configured by JE/GB 2010-12-10) with ESMTP id p2L7ZDKb037444; Mon, 21 Mar 2011 08:35:13 +0100 (CET) Received: from tana3.ujf-grenoble.fr (unknown [127.0.0.1]) by tana3.ujf-grenoble.fr (Postfix) with ESMTP id 22C645C0C; Mon, 21 Mar 2011 08:35:13 +0100 (CET) X-UJF-AV: Scanned on tana3.ujf-grenoble.fr Received: from tibre1.ujf-grenoble.fr (tibre1.ujf-grenoble.fr [152.77.24.148]) by tana3.ujf-grenoble.fr (Postfix) with ESMTP id E2D4F5C03; Mon, 21 Mar 2011 08:35:12 +0100 (CET) Received: from iut-mir-o.ujf-grenoble.fr (iut-mir-o.ujf-grenoble.fr [152.77.59.35]) by tibre1.ujf-grenoble.fr (8.14.3/8.14.3/SyS-1.10) with ESMTP id p2L7ZA10017338; Mon, 21 Mar 2011 08:35:12 +0100 (CET) (envelope-from murankar@iut-mir-o.ujf-grenoble.fr) Received: from iut-mir-o.ujf-grenoble.fr (localhost [127.0.0.1]) by iut-mir-o.ujf-grenoble.fr (8.14.4/8.14.4) with ESMTP id p2L7ZAKB008509; Mon, 21 Mar 2011 08:35:10 +0100 (CET) (envelope-from murankar@iut-mir-o.ujf-grenoble.fr) Received: (from murankar@localhost) by iut-mir-o.ujf-grenoble.fr (8.14.4/8.14.4/Submit) id p2L7ZAwe008508; Mon, 21 Mar 2011 08:35:10 +0100 (CET) (envelope-from murankar) Date: Mon, 21 Mar 2011 08:35:10 +0100 From: Urankar Mikael To: Martin Wilke Message-ID: <20110321073510.GA8422@iut-mir-o.ujf-grenoble.fr> References: <20110316080030.GC88019@iut-mir-o.ujf-grenoble.fr> <20110318074525.GH88019@iut-mir-o.ujf-grenoble.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: FreeBSD Ports , x11@FreeBSD.org Subject: Re: [ECFT] drm/dri/mesa/xorg-server update [Part 1] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2011 07:35:15 -0000 This is still a problem with Xorg 1.9.5, the patch I've mentioned in my previous mail were not merged in Xorg 1.9.5. On Fri 18 March 2011 at 03:51:56PM +0800, Martin Wilke wrote: > ok, we have a patch set for xorg server 1.9.5 release. > > On Fri, Mar 18, 2011 at 3:45 PM, Urankar Mikael < > mikael.urankar@ujf-grenoble.fr> wrote: > > > On Wed 16 March 2011 at 09:00:30AM +0100, Urankar Mikael wrote: > > > On Fri 11 March 2011 at 07:37:59PM +0800, Martin Wilke wrote: > > > > Please report any problems and issues to x11 (at) FreeBSD.org. > > > > > > > > > > Works fine here with a GeForce Go 7300 (xf86-intel-2.7) > > > > > > I have problems with an ATI R710, Xorg randomly crash within 5 to 10 > > > minutes (sigbus) with KDE4 and desktop effects enabled. > > > I've tried Xorg 1.9.3 but to not avail (againg sigbus). I've reverted > > > Xorg to 1.7.7 and I can use my desktop more than 10 minutes... > > > If I disable desktop effect, Xorg 1.9.4 runs happily with no crash. > > > I've recompiled xorg-server, libX11, libGL etc with debug flags but I > > > can't get a useful backtrace. > > > I've just seen [1], I'll try to get more info later today and will post > > > my findings. > > > > > > [1] http://www.x.org/wiki/Development/Documentation/ServerDebugging > > > > > > > I was able to get a backtrace [1]. The trace look similar to the problem > > described at [2], Andriy Gapon had the same problem apparently. I'm > > using the patch at [3] and everything works fine since. > > Patches for xorg-server port are available at [4]. > > > > [1] http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/btfull > > [2] https://bugs.freedesktop.org/show_bug.cgi?id=28181 > > [3] http://lists.x.org/archives/xorg-devel/2010-December/016969.html > > [4] http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxcmds.c > > http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxdrawable.h > > http://membres.multimania.fr/mike8/bsd/xorg-1.9.4/patch-glx__glxext.c > > > > HTH, > > Mikaėl > > -- Mikaël Urankar Moyens Informatiques et Réseaux IUT1 GRENOBLE BP67 38402 ST MARTIN D'HERES CEDEX