Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Feb 2016 21:00:29 +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-GlYQQMY4Dg@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 #3 from Matthias Apitz <guru@unixarea.de> ---
the problem is caused by closing the socket file descriptors in one thread,
while another thread is still in accept(2) on the same socket and this is n=
ot
canceled in the OS; the same is true for pipes; I'm attaching patches for t=
his
to be placed in editors/libreoffice/files;

--=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-GlYQQMY4Dg>