[Libreoffice-bugs] [Bug 90520] Base crashes with Oracle ODBC driver when sorting/filtering

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed May 20 12:40:13 UTC 2020


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

--- Comment #18 from Julien Nabet <serval2412 at yahoo.fr> ---
Created attachment 161037
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161037&action=edit
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

-- 
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/20200520/70ac3572/attachment.htm>


More information about the Libreoffice-bugs mailing list