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