Date: Wed, 03 Feb 2016 13:30:21 +0000 From: bugzilla-noreply@freebsd.org To: office@FreeBSD.org Subject: [Bug 205922] editors/libreoffice: Does not end on Ctrl-Q or file menu (version 5.0.4) Message-ID: <bug-205922-25061-y9ZvGtzCMX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-205922-25061@https.bugs.freebsd.org/bugzilla/> References: <bug-205922-25061@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205922 --- Comment #1 from Matthias Apitz <guru@unixarea.de> --- I watched with truss(1) what the soffice.bin proc is doing after receiving Ctrl-Q: it's closing all filedescriptors, trying to send some SHUTDOWN into some so= cket and hangs for ever in this calls: close(10) =3D 0 (0x0) munmap(0x800769000,670842) =3D 0 (0x0) close(9) =3D 0 (0x0) munmap(0x80075a000,57362) =3D 0 (0x0) close(7) =3D 0 (0x0) lstat("/usr/home/guru/.config/libreoffice/4/.lock",{ mode=3D-rw-r--r-- ,inode=3D18629985,size=3D137,blksize=3D32768 }) =3D 0 (0x0) unlink("/usr/home/guru/.config/libreoffice/4/.lock") =3D 0 (0x0) shutdown(8,SHUT_RDWR) ERR#57 'Socket is not connected' close(8) =3D 0 (0x0) unlink("/tmp/OSL_PIPE_1001_SingleOfficeIPC_78ab5adf6fd91c539d475f9513c71017= ") =3D 0 (0x0) _umtx_op(0x800736080,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdf5f8e58) ERR= #60 'Operation timed out' _umtx_op(0x800736008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffded8) ERR= #60 'Operation timed out' _umtx_op(0x800736080,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdf5f8e38) ERR= #60 'Operation timed out' munmap(0x8021fe000,4096) =3D 0 (0x0) _umtx_op(0x800736008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffded8) ERR= #60 'Operation timed out' --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-205922-25061-y9ZvGtzCMX>