From owner-freebsd-office@FreeBSD.ORG Wed Oct 5 08:47:59 2011 Return-Path: Delivered-To: freebsd-office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 795C9106564A for ; Wed, 5 Oct 2011 08:47:59 +0000 (UTC) (envelope-from razmig.kechichian@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 091398FC19 for ; Wed, 5 Oct 2011 08:47:58 +0000 (UTC) Received: by wwn22 with SMTP id 22so6039922wwn.1 for ; Wed, 05 Oct 2011 01:47:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=te6anDUyxuCpiZk8PZ2nI+nCqdpbkerIe14CT5QnRRk=; b=R0MNVxnJcp6Ke/cNtDvNzsHVQWgxksihx3doDsmoz0MuoYU2TKLlUAuVb7R3819TBc rsHg3uqodto/Vhxn8Kx1xi6WNr69YTcVQgNWKv4hUekEhkaxb4qYguXEb08PQNyD+mju Dwk34rj+SU5Nc/IzmtefMKBbudWtm5mIh/yk0= Received: by 10.227.61.79 with SMTP id s15mr2672066wbh.96.1317802994226; Wed, 05 Oct 2011 01:23:14 -0700 (PDT) Received: from iv-sv-328.creatis.insa-lyon.fr (iv-sv-328.creatis.insa-lyon.fr. [195.220.108.195]) by mx.google.com with ESMTPS id z9sm1486011wbn.19.2011.10.05.01.23.10 (version=SSLv3 cipher=OTHER); Wed, 05 Oct 2011 01:23:11 -0700 (PDT) Message-ID: <4E8C13D8.80608@gmail.com> Date: Wed, 05 Oct 2011 10:22:48 +0200 From: Razmig KECHICHIAN User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:7.0) Gecko/20111003 Thunderbird/7.0 MIME-Version: 1.0 To: freebsd-office@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Seemingly random crashes on LibreOffice 3.4 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2011 08:47:59 -0000 Hi After reports that were made to freebsd-questions http://lists.freebsd.org/pipermail/freebsd-questions/2011-October/234209.html, I wanted to tell the list that I've noticed random crashes in LibreOffice 3.4 as well, at least in the Writer component, after the last system and ports update. It would crash, for example, if I click on the "Check for updates" button in the "Extensions manager" dialog, or upon selecting the "Languages" entry under "Language settings" in the "Options" dialog. Configuration information follows. > uname -rms FreeBSD 8.2-STABLE amd64 > pkg_info | grep -i libreoffice libreoffice-3.4.3_1 Full integrated office productivity suite > gcc --version | head -1 gcc (GCC) 4.2.2 20070831 prerelease [FreeBSD] > cat /etc/make.conf CPUTYPE?=nocona CFLAGS= -O2 -fno-strict-aliasing -pipe CXXFLAGS+= -fconserve-space COPTFLAGS= -O -pipe PERL_VERSION=5.12.4 > cd /usr/ports/editors/libreoffice > make showconfig ===> The following configuration options are available for libreoffice-3.4.3_1: WEBDAV=off "Support webdav protocol" KDE4=on "With Qt4/KDE4 vclplug support" GTK=off "With GTK vclplug support" GNOME=off "Better integration in gnome environnement" JAVA=on "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" Thank you. //rk