From owner-freebsd-ports@FreeBSD.ORG Thu Jul 3 07:07:12 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BD8A7E4 for ; Thu, 3 Jul 2014 07:07:12 +0000 (UTC) Received: from mail-ie0-x22b.google.com (mail-ie0-x22b.google.com [IPv6:2607:f8b0:4001:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1CE0E23C9 for ; Thu, 3 Jul 2014 07:07:12 +0000 (UTC) Received: by mail-ie0-f171.google.com with SMTP id x19so10373227ier.16 for ; Thu, 03 Jul 2014 00:07:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=B2TsSJuIatafI+ePMhPzfLVc8A8e3MSZWIs7KEl5meA=; b=fgo4at1FJ1r8T+JqeOWU10UeP8FwV0A9e2I1wdk7yFBP5t1wuXKxNP/NwxO5ONeMRX fEph82OEWRvIdGsbdT6TfVCxSGfYGyhzdYtiIJKuLjW1+LT+ZtNAKzhpLvog/aYGDjl9 /TboFczK2S12ZhB+aF9JPLMfiB6cNilipAXdOG/NecTkzJw5oqdix3jeN3Yq2DwEO85l /TTrzzsP4/aN93zjv9SDdO6Mh7313Fdk2o+SRUO2/JgsNB/9bRWVBaHUHgE4/kxtJOJy 1K87vrWhNiX5CmoyNLeSTxoECP/DJSm5JrKmE5yMOc6ThQ+APuAnDMw9pq30izsixp8i youQ== MIME-Version: 1.0 X-Received: by 10.50.43.167 with SMTP id x7mr9795591igl.36.1404371231456; Thu, 03 Jul 2014 00:07:11 -0700 (PDT) Received: by 10.64.57.231 with HTTP; Thu, 3 Jul 2014 00:07:11 -0700 (PDT) In-Reply-To: References: Date: Thu, 3 Jul 2014 09:07:11 +0200 Message-ID: Subject: Re: Libreoffice 4.5.2 crashes opening an ODF file From: =?UTF-8?B?Sm9zw6kgR2FyY8OtYSBKdWFuaW5v?= To: ports Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 07:07:12 -0000 I forgot to say that my release is: $ uname -a FreeBSD 10.0-RELEASE-p4 FreeBSD 10.0-RELEASE-p4 #0: Tue Jun 3 12:52:18 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 On 3 July 2014 09:02, Jos=C3=A9 Garc=C3=ADa Juanino wr= ote: > Hi, > > I have installed the last libreoffice version available from pkg > repository, but I have found two serious issues: > > 1- If you try to open an ODF format file (.odt extension) libreoffice > segfaults, and syslogs shows: > > Jul 3 08:50:06 kernel: pid 2007 (soffice.bin), uid 1001: > exited on signal 11 > > Whenever, you can work with other formats as FODT, DOCX, etc with no issu= e. > > > 2- If you create a ODF document from scratch and save it, libreoffice > raises an annoying error "Error saving the document: General Error", > although the file is well created and you can open it with other > libreoffice (from windows, for example). At previously, you can save > in other format as FODT, etc. > > I have remove my profile ($HOME/.config/libreoffice) but does not fix the= issue. > > Anyone else is suffering this issues? > > > Regards