From owner-freebsd-office@freebsd.org Tue May 14 19:41:56 2019 Return-Path: Delivered-To: freebsd-office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 489CD159693D for ; Tue, 14 May 2019 19:41:56 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D7A4381601 for ; Tue, 14 May 2019 19:41:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 96B4B1596933; Tue, 14 May 2019 19:41:55 +0000 (UTC) Delivered-To: office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 852CA159692D for ; Tue, 14 May 2019 19:41:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0E81E815FC; Tue, 14 May 2019 19:41:55 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id E43C7162DD; Tue, 14 May 2019 19:41:54 +0000 (UTC) From: Jan Beich To: Joan Picanyol i Puig Cc: office@freebsd.org, Greg Veldman , Li-Wen Hsu Subject: Re: reproducible crash after libreoffice update References: <20190514115233.GA9791@grummit.biaix.org> <20190514150206.GB11862@grummit.biaix.org> <20190514175041.GA14247@grummit.biaix.org> Date: Tue, 14 May 2019 21:41:51 +0200 In-Reply-To: <20190514175041.GA14247@grummit.biaix.org> (Joan Picanyol i. Puig's message of "Tue, 14 May 2019 19:50:41 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 0E81E815FC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_SHORT(-0.97)[-0.965,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 May 2019 19:41:56 -0000 Joan Picanyol i Puig writes: > * Jan Beich [20190514 17:47]: > >> Joan Picanyol i Puig writes: >> >> > Hi Li-Wen, >> > >> > Thanks for the prompt response, >> > >> > * Li-Wen Hsu [20190514 16:03]: >> >> On Tue, May 14, 2019 at 8:11 AM Joan Picanyol i Puig wrote: >> >> > >> >> > Hi there, >> >> > >> >> > On FreeBSD 12.0-RELEASE-p3, after a recent update using quarterly pkg repo >> >> > libreoffice-6.2.2_3 (+ icu-64.2,1) crashes repeatedly: >> >> libreoffice from either /latest (6.2.3) or /quarterly (6.2.2_3) doesn't >> crash here: >> >> 1. start 12.0 amd64 jail >> 2. pkg install libreoffice mesa-dri >> 3. libreoffice /COPYRIGHT >> >> Can you provide steps to reproduce? > > Trying to edit a cell in Calc. With two different worksheets so far, > (both xlsx and ods formats), the second one extremely simple. Can you upload those spreadsheets or describe their contents in a little more detail? The following didn't crash here: $ fetch https://file-examples.com/wp-content/uploads/2017/02/file_example_XLSX_10.xlsx $ fetch https://file-examples.com/wp-content/uploads/2017/10/file_example_ODS_10.ods $ libreoffice file_example_XLSX_10.xlsx file_example_ODS_10.ods > What icu do you have installed? Whatever was in /latest or /quarterly at the time. Both had 64.2. My runtime testing environment is poudriere-empty at the start.