From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 05:11:36 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7949F106567A for ; Wed, 5 Oct 2011 05:11:36 +0000 (UTC) (envelope-from ws@au.dyndns.ws) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [150.101.137.129]) by mx1.freebsd.org (Postfix) with ESMTP id EED198FC16 for ; Wed, 5 Oct 2011 05:11:35 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApwEACDji06WZWdv/2dsb2JhbABCqRWBUwEBBAEnUgULCxguVwaIELcBhyMEmQ6MMA Received: from ppp103-111.static.internode.on.net (HELO lillith-iv.ovirt.dyndns.ws) ([150.101.103.111]) by ipmail06.adl2.internode.on.net with ESMTP; 05 Oct 2011 15:26:22 +1030 X-Envelope-From: ws@au.dyndns.ws X-Envelope-To: freebsd-questions@freebsd.org Received: from [192.168.1.144] (ws@predator-ii.buffyverse [192.168.1.144]) by lillith-iv.ovirt.dyndns.ws (8.14.4/8.14.4) with ESMTP id p954uBbK040179; Wed, 5 Oct 2011 15:26:11 +1030 (CST) (envelope-from ws@au.dyndns.ws) From: Wayne Sierke To: Leslie Jensen In-Reply-To: <4E8AB8B0.2020806@eskk.nu> References: <4E8AB8B0.2020806@eskk.nu> Content-Type: text/plain; charset="ASCII" Date: Wed, 05 Oct 2011 15:26:10 +1030 Message-ID: <1317790570.2344.17.camel@predator-ii.buffyverse> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.67 on 192.168.1.142 X-Scanned-By: SpamAssassin 3.002005(2008-06-10) X-Scanned-By: ClamAV X-Spam-Score: -4.399 () ALL_TRUSTED,BAYES_00 Cc: freebsd-questions@freebsd.org Subject: Re: LibreOffice Writer crashes when accessing the fonts pull down list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ws@au.dyndns.ws List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 05:11:36 -0000 On Tue, 2011-10-04 at 09:41 +0200, Leslie Jensen wrote: > Hi List > > I've got a problem with the above. > > I've not made any changes other than updated the ports when so is needed. > > If I do the setting/change of the font via the menu, I can get what I > want. But if I pull down the fonts list and start scrolling, Writer will > crash. I just replaced openoffice with libreoffice and I see similar behaviour. Simply opening the drop-down font list instigates the segfault or crash - I've seen instances both where a segmentation fault is reported and core dumped, and where the application exits silently. Changing the font via the menus or typing in the font name text box doesn't instigate the crash. It also crashes when the menu "Tools->Language->For all Text->More..." is accessed, but not for either of the "For Selection->More..." or "For Paragraph->More..." menus. # make showconfig ===> The following configuration options are available for libreoffice-3.4.3_1: WEBDAV=off "Support webdav protocol" KDE4=off "With Qt4/KDE4 vclplug support" GTK=on "With GTK vclplug support" GNOME=on "Better integration in gnome environnement" JAVA=off "Add Java support (XML Filters, macros)" PYUNO=off "Allow to script libreoffice in python" SYSTRAY=off "Enable systemtry quickstarter" MMEDIA=off "Enable multimedia backend for impress" SDK=off "Build with SDK" DEBUG=off "Build with debug symbols and verbose output" ===> Use 'make config' to modify these settings # uname -rms FreeBSD 8.2-RELEASE i386 > PS: I could only find a list for freebsd-openoffice when I wanted to > post this. So I choose the questions list instead. The freebsd-openoffice@ list was closed recently, and freebsd-office@ is now the common list for "office" applications. Wayne