From owner-freebsd-office@FreeBSD.ORG Thu Oct 30 17:47:17 2014 Return-Path: Delivered-To: freebsd-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 19088735 for ; Thu, 30 Oct 2014 17:47:17 +0000 (UTC) Received: from mail.farley.org (mail.farley.org [IPv6:2001:470:1f07:14d3:2::11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9041B86 for ; Thu, 30 Oct 2014 17:47:13 +0000 (UTC) Received: from thor.farley.org (HPooka@thor.farley.org [IPv6:2001:470:1f07:14d3:1::5]) by mail.farley.org (8.14.9/8.14.9) with ESMTP id s9UHlAVF096917 for ; Thu, 30 Oct 2014 13:47:10 -0400 (EDT) (envelope-from scf@FreeBSD.org) Date: Thu, 30 Oct 2014 13:47:10 -0400 (EDT) From: "Sean C. Farley" To: freebsd-office@FreeBSD.org Subject: OpenOffice PDF export crashes on FreeBSD 10 Message-ID: User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.farley.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: Thu, 30 Oct 2014 17:47:17 -0000 I am experiencing an issue with OpenOffice v4.1.1 (and earlier) when exporting PDF of a document on FreeBSD 10 but not 9. It crashes with a SIGSEGV. Even taking the package from 9 and running it on 10 crashes. This is on the same system too. I had thought it was an issue with another computer that had some quirkiness, but I found that it happened on this computer after upgrading to FreeBSD 10. To reproduce, create a document with a small amount of text such as "This is a test." and try to select "Export as PDF..." from File menu. Clicking the equivalent button results in a crash too. This does not get to the Export PDF dialog box. No debugging stacktrace: #0 0x0000000000000000 in ?? () #1 0x00000008012218af in __cxxabiv1::__dynamic_cast (src_ptr=0x81ac76010, src_type=0x805480200 , dst_type=0x80547f790 , src2dst=0) at ../../.././../gcc-4.8.3/libstdc++-v3/libsupc++/dyncast.cc:60 #2 0x000000080514a62e in Window::SetPosSizePixel(long, long, long, long, unsigned short) () from /usr/local/openoffice-4.1.1/openoffice4/program/libvcl.so #3 0x000000080513daa2 in Window::SetOutputSizePixel(Size const&) () from /usr/local/openoffice-4.1.1/openoffice4/program/libvcl.so #4 0x00000008051286c0 in ?? () from /usr/local/openoffice-4.1.1/openoffice4/program/libvcl.so #5 0x0000000805128a48 in TabDialog::StateChanged(unsigned short) () from /usr/local/openoffice-4.1.1/openoffice4/program/libvcl.so #6 0x000000080513f840 in ?? () from /usr/local/openoffice-4.1.1/openoffice4/program/libvcl.so #7 0x000000080514b305 in Window::Show(unsigned char, unsigned short) () from /usr/local/openoffice-4.1.1/openoffice4/program/libvcl.so #8 0x00000008050ee84f in Dialog::ImplStartExecuteModal() () from /usr/local/openoffice-4.1.1/openoffice4/program/libvcl.so #9 0x00000008050ee873 in Dialog::Execute() () from /usr/local/openoffice-4.1.1/openoffice4/program/libvcl.so #10 0x0000000803d3a067 in svt::OGenericUnoDialog::execute() () from /usr/local/openoffice-4.1.1/openoffice4/program/libsvt.so Any ideas? Sean P.S. Please keep me Cc'd; I am not normally on this list. -- scf@FreeBSD.org