[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
Sun Nov 10 15:49:53 UTC 2019


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

Oliver Brinzing <oliver.brinzing at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|5.2.5.1 release             |Inherited From OOo
           Hardware|x86-64 (AMD64)              |All

--- Comment #16 from Oliver Brinzing <oliver.brinzing at gmx.de> ---
even AOO 4.1.5 will crash, but no crash with other programs e.g. Firefox,
Acrobat Reader etc.

will crash in ExplorerFrame.dll:

Version: 6.4.0.0.alpha1+ (x64)
Build ID: 5ae8f2f07815443716b3066706b4f193fe61f7c9
CPU threads: 12; OS: Windows 10.0 Build 18362; UI render: GL; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: CL

Name der fehlerhaften Anwendung: soffice.bin, Version: 6.4.0.0, Zeitstempel:
0x5dc5a036
Name des fehlerhaften Moduls: explorerframe.dll_unloaded, Version:
10.0.18362.418, Zeitstempel: 0x619c47cc
Ausnahmecode: 0xc0000005
Fehleroffset: 0x000000000014e107
ID des fehlerhaften Prozesses: 0x3d9c
Startzeit der fehlerhaften Anwendung: 0x01d597c71216de9b
Pfad der fehlerhaften Anwendung:
D:\sources\libo-core\instdir\program\soffice.bin
Pfad des fehlerhaften Moduls: explorerframe.dll
Berichtskennung: 0958566f-f282-4d4f-ae54-bb94c79885b1
Vollständiger Name des fehlerhaften Pakets: 
Anwendungs-ID, die relativ zum fehlerhaften Paket ist: 

crash happens after returning from:

filedlghelper.cxx:

ErrCode FileOpenDialog_Impl( weld::Window* pParent,
                             sal_Int16 nDialogType,
                             FileDialogFlags nFlags,
                             std::vector<OUString>& rpURLList,
                             OUString& rFilter,
                             std::unique_ptr<SfxItemSet>& rpSet,
                             const OUString* pPath,
                             sal_Int16 nDialog,
                             const OUString& rStandardDir,
                             const css::uno::Sequence< OUString >& rBlackList )
{
    [...]

    nRet = pDialog->Execute(rpURLList, rpSet, rFilter, aPath);
    DBG_ASSERT( rFilter.indexOf(": ") == -1, "Old filter name used!");

    if (rpSet && nFlags & FileDialogFlags::SignPDF)
        rpSet->Put(SfxBoolItem(SID_DOC_READONLY, true));
 *** CRASH ***
    return nRet;
}

-- 
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/20191110/53c7a0a5/attachment.html>


More information about the Libreoffice-bugs mailing list