[Libreoffice-bugs] [Bug 126728] LibreOffice slow start due to FTP access failure (kde5 only)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 6 17:49:48 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=126728

--- Comment #14 from Luiz Silva <luiz.linux at gmail.com> ---
> For the test, could you give a try to prerelease 6.3.0 with a brand new profile?

Just did, problem remains, although on 6.3 only two name lookups are done
[which is a performance improvement, but not a fix]:

T430# rm -rf ~/.config/libreoffice
T430# strace -t -f /opt/libreoffice6.3/program/soffice.bin 2>&1 | grep ftp
[pid  5792] 14:44:24 sendmsg(13, {msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="l\1\0\1\36\0\0\0\16\0\0\0w\0\0\0\1\1o\0\23\0\0\0/modules"...,
iov_len=136}, {iov_base="\31\0\0\0ftp://ftp.libreoffice.org\0", iov_len=30}],
msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 166
[pid  5792] 14:44:29 sendmsg(13, {msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="l\1\0\1\36\0\0\0\23\0\0\0w\0\0\0\1\1o\0\23\0\0\0/modules"...,
iov_len=136}, {iov_base="\31\0\0\0ftp://ftp.libreoffice.org\0", iov_len=30}],
msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 166
T430#

What also remains the same is that when started Proxy settings are set to
"System", after changed to "None" the name lookups still happen:

T430# grep Proxy ~/.config/libreoffice/4/user/registrymodifications.xcu 
<item oor:path="/org.openoffice.Inet/Settings"><prop oor:name="ooInetProxyType"
oor:op="fuse"><value>0</value></prop></item>
T430# strace -t -f /opt/libreoffice6.3/program/soffice.bin 2>&1 | grep ftp
[pid  8949] 14:48:56 sendmsg(13, {msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="l\1\0\1\36\0\0\0\16\0\0\0w\0\0\0\1\1o\0\23\0\0\0/modules"...,
iov_len=136}, {iov_base="\31\0\0\0ftp://ftp.libreoffice.org\0", iov_len=30}],
msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 166
[pid  8949] 14:48:58 sendmsg(13, {msg_name=NULL, msg_namelen=0,
msg_iov=[{iov_base="l\1\0\1\36\0\0\0\23\0\0\0w\0\0\0\1\1o\0\23\0\0\0/modules"...,
iov_len=136}, {iov_base="\31\0\0\0ftp://ftp.libreoffice.org\0", iov_len=30}],
msg_iovlen=2, msg_controllen=0, msg_flags=0}, MSG_NOSIGNAL) = 166
T430#

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190806/d724a718/attachment.html>


More information about the Libreoffice-bugs mailing list