From owner-freebsd-office@freebsd.org Wed Feb 3 13:30:21 2016 Return-Path: Delivered-To: freebsd-office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3BA2CA9AF0E for ; Wed, 3 Feb 2016 13:30:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 264E51027 for ; Wed, 3 Feb 2016 13:30:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 25FABA9AF0D; Wed, 3 Feb 2016 13:30:21 +0000 (UTC) Delivered-To: office@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2592FA9AF0C for ; Wed, 3 Feb 2016 13:30:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F07F21026 for ; Wed, 3 Feb 2016 13:30:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u13DUKuO076105 for ; Wed, 3 Feb 2016 13:30:20 GMT (envelope-from bugzilla-noreply@freebsd.org) 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) Date: Wed, 03 Feb 2016 13:30:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: guru@unixarea.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Feb 2016 13:30:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D205922 --- Comment #1 from Matthias Apitz --- 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.=