From owner-freebsd-office@FreeBSD.ORG Sun Mar 1 02:45:12 2015 Return-Path: Delivered-To: office@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ACEC228; Sun, 1 Mar 2015 02:45:12 +0000 (UTC) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1EB3FED4; Sun, 1 Mar 2015 02:45:11 +0000 (UTC) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id t212j1rX038493; Sat, 28 Feb 2015 18:45:05 -0800 (PST) (envelope-from truckman@FreeBSD.org) Message-Id: <201503010245.t212j1rX038493@gw.catspoiler.org> Date: Sat, 28 Feb 2015 18:45:01 -0800 (PST) From: Don Lewis Subject: Re: unable to save any document, apache-openoffice-4.1.1_6 To: bsd-src@helfman.org In-Reply-To: MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Cc: office@FreeBSD.org, jgh@FreeBSD.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Mar 2015 02:45:12 -0000 On 28 Feb, Jason Helfman wrote: > On Feb 28, 2015, at 5:59 PM, Don Lewis wrote: >> >>> On 26 Feb, To: jgh@freebsd.org wrote: >>>> On 26 Feb, Jason Helfman wrote: >>>> Hi, >>>> >>>> I am unable to save any document in OpenOffice. I have latest installed pkg >>>> version of 4.1.1_6. >>>> >>>> The error that is thrown when the program exits is: >>>> terminate called after throwing an instance of >>>> 'com::sun::star::uno::RuntimeException' >>>> >>>> Any thoughts or ideas are welcome! >>> >>> I've seen at least one other report of this problem. It seems to affect >>> FreeBSD 10 and/or 11. I'm still running FreeBSD 8 and haven't >>> encountered this problem. Unfortunately the machine that I was running >>> FreeBSD 11 on died. I've got a box full of parts to assemble a new >>> machine, but haven't had the time to assemble it. >> >> I can reproduce this problem on FreeBSD 10-STABLE, on both amd64 and >> i386. The problem seems to be triggered by most things that pop up a >> dialog box. I can confirm previous reports that Format Cells in a >> spreadsheet also triggers this problem. I also triggered it with Insert >> Table in a text document. On the other hand, the print dialog box does >> not trigger it. >> > > Thanks for your work on verification. Are there any upstream reports? Not that I'm aware of. The first reports of this problem are fairly old, and it only seems to affect recent version of FreeBSD (10 and 11 I think). I can also reproduce this problem with openoffice-devel, which is a fairly recent version from upstream. I'm currently attempting to build openoffice with debug symbols. I suspect this problem is going to take a while to track down and fix.