From owner-freebsd-openoffice@FreeBSD.ORG Fri Sep 4 07:40:41 2009 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A40D1065679 for ; Fri, 4 Sep 2009 07:40:41 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ipmail01.adl6.internode.on.net (ipmail01.adl6.internode.on.net [203.16.214.146]) by mx1.freebsd.org (Postfix) with ESMTP id C59108FC20 for ; Fri, 4 Sep 2009 07:40:40 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aj0BABdboEqWZWdv/2dsb2JhbAAI2RmEGwWCOw X-IronPort-AV: E=Sophos;i="4.44,330,1249223400"; d="scan'208";a="411247444" Received: from ppp103-111.static.internode.on.net (HELO [192.168.1.144]) ([150.101.103.111]) by ipmail01.adl6.internode.on.net with ESMTP; 04 Sep 2009 16:55:20 +0930 From: Wayne Sierke To: freebsd-openoffice@freebsd.org In-Reply-To: <1242364318.1986.16051.camel@predator-ii.buffyverse> References: <1242364318.1986.16051.camel@predator-ii.buffyverse> Content-Type: text/plain Date: Fri, 04 Sep 2009 16:55:16 +0930 Message-Id: <1252049116.97590.5990.camel@predator-ii.buffyverse> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: Openoffice 3 Calc crashes immediately upon editing a cell X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2009 07:40:41 -0000 On Fri, 2009-05-15 at 14:41 +0930, Wayne Sierke wrote: > Hi all, > > After updating to 7.2-STABLE (i386) + ports and updating > openoffice.org-3-devel, Calc crashes as soon as editing of a cell is > instigated, whether by pressing a character key, F2 or double-clicking a > cell. Modifying cell contents by copy/paste, fill, etc. doesn't invoke > the crash. Quick edits in the other apps seem ok so this problem appears > to be specific to editing of Calc cells afaict. > > 3.0.1 installed from a package suffered the same problem so I'm assuming > that the problem stems from one of the dependencies but I have no idea > which one. > > Below I've included the output from gdb attaching to soffice.bin > process, and also from launching soffice.bin from gdb (using a modified > soffice script). > > I see a similar problem was reported earlier this year ("scalc crashes > when trying to edit cell") but with no follow-up. I've discovered that I > can use either of the following workarounds: > > OOO_FORCE_DESKTOP=none > SAL_USE_VCLPLUGIN=gen > > (I've only been running OO under Gnome desktop so far.) > > Any suggestions as to the likely culprit or further debugging guidance > would be gratefully appreciated. Following up for archives. Never did manage to determine the cause or find a solution but recent updates of ports including updating to openoffice.org-3.2.20090826 appears to have resolved the problem.