From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 15:56:24 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D715251C; Wed, 6 Feb 2013 15:56:24 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2FC8D3FE; Wed, 6 Feb 2013 15:56:24 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id EEA4B1C6441; Wed, 6 Feb 2013 23:49:11 +0800 (CST) Date: Wed, 6 Feb 2013 23:49:11 +0800 From: Denny Lin To: Albert Shih Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130206154911.GB80179@mail.hs.ntnu.edu.tw> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130206153807.GC15741@pcjas.obspm.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:56:24 -0000 On Wed, Feb 06, 2013 at 04:38:07PM +0100, Albert Shih wrote: > Le 06/02/2013 ? 16:20:18+0100, Baptiste Daroussin a écrit > ============= > (38/40) Building module testtools > ============= > Entering > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/testtools/prj > > gbuild module > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/testtools: > gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T > Entering > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/scalc > > Entering > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/smath > > Entering > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/sdatabase > > [ build IDL ] testtools/source/bridgetest/idl/idl > [ build UNO ] bridgetest_out > [ build UNO ] bridgetest > [ build HPP ] bridgetest > [ build MOD ] testtools > [ build ALL ] top level modules: testtools > [ build ALL ] loaded modules: testtools > > gmake[2]: *** > [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] > Segmentation fault: 11 (core dump créé) I am also seeing this on -CURRENT amd64. For some reason uno causes a segmentation fault. I do not have Java enabled. This is the exact command that causes the segfault: S=/tmpfs/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2 && O=/tmp/lobuild/solver/unxfbsd.pro && W=/tmp/lobuild/workdir/unxfbsd.pro && $O/bin/uno -ro $O/xml/uno_services.rdb -ro $O/bin/udkapi.rdb -ro $W/UnoApiTarget/bridgetest.rdb -s com.sun.star.test.bridge.BridgeTest -- com.sun.star.test.bridge.CppTestObject gmake: *** [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] Segmentation fault (core dumped) -- Denny Lin