From owner-freebsd-office@FreeBSD.ORG Sun Mar 1 03:34:54 2015 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C74EF97F for ; Sun, 1 Mar 2015 03:34:54 +0000 (UTC) Received: from mail-qa0-f48.google.com (mail-qa0-f48.google.com [209.85.216.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82B7968A for ; Sun, 1 Mar 2015 03:34:54 +0000 (UTC) Received: by mail-qa0-f48.google.com with SMTP id dc16so18350833qab.7 for ; Sat, 28 Feb 2015 19:34:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=HWubUdfzo2kOroyzMBXVtyMwe4iqDkrGq/bq3wrd538=; b=VZNvsnjPpcljWHhYdIyKscADRlqDdysXxdZnuTACVPjUmYyI81LfMg93mqhSAr7C+8 bE5dww+cPKRXa7uIr+ffTvF4WfD3n4WfqpuKa/Y45OC2+9quAeJzLjOIPwZVJDToxYkO XTidecLb4THZtkCfcYB/IWs4r97YkoscHjaTgn2+a9l6T2hV+0dvMMzKLwZbqOmO7POz GmRvXO4+NlOWjkmeivS1f5j9FtL6X4T/Pvd1WfDNTkCJyRmMamZdDdeZQEhIL+JZXi3P 2iw8uYjqCIGCod2YQ0lPQg/E8yngkPfZRaoQc1+E9txR9s1ATAVAPGZTJ0Asa1ngzqtP taQg== X-Gm-Message-State: ALoCoQmsv2esg5ynzPelKRNGcU6fZxyAV8WmfGewCuLbX/dvEtZDNqujL/X+au4+fy3nbdE+zunD X-Received: by 10.55.31.90 with SMTP id f87mr3166852qkf.60.1425177456586; Sat, 28 Feb 2015 18:37:36 -0800 (PST) Received: from [192.168.1.126] (adsl-63-196-195-7.dsl.snlo01.pacbell.net. [63.196.195.7]) by mx.google.com with ESMTPSA id j190sm5688685qhc.33.2015.02.28.18.37.35 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 28 Feb 2015 18:37:35 -0800 (PST) References: <201503010159.t211xbiD037852@gw.catspoiler.org> Mime-Version: 1.0 (1.0) In-Reply-To: <201503010159.t211xbiD037852@gw.catspoiler.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (12B466) From: Jason Helfman Subject: Re: unable to save any document, apache-openoffice-4.1.1_6 Date: Sat, 28 Feb 2015 18:37:33 -0800 To: Don Lewis 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 03:34:54 -0000 On Feb 28, 2015, at 5:59 PM, Don Lewis wrote: >=20 >> On 26 Feb, To: jgh@freebsd.org wrote: >>> On 26 Feb, Jason Helfman wrote: >>> Hi, >>>=20 >>> I am unable to save any document in OpenOffice. I have latest installed p= kg >>> version of 4.1.1_6. >>>=20 >>> The error that is thrown when the program exits is: >>> terminate called after throwing an instance of >>> 'com::sun::star::uno::RuntimeException' >>>=20 >>> Any thoughts or ideas are welcome! >>=20 >> 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. >=20 > 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. >=20 Thanks for your work on verification. Are there any upstream reports? Thanks! Jgh=