From owner-freebsd-office@freebsd.org Thu Mar 14 14:17:57 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 02FF31545492 for ; Thu, 14 Mar 2019 14:17:57 +0000 (UTC) (envelope-from freebsd@gregv.net) Received: from aurora.gregv.net (aurora.gregv.net [IPv6:2607:5600:bd::1:1000]) by mx1.freebsd.org (Postfix) with ESMTP id 5E7E3819FC; Thu, 14 Mar 2019 14:17:46 +0000 (UTC) (envelope-from freebsd@gregv.net) Received: by aurora.gregv.net (Postfix, from userid 1001) id 92B5361FA4; Thu, 14 Mar 2019 10:17:45 -0400 (EDT) Date: Thu, 14 Mar 2019 10:17:45 -0400 From: Greg Veldman To: Li-Wen Hsu , Greg V , Jung-uk Kim , Justin Hibbits , freebsd-office@freebsd.org Subject: Re: [call for help] libreoffice 6.2 update Message-ID: <20190314141745.GV98884@aurora.gregv.net> References: <20190218150917.GB98237@aurora.gregv.net> <20190219170520.GC98237@aurora.gregv.net> <20190309001620.GM98884@aurora.gregv.net> <20190309024156.GN98884@aurora.gregv.net> <20190312234549.GR98884@aurora.gregv.net> <20190313184641.GT98884@aurora.gregv.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190313184641.GT98884@aurora.gregv.net> User-Agent: Mutt/1.11.2 (2019-01-07) X-Rspamd-Queue-Id: 5E7E3819FC X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [4.44 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.98)[0.978,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[gregv.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(1.00)[0.995,0]; RCPT_COUNT_FIVE(0.00)[5]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[mail.gregv.net]; NEURAL_SPAM_LONG(1.00)[1.000,0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:31863, ipnet:2607:5600::/32, country:US]; RCVD_COUNT_TWO(0.00)[2]; IP_SCORE(0.47)[asn: 31863(2.43), country: US(-0.07)] 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: Thu, 14 Mar 2019 14:17:57 -0000 On Wed, Mar 13, 2019 at 02:46:41PM -0400, Greg Veldman wrote: > On Tue, Mar 12, 2019 at 07:45:49PM -0400, Greg Veldman wrote: > > I was able to reproduce the segfault. From the limited amount > > of debugging I've been able to do, it looks like it may trace > > back to the cpp_uno libs. Will try to look into it more tomorrow. > > I was able to spend a bit of quality time with gdb and UBSan > this morning, and got it tracked down. It was indeed the cpp_uno > bridge, specifically the exception processing code as triggered > by the FileExists() function in svx/source/gallery2/galmisc.cxx. > > I'm running an i386 test build again now, if it finishes > successfully I'll push the patch. With the most recent two commits, I've now gotten clean builds on 11.2-amd64, 11.2-i386, and 12.0-i386. I'll try to run a test build on 12.0-amd64 later today if I can. I've also done some basic functionality tests (e.g. can I open, edit, save documents, use internal LO dialogs, etc). I think the current repo seems to be in a fairly stable state at this point. Li-Wen, if you agree do you want to issue a broader call for testing? With all the work that's been done on this, I'd kind of like to see it make it into the ports tree for 2019Q2 if possible, so the broader community can actually use it... ;-) -- Greg Veldman