From owner-freebsd-gnome@FreeBSD.ORG Thu Jun 28 19:50:12 2007 Return-Path: X-Original-To: gnome@hub.freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CAC316A41F for ; Thu, 28 Jun 2007 19:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 3BD0513C45A for ; Thu, 28 Jun 2007 19:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l5SJoCZj015208 for ; Thu, 28 Jun 2007 19:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l5SJoCrl015207; Thu, 28 Jun 2007 19:50:12 GMT (envelope-from gnats) Date: Thu, 28 Jun 2007 19:50:12 GMT Message-Id: <200706281950.l5SJoCrl015207@freefall.freebsd.org> To: gnome@FreeBSD.org From: Jung-uk Kim Cc: Subject: Re: ports/113720: editors/openoffice.org-2.2.0 and 2.2.1 fail after upgrade of xorg 7.2 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jung-uk Kim List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2007 19:50:12 -0000 The following reply was made to PR ports/113720; it has been noted by GNATS. From: Jung-uk Kim To: bug-followup@FreeBSD.org Cc: oberman@es.net, Janos Mohacsi Subject: Re: ports/113720: editors/openoffice.org-2.2.0 and 2.2.1 fail after upgrade of xorg 7.2 Date: Thu, 28 Jun 2007 15:48:45 -0400 FYI, here is the relevant commit log from Cairo 1.4.10: commit 0791f342b93225849d9171aac8b738014b18bdf5 Author: Chris Wilson Date: Wed Jun 27 10:53:29 2007 -0700 Avoid deferring resource cleanup for application drawables This eliminates X errors propagated from cairo due to cleaning up Render Pictures after the application had already destroyed the Drawable they reference. (It would be nice if the X server wouldn't complain that some cleanup work is already done, but there you have it.) This fix has been verified to fix the bug causing OpenOffice.org to crash as described here: XError on right click menus in OOo. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=243811 And unlike other proposed fixes for this bug, this fix does not introduce any new calls to XSync, (and thereby avoids performance concerns from those). Jung-uk Kim