From owner-freebsd-x11@FreeBSD.ORG Tue Jun 23 12:17:27 2009 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 767F2106566C for ; Tue, 23 Jun 2009 12:17:27 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-fx0-f217.google.com (mail-fx0-f217.google.com [209.85.220.217]) by mx1.freebsd.org (Postfix) with ESMTP id 06AC28FC15 for ; Tue, 23 Jun 2009 12:17:26 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by fxm17 with SMTP id 17so13870fxm.43 for ; Tue, 23 Jun 2009 05:17:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=dRI47tmHYQKlYhvP7H6kV5/TMmAgfJbRObAA6pp9OZc=; b=o3Tcv+3CQUjAf6zGDru+CIzeku/iEeSLywLAqFz5abzA8llAwgEi+jy+yr67/p3C98 JwuoHkfGnC39lhPanZrqtvqpe5p2IOyq9DF8FFAP6U64Nh4Ozpn2Ysb/GNKb7lZR4Wzp mLwv2WivqJzGF+vw53CunvsxrwX8Hj46b0mNo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=XT47K/Z9nT6u4zdKXiQ0AbBwdheM0BxKz/pCthH5hX16aH58g5IWTO+z5dYuN49HUe boEM6KDGBxnhpdNBViwNr/5KarhXm3y0Bdir0YhzyhbSsA/Vu0jFUumYkUNgtJ9aIGU/ wXdoN244UluH6vnZz7eJ6h8Giep3RXU/8x/a0= MIME-Version: 1.0 Received: by 10.204.63.208 with SMTP id c16mr7187070bki.131.1245759445986; Tue, 23 Jun 2009 05:17:25 -0700 (PDT) In-Reply-To: References: Date: Tue, 23 Jun 2009 14:17:25 +0200 Message-ID: <3a142e750906230517p18a01c92j181f30db776c53a8@mail.gmail.com> From: "Paul B. Mahol" To: Kris Glynn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Compiz-fusion crashing Xorg 7.4.2 - Intel 82945G (945G GMCH) X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jun 2009 12:17:27 -0000 On 6/23/09, Kris Glynn wrote: > Hi, > > > > I am running FreeBSD 7.2-RELEASE-p1 latest sources/ports fully > synced/installed. > > > > When in Gnome 2.26.2 launching the following results in my windows left > without titles bars and buttons and X core dumps. A trace from gdb is > below. All appropriate logs attached. > > > > #! /bin/sh > > LIBGL_ALWAYS_INDIRECT=1; export LIBGL_ALWAYS_INDIRECT > > INTEL_BATCH=1; export INTEL_BATCH > > compiz --replace --indirect-rendering --sm-disable > --ignore-desktop-hints ccp & > > emerald --replace & > > > > > > (gdb) where > > #0 0x3421de17 in kill () from /lib/libc.so.7 > > #1 0x3413a357 in raise () from /lib/libthr.so.3 > > #2 0x3421c98a in abort () from /lib/libc.so.7 > > #3 0x080a56bd in ddxGiveUp () > > #4 0x0812d77d in AbortServer () > > #5 0x0812dd5f in FatalError () > > #6 0x080bc453 in xf86SigHandler () > > #7 > > #8 0x3460e997 in intel_renderbuffer_set_region () from > /usr/local/lib/dri/i915_dri.so > > #9 0x345e566e in intelDestroyBuffer () from > /usr/local/lib/dri/i915_dri.so > > #10 0x345b5e17 in driDestroyDrawable () from > /usr/local/lib/dri/i915_dri.so > > #11 0x342bec33 in __glXDRIdrawableDestroy () from > /usr/local/lib/xorg/modules/extensions//libglx.so > > #12 0x342b4a26 in DrawableGone () from > /usr/local/lib/xorg/modules/extensions//libglx.so > > #13 0x0806dd66 in FreeResource () > > #14 0x342b2155 in DoDestroyDrawable () from > /usr/local/lib/xorg/modules/extensions//libglx.so > > #15 0x342b51c6 in __glXDispatch () from > /usr/local/lib/xorg/modules/extensions//libglx.so > > #16 0x08086011 in Dispatch () > > #17 0x0806bf6c in main () It can be Mesa DRI bug for i915 (using Mesa 7.5 RC3 is solution for me) or it can be Xorg not linked to pthread. Note that I do not use compiz but I experienced applications crashes and locks with flightgear and oolite .... -- Paul