<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Base crashes with Oracle ODBC driver when sorting/filtering"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=90520#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Base crashes with Oracle ODBC driver when sorting/filtering"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=90520">bug 90520</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>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=161037" name="attach_161037" title="bt Windows (windbg)">attachment 161037</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=161037&action=edit" title="bt Windows (windbg)">[details]</a></span>
bt Windows (windbg)

On Win10 with master sources updated today, I got an assertion.

Indeed, I did:
diff --git a/dbaccess/source/ui/browser/brwctrlr.cxx
b/dbaccess/source/ui/browser/brwctrlr.cxx
index 4fb84775099a..9873e334aefe 100644
--- a/dbaccess/source/ui/browser/brwctrlr.cxx
+++ b/dbaccess/source/ui/browser/brwctrlr.cxx
@@ -1590,7 +1590,9 @@ FeatureState
SbaXDataBrowserController::GetState(sal_uInt16 nId) const
     }
     catch(const Exception& )
     {
-        DBG_UNHANDLED_EXCEPTION("dbaccess");
+
+        //DBG_UNHANDLED_EXCEPTION("dbaccess");
+        assert(false);
     }

to retrieve a bt more easily</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>