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

Stephan Bergmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected]

--- Comment #10 from Stephan Bergmann <[email protected]> ---
I think the root problem is
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=93eefe54f5d6b6092371bad1e86444489d29eee2>
"Make SvtHistoryOptions not return files if they can't be opened."  Trying an
osl::File::open on a file URL cannot only block for noticeable amounts of time
for URLs representing Windows UNC paths (which, indeed would syntactically be
distinguishable from Windows file URLs not representing UNC paths, cf.
<https://gerrit.libreoffice.org/#/c/15311/3> "tdf#89394. fix hangs because of
unavailable Windows UNC path"), but also e.g. for file URLs on Linux
representing NFS-accessed pathnames (that cannot syntactically be distinguished
from file URLs representing local pathnames).

I suggest to revert 93eefe54f5d6b6092371bad1e86444489d29eee2 and instead
implement its desired functionality in a way that avoids noticeable blocking of
the UI.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to