[Bug 205922] editors/libreoffice: Does not end on Ctrl-Q or file menu (version 5.0.4)
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 3 13:30:21 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205922
--- Comment #1 from Matthias Apitz <guru at 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 socket
and hangs for ever in this calls:
close(10) = 0 (0x0)
munmap(0x800769000,670842) = 0 (0x0)
close(9) = 0 (0x0)
munmap(0x80075a000,57362) = 0 (0x0)
close(7) = 0 (0x0)
lstat("/usr/home/guru/.config/libreoffice/4/.lock",{ mode=-rw-r--r--
,inode=18629985,size=137,blksize=32768 }) = 0 (0x0)
unlink("/usr/home/guru/.config/libreoffice/4/.lock") = 0 (0x0)
shutdown(8,SHUT_RDWR) ERR#57 'Socket is not
connected'
close(8) = 0 (0x0)
unlink("/tmp/OSL_PIPE_1001_SingleOfficeIPC_78ab5adf6fd91c539d475f9513c71017") =
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) = 0 (0x0)
_umtx_op(0x800736008,UMTX_OP_WAIT_UINT_PRIVATE,0x0,0x18,0x7fffdfffded8) ERR#60
'Operation timed out'
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-office
mailing list