<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span> changed
          <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>
          <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;">Version</td>
           <td>5.2.5.1 release
           </td>
           <td>Inherited From OOo
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Hardware</td>
           <td>x86-64 (AMD64)
           </td>
           <td>All
           </td>
         </tr></table>
      <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#c16">Comment # 16</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:oliver.brinzing@gmx.de" title="Oliver Brinzing <oliver.brinzing@gmx.de>"> <span class="fn">Oliver Brinzing</span></a>
</span></b>
        <pre>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;
}</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>