<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in: windows.storage.dll when hitting cancel in file open dialog, when a file search is running"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106282#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash in: windows.storage.dll when hitting cancel in file open dialog, when a file search is running"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106282">bug 106282</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>(In reply to Mike Kaganski from <a href="show_bug.cgi?id=106282#c17">comment #17</a>)
<span class="quote">> The problem seems to be unloading of ExplorerFrame.dll in CoUninitialize()
> in the AsyncRequests thread, while still running the code from it (executing
> CFirstPageResults::RunBackgroundEnumeration - see <a href="show_bug.cgi?id=106282#c5">comment 5</a>).

> However, simply removing CoUninitialize() from VistaFilePickerImpl::after()
> doesn't help, possibly because it still gets called automatically when the
> thread terminates (?).
>...</span >

It makes me think about this log I got when just launching an LO module
(Writer/Calc/Impress/...) (Win10 with master sources updated today):
warn:extensions.olebridge:17940:13228:extensions/source/ole/olethread.cxx:41:
CoInitializeEx failed (expectedly): Impossible de modifier le mode thread une
fois qu’il a été fixé. (= Impossible to change thread mode once it has been
defined)
warn:extensions.olebridge:17940:13228:extensions/source/ole/olethread.cxx:61:  
Thread is in a main single-threaded apartment.

Searching "CoInitializeEx" gives:
<a href="https://opengrok.libreoffice.org/search?project=core&full=CoInitializeEx&defs=&refs=&path=&hist=&type=&si=full">https://opengrok.libreoffice.org/search?project=core&full=CoInitializeEx&defs=&refs=&path=&hist=&type=&si=full</a>
some code use: "COINIT_MULTITHREADED"
other parts use: "COINIT_APARTMENTTHREADED"</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>