From unknown Fri Mar 29 15:29:36 2024 Received: (at 422) by bugs.devuan.org; 13 Apr 2020 14:30:04 +0000 Return-Path: Delivered-To: devuanbugs@dyne.org Received: from tupac3.dyne.org [195.169.149.119] by doc.devuan.org with IMAP (fetchmail-6.4.0.beta4) for (single-drop); Mon, 13 Apr 2020 14:30:04 +0000 (UTC) Received: from mx.hindley.org.uk (mohindley.plus.com [81.174.245.179]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id 42608F60B07 for <422@bugs.devuan.org>; Mon, 13 Apr 2020 16:25:23 +0200 (CEST) Received: from apollo.hindleynet ([192.168.1.3] helo=apollo) by mx.hindley.org.uk with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1jO01X-00035W-Eo; Mon, 13 Apr 2020 15:25:19 +0100 Received: from mark by apollo with local (Exim 4.84_2) (envelope-from ) id 1jO01W-0003qP-JC; Mon, 13 Apr 2020 15:25:18 +0100 Date: Mon, 13 Apr 2020 15:25:18 +0100 From: Mark Hindley To: 422@bugs.devuan.org, fsmithred@gmail.com Cc: mike9@posteo.nl Subject: Re: [devuan-dev] bug#422: libreoffice: Does not start, Signal 11 Message-ID: <20200413142518.GG3725@hindley.org.uk> References: <20200411134252.GA22996@local> <20200412093625.GC3725@hindley.org.uk> <20200412163257.GA7219@local> <20200412182146.GE3725@hindley.org.uk> <20200412195101.GA18115@local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200412195101.GA18115@local> X-Debbugs-No-Ack: No Thanks User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Status: No, score=-0.0 required=5.0 tests=SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Control: reassign -1 minimal-live On Sun, Apr 12, 2020 at 09:51:01PM +0200, Mike wrote: > On 12.04. Mark wrote: > > > Could you install strace and gdb and post the output of `strace libreoffice` and also > > the backtrace from `gdb libreoffice'? > > Find attached. Thanks > socket(AF_UNIX, SOCK_STREAM, 0) = 3 > fcntl(3, F_SETFD, FD_CLOEXEC) = 0 > connect(3, {sa_family=AF_UNIX, sun_path="/tmp/OSL_PIPE_1000_SingleOfficeIPC_a9d9dadd6d74b14dd9a2338f7484560"}, 110) = -1 ECONNREFUSED (Connection refused) This line is suspicious to me. I have managed to fix it in a VM by disabling apparmor profiles: `sudo aa-teardown' should do it. Can you verify that then allows libreoffice to start normally? Thanks. Mark