Ubuntu 14.04 で LibreOffice 4.2.8.2 (Build ID: 420m0(Build:2))を使って
います。主に企業内のLAN環境で使っているのですが、書類を開いたままネット
ワークを切断したり、別な環境(たとえばmobile routerでインターネットに直
結)にすると、LibreOfficeが反応しなくなります。
試しに
/usr/lib/libreoffice/program/soffice.bin
をstraceで追ってみると、正常に動いているときは
poll([{fd=11, events=POLLIN}, {fd=10, events=POLLIN}], 2, 100) = 0
(Timeout)
recvmsg(10, 0x7ffe4419d7b0, 0) = -1 EAGAIN (Resource temporarily
unavailable)
recvmsg(10, 0x7ffe4419d8f0, 0) = -1 EAGAIN (Resource temporarily
unavailable)
poll([{fd=11, events=POLLIN}, {fd=10, events=POLLIN}], 2, 100
が繰り返し出力されます。ネットワークを切断したり切り替えると、
open("/run/user/1000/gvfs/smb-share:server...
のような行で待っているようです。smb上で開いたことのあるファイルの履歴の
確認でもしているのでしょうか?
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.