[Libreoffice-bugs] [Bug 106282] Crash in: windows.storage.dll when hitting cancel in file open dialog, when a file search is running

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Nov 21 11:35:46 UTC 2019


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

--- Comment #17 from Mike Kaganski <mikekaganski at hotmail.com> ---
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 comment 5).

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

Hope this would help.

-- 
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/20191121/288aca19/attachment.html>


More information about the Libreoffice-bugs mailing list