<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice hangs if recent files are not accessible"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131850">bug 131850</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>bibisectNotNeeded
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>6.4.2.2 release
           </td>
           <td>6.1.0.3 release
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">See Also</td>
           <td>
                
           </td>
           <td>https://bugs.documentfoundation.org/show_bug.cgi?id=89394
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice hangs if recent files are not accessible"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131850#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LibreOffice hangs if recent files are not accessible"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131850">bug 131850</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>I don't think it's related to 6.4. The problem of <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - FILE MENU and HYPERLINKs: Freeze when UNC path is unavailable aka accessing remote server (e.g. SMB share) when off-line leads to hang / freeze / crash"
   href="show_bug.cgi?id=89394">bug 89394</a> was re-introduced
with
<a href="https://git.libreoffice.org/core/+/43446fa03995fb5d1379fc0afbeec36c9dedfde2">https://git.libreoffice.org/core/+/43446fa03995fb5d1379fc0afbeec36c9dedfde2</a>,
where each shown file was read to check if it's encrypted. That was for v.6.1.

Steps to reproduce:

1. Open registrymodifications.xcu in the user profile [1];
2. Replace all
"/org.openoffice.Office.Histories/Histories/org.openoffice.Office.Histories:HistoryInfo['PickList']"
entries with these two lines:

<span class="quote">> <item oor:path="/org.openoffice.Office.Histories/Histories/org.openoffice.Office.Histories:HistoryInfo['PickList']/ItemList"><node oor:name="<a href="http://1.2.3.4/doc.odt">http://1.2.3.4/doc.odt</a>" oor:op="replace"><prop oor:name="Title" oor:op="fuse"><value>pwdLorem</value></prop><prop oor:name="Filter" oor:op="fuse"><value>writer8</value></prop><prop oor:name="Password" oor:op="fuse"><value></value></prop></node></item>
> <item oor:path="/org.openoffice.Office.Histories/Histories/org.openoffice.Office.Histories:HistoryInfo['PickList']/OrderList"><node oor:name="0" oor:op="replace"><prop oor:name="HistoryItemRef" oor:op="fuse"><value><a href="http://1.2.3.4/doc.odt">http://1.2.3.4/doc.odt</a></value></prop></node></item></span >

3. Try to start LibreOffice.

=> it will take between 20 and 30 s to launch, because it would try to access
<a href="http://1.2.3.4/doc.odt">http://1.2.3.4/doc.odt</a>, which does not immediately reject, and thus the read
attempt will timeout before the load will continue.

Tested with Version: 6.1.5.2 (x64)
Build ID: 90f8dcf33c87b3705e78202e3df5142b201bd805
CPU threads: 12; OS: Windows 10.0; UI render: GL; 
Locale: ru-RU (ru_RU); Calc: group threaded

OK in Version: 6.0.0.1 (x64)
Build ID: d2bec56d7865f05a1003dc88449f2b0fdd85309a
CPU threads: 12; OS: Windows 10.0; UI render: default; 
Locale: en-US (ru_RU); Calc: group

A proper fix would be drawing default *module* thumbnail on opening start
center (detected from document extension, or from last used filter, which is
available in the entries, i.e. without any actual file access); then retrieve
all necessary information (encrypted status, availability (<a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Deleted files visible as recent documents in menu and start center"
   href="show_bug.cgi?id=101302">bug 101302</a>),
anything else) asynchronously in multiple threads, updating the thumbnails as
the data is available.

[1] <a href="https://wiki.documentfoundation.org/UserProfile">https://wiki.documentfoundation.org/UserProfile</a></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>